top | item 7687466

(no title)

m0a0t0 | 12 years 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.

discuss

order

ibotty|12 years ago

hakyll 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.