5 ms·
To be fair most of the trending github projects are libraries for use in Haskell. There are very few actual applications - there is pandoc, git-annex and hakyll
by m0a0t0 12y ago
To be fair most of the trending github projects are libraries for use in Haskell. There are very few actual applications - there is pandoc, git-annex and hakyll and that is it.
- ibotty 12y agohakyll is a library and not an application, technically, as is xmonad, another famous haskell "application". pandoc is often used as library as well. the point is, that often you have one-off applications that are just a few lines and use these libraries.