@freemo I had a course on Logical and #FunctionalProgramming in college (in the 90s), and I remember falling in love with the language at first sight. And back then the compiler was just slooow. 🤦♂️
But I loved the functional paradigm and the elegant style embedded in the language. Just like you, I always thought the difficult part was to find a real project to work in, or at least, one related to my main area of work.
The famous example that always comes to mind is Pandoc.
@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!
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
@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)