PLEAC - Programming Language Examples Alike Cookbook
Nice little webpage that lists the same programming problems solved in many different programming languages. The nice thing about this listing is that suppose you know Python you can then learn other languages by comparing them with the ones you know.
From this I found this nice article about Haskell Worth reading.
"Haskell is a modern, standard, non-strict, purely-functional programming language."
Comments