>>12722187Haskell spoiled me. I had to write a program for a class in C, and oh boy, what a wild ride. When I finally wrote all the libraries I would need to use for the job, the project was already a thousand lines, and I didn't even began the fucking algorithm. Thing is, once it was all set, doing the actual thing was very easy, because I made sure that each library was working correctly. If you decided to jump that laborious step, you would get fucked.
But I still miss polymorphism and second order functions.