I don't know why people say that Haskell has such a steep learning curve. It's my second functional language (after a quick flirt with Scheme) and it's a blast to learn. Most fun I had since first learning Pascal. Other than Haskell, learning Perl was not that bad and obviously good old Pascal because it was easy to grasp in a matter of minutes.
So what about you, prog?
P.S. I'm curious to see the correlation between fun-to-learn and popularity, especially since, learning a new language is usually one of the most boring tasks for a programmer.
Name:
Anonymous2011-08-02 16:39
Python.
The syntax was simple as hell, learned it within 48 hours.
Haven't actually used it though, but hey, who cares!
LISP is fun too(i'm just starting with SICP) but things like roles, junctions and crazy operators steal the show
Name:
Anonymous2011-08-02 20:00
I think Squeak Smalltalk is by far the most fun language/environment. Its still way ahead of its time, working in Smalltalk is like experiencing what programming will become 20 years from now.
>>1
Learning Common Lisp (my first Lisp) by reading Land of Lisp was really fun, I still haven't really learned the language yet but I'm getting there!
I enjoyed learning lisp, although it took a while. Lua was also fun. Building complicated, inefficient, and esoteric object systems and trying to make stuff with them is always fun.