Comment on Building an API in 60 seconds, without any server setupparentComments−hackerewsOP12yLanguage support is super easy to add. Any list of libraries you'd really want with Haskell?−codygman12ySome random highly used libraries:containers, bytestring, mtl, text, transformers, time, array, aeson, split, blaze-builder, blaze-html lens, safe, resourcetI'm sure aeson examples would be very popular. mtl/transformers examples for those who are getting to them in the learning process.Here is a complete list of the top reverse dependencies for libraries on hackage:https://docs.google.com/spreadsheets/d/1o7K_tEDIULPHNv8RpP0E...−hackerewsOP12yYou are brilliant. Thank you so much.−lgas12yIf it's easy, Clojure with support for arbitrary libraries via leiningen would be great :)−innguest12yPrelude's support libraries plus at least the curl package: https://hackage.haskell.org/package/curl
Comments
Language support is super easy to add. Any list of libraries you'd really want with Haskell?
Some random highly used libraries:
containers, bytestring, mtl, text, transformers, time, array, aeson, split, blaze-builder, blaze-html lens, safe, resourcet
I'm sure aeson examples would be very popular. mtl/transformers examples for those who are getting to them in the learning process.
Here is a complete list of the top reverse dependencies for libraries on hackage:
https://docs.google.com/spreadsheets/d/1o7K_tEDIULPHNv8RpP0E...
You are brilliant. Thank you so much.
If it's easy, Clojure with support for arbitrary libraries via leiningen would be great :)
Prelude's support libraries plus at least the curl package: https://hackage.haskell.org/package/curl