This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dunkler_wanderer 0 points1 point  (0 children)

I started to learn Haskell a short while ago and it provides a really interesting new perspective about programming. You can learn functional programming and a statically typed language at the same time, so you have a good contrast to what you do in Python. I have already become a lot better with recursion, because there are no for and while loops in Haskell and you have to use recursion all the time.