Wednesday, September 23, 2009

Learning Clojure with Project Euler


http://grok-code.com/367/learning-clojure-with-project-euler/

When getting started with a new language, I like to use a site that has excercises for programming practice. A great site for this is Project Euler; it gives you short problems to solve, and once a problem is correctly solved you are given access to the forum for that problem which contains hundreds of solutions written in different languages. Each of the problems are designed to be solved by some combination of mathematical insight and computer programming.


No comments: