Haskell

9 thoughts
last posted Nov. 9, 2014, 6:19 p.m.

2 later thoughts

0

If you've done Python list comprehensions then you can take to Haskell's equivalent like a duck to water.

Interestingly just like Python they are also easier to use than combining lambda expressions with things like map and filter.

6 earlier thoughts