I wanna do a project in haskell soooo bad.. i just cant justify a full stack project with it for various technical and social reasons... but its so much fun!
@keyeoh I've done tons of little things here and there in haskell.. the problem with large projects is that there just arent enough good libraries outt there for it and finding developers for it isnt easy.... also doesnt help that it compiles to a native binary rather than run as a script (tthough we have java based haskell now)
For the record there have even been some fairly standard algorithms that I havent ever found.. for example the multibimap... which I had to write myself:
For sure, any excuse to use haskell would be good by me!
Markov chain I wrote in haskell if your curious too: https://anaconda.org/freemo/markov-chain/notebook
@freemo @keyeoh GHC 9.6 should have a native JS and WASM backend, if you’re into that sort of thing.
I have to say I disagree on the lack of both decent libraries and finding developers. I’ve been using Haskell professionally for nearly a decade now and rarely find either hard to come by.
Edit: a year -> a decade… quite a difference!