Last week I wrote my first real Haskell code. For that my matter, it was my first non-trivial purely functional code. Pattern matching is nice. Typing was less annoying than I was expecting, and I suspect there are parts of Haskell that make it even less annoying. I ended up with a simple (unbalanced) binary tree implementation storing key/value
(
Read more... )
Comments 2
Reply
They used to teach some Scheme at the end of a 2nd year CS course, but they've stopped now, so for most people, the only chance they'll get to see a functional language is if they take the 4th year Programming Languages course (where the first assignment is to write a lambda calculus evaluator in Scheme).
Reply
Leave a comment