Hacker News new | ask | show | jobs
by thedufer 3790 days ago
I implemented https://threegoodthings.xyz/ in Haskell (code: https://github.com/thedufer/threegoodhaskells). It took longer (although be less than I expected) than my first implementation, and the type system has cut down on bugs by a lot when I add new features. The lack of libraries for things that I'd expect to be easy has been a bit of a pain occasionally, though.