whenever I set out to learn a new language, I usually get the best results if I set myself a nice puzzle or problem to solve with it. When learning Haskell, the homework included a SQL-like database language implementation, which really opened my eyes to the beauty of that language. whenlearning x86 assembly, I enjoyed attempting to write my own string manipulation routines, and exploring the different ways to optimize them and make use of registers instead of memory. Another thing I remember is that my first attempt at a bigger Javascript program was a web-based Sudoku solver. While this was ages ago, I do know that I had a lot of fun exploring the language, and even today still enjoy doing an occasional line of Javascript ;)
My question is, what puzzles or problems would you recommend for getting to know a language, and if applicable, what language(s) would it best apply to ?
