http://www.perlmonks.org?node_id=934233


in reply to Possible Next Steps

Tom Christiansen:
A programmer who hasn't been exposed to all four of the imperative, functional, objective, and logical programming styles has one or more conceptual blindspots. It's like knowing how to boil but not fry. Programming is not a skill one develops in five easy lessons.

If "functional" is an alien style to you, I recommend a pure language, like Haskell. It will reshape your thinking about programming, without actually making you want to leave Perl for your day-to-day work :).

Update: Changed from Why I like functional programming link to the "Haskell" recommendation

Replies are listed 'Best First'.
Re^2: Possible Next Steps
by perl.j (Pilgrim) on Oct 27, 2011 at 21:11 UTC
    I actually just looked at Haskell for the first time. It looks great!
    --perl.j