(no title)
padthai | 1 year ago
Haskell never got the “killer framework” like Rails or Spark that allowed to become more mainstream, even if it was teached in Universities all over the world.
padthai | 1 year ago
Haskell never got the “killer framework” like Rails or Spark that allowed to become more mainstream, even if it was teached in Universities all over the world.
lukan|1 year ago
But why is that the case?
Thinking about writing a "killer framework" with huskell gives me a headache. Doing UI in huskell? Eventloop? Callbacks? Is that even possible, without doing awkward workarounds?
lemonwaterlime|1 year ago
There’s also scotty and servant for web server stuff.
There’s Esqueleto and Persistent for doing postgreSQL database queries.
And so on.
lukan|1 year ago
Even though they are biased:
"From a purely technical point of view, Haskell seems to be the perfect web development tool."
But I skimmed the tutorials and can say, I am really not surprised, why it did not take off.
The perfect web developement tool is simple in my opinion. Yesod isn't.
padthai|1 year ago