|
|
|
|
|
by yjgyhj
3307 days ago
|
|
After being Clojure-only for a long time, I decided to write the front end to my last project in Elm, just to see what the fuzz was about. While I miss code-is-data very much, there is no turning back from the type system and how there are no unpure functions. It is just so mind-blowingly easy to catch almost every bug I would usually write. I'm afraid this is the point where I should try Haskell, and be unsatisfied for the rest of my professional life. |
|
When I write code in Haskell, it feels right, just like when I discovered Lisp. Only better. And oh, the purity! Not only in the mathematical sense, even the code is completely deprived of clutter.