I’ve been looking into Haskell and it seems really good. But does it have mature and productive frameworks that handle database access, HTTP, etc., or am I better off just going with Elixir/Phoenix?
You must log in or register to comment.
Yes, it has two mainstream libraries, simple-postgresql and hasql both of which have seen use in professional setting.
For server, you have choices such as servant, yesod and scotty, which too have seen industrial use.
What did you find when you searched yourself?
A bit late to the game but I think every web dev should take a look at IHP. It’s pretty incredible :)