Okapi – A micro web framework for Haskell
1–10 of 28 posts
Re: Okapi – A micro web framework for Haskell
#2Re: Okapi – A micro web framework for Haskell
#3Haskell for web? That's very impressive if you can get it to work at scale. This is the hardest language I have ever personally tried to learn.
Re: Okapi – A micro web framework for Haskell
#4Re: Okapi – A micro web framework for Haskell
#5The "Get Started" and "View on GitHub" links both have `href="/"`, so they don't work.
Re: Okapi – A micro web framework for Haskell
#6Haskell for web? That's very impressive if you can get it to work at scale. This is the hardest language I have ever personally tried to learn.
Re: Okapi – A micro web framework for Haskell
#7Haskell for web? That's very impressive if you can get it to work at scale. This is the hardest language I have ever personally tried to learn.
monads still keep me awake at night
Re: Okapi – A micro web framework for Haskell
#8Earlier quoted context omitted.
monads still keep me awake at night
Monads are only complicated if you have to unlearn stuff. You've probably written a ton of monads by accident, regardless of what language you use.
Re: Okapi – A micro web framework for Haskell
#9Haskell for web? That's very impressive if you can get it to work at scale. This is the hardest language I have ever personally tried to learn.
Of course you can. As early as 2012, Michael Snoyman has written a book about it, Developing Web Applications with Haskell and Yesod . Yesod is an old web framework by now, but it's not even the oldest. Happstack is even older than that.
MS seems to be doing a bit of Rust these days, so I kind of wonder if the spiritual successor is another, albeit less hardcore, language.
For me, it’s been difficult because I don’t know where the false starts are, and don’t have the unlimited time I once had to wallow and grow without any community support. Other languages are just more approachable, but something eats at me that Haskell is worth it.
Re: Okapi – A micro web framework for Haskell
#10Earlier quoted context omitted.
Of course you can. As early as 2012, Michael Snoyman has written a book about it, Developing Web Applications with Haskell and Yesod . Yesod is an old web framework by now, but it's not even the oldest. Happstack is even older than that.
Do you write web applications in Haskell? It’s not clear where the community is, and that’s troublesome because for those not well oriented with Haskell, the adventure is solitary. MS seems to be doing a bit of Rust these days, so I kind of wonder if the spiritual successor is another, albeit less hardcore, language. For me, it’s been difficult because I don’t know where the false starts are, and don’t have the unlim…
And you're right, Haskell is definitely worth it.