Comment by louthy

Comment by louthy 3 days ago

0 replies

Spending time with pure functional programming (languages like Haskell) will open up these concepts in a real-world programming environment. Obviously languages like Haskell are more complex than this, but they're all fundamentally based on lambda calculus. That could be the first step away from the imperative thinking you describe.

(That was certainly my way in to this world anyway!)