tvmv
post-rfc
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
tvmv | post-rfc | |
---|---|---|
5 | 27 | |
19 | 2,185 | |
- | - | |
10.0 | 0.0 | |
about 1 month ago | 5 months ago | |
Haskell | ||
BSD 3-clause "New" or "Revised" License | Creative Commons Attribution 4.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tvmv
-
Command-line tool to bulk-rename TV episode files
https://github.com/keithfancher/tvmv (or check out the quick-start to get the rough idea)
-
What can I do in Haskell? UwU
For example, I wanted to build a tool to pull down TV episode data from an API and bulk-rename files. Super IO-heavy, figured it would be a P.I.T.A. to write in Haskell. But I did it anyway, haha. And it was fine! Fun, even.
-
What practice programs or knowledge should I learn to do "real" projects in Haskell
And now I'm working on something a bit more complex: lots of IO, filestystem stuff, API calls, etc. It's basically a FileBot replacement (tentatively) called tvmv. And after that, I kinda want to try a small game.
post-rfc
-
Haskell in Production: Standard Chartered
That's what it's best for, but personally I use it for everything. If I ever get into low-level code I'll probably use Rust though.
You can confirm that parsers/tokenizers is ranked "best in class" here though:
-
Recommendations for well informed, up-to-date guide to Haskell backend engineering
Note that this is ported from here: https://github.com/Gabriella439/post-rfc/blob/main/sotu.md which comes with more exposition.
-
I want to learn Haskell, but...
State of the Haskell Ecosystem
-
Why are haskell applications so obscure?
According to State of the Haskell ecosystem, Haskell is THE language of choice for implementing compilers, and THE language of choice for writing parsers. Thus, it is not surprising to see more Haskell projects from those particular categories than from other categories.
-
base case
This is great for understanding what libraries to use in the Haskell ecosystem: https://github.com/Gabriella439/post-rfc/blob/main/sotu.md
-
Haskell for beginners
In particular, I got comfortable reading hackage documentation to understand quickly how to use libraries (aeson, megaparsec, mtl, pipes, etc), got comfortable with the ecosystem (this helped: https://github.com/Gabriella439/post-rfc/blob/main/sotu.md), got comfortable with the main language idioms and features (https://smunix.github.io/dev.stephendiehl.com/hask/tutorial.pdf) and got comfortable with simple things that for some reason had confused me before (case, \case, let).
- What can I do in Haskell? UwU
-
Haskell for Artificial Intelligence?
With that being said, Python is without a doubt the best option, and I'd also be very interested to read the articles you found that say that Python is not a good choice because it's been the industry standard for a long time now. Data science and machine learning are one of the areas where the Haskell ecosystem is not as strong as other languages, but libraries and tools do exist. There's a great list of Haskell resources by domain here, and as you can see, there are Haskell bindings to tensorflow and pytorch, along with other libraries that support common data science programming.
-
Haskell - Important Libraries
State of the Haskell Ecosystem lists libraries for many of its domains.
-
What are the current challenges in Numerical Programming for Haskell?
Recently saw this repo that shows the state of Haskell in a lot of programming applications. It classifies it as Immature for Numerical Programming; I would like to know what are the challenges in it.
What are some alternatives?
ihp - 🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
envy - :angry: Environmentally friendly environment variables
hackage-server - Hackage-Server: A Haskell Package Repository
awesome-haskell - A collection of awesome Haskell links, frameworks, libraries and software. Inspired by awesome projects line.
rlua - High level Lua bindings to Rust
hoogle - Haskell API search engine
miso - :ramen: A tasty Haskell front-end framework
superrecord - Haskell: Supercharged anonymous records
idris-blink - A simple Idris program to blink the LED on an Arduino
re-web - Experimental web framework for ReasonML & OCaml
cxx - Safe interop between Rust and C++
eff - 🚧 a work in progress effect system for Haskell 🚧