Martin Ordersky hisself is teaching Functional Programming in Scala starting September 15th: https://www.coursera.org/course/progfun If you don't know C, or Python or Ruby, there's always "The hard way" with Zed Shaw: http://learncodethehardway.org/ October 2, Coursera is abain offering Dan Grossman's Programming Languages , it covers general concepts in programming language design using SML, Racket, and Ruby. https:…
Ask HN: Learning New Programming Languages
11–13 of 13 posts
Re: Ask HN: Learning New Programming Languages
#12If you cannot write a simple application in the language without resorting to documentation/google you are not at the level where you can easily learn and apply the more advanced concepts.
Get a good beginners book that contains plenty of exercises to work through. If the language contains mainly familiar concepts then you should be able to complete the book and its exercises within a day or two and feel comfortable using the language.
Re: Ask HN: Learning New Programming Languages
#13I'll go against the grain and suggest you start at the beginning focusing on the simple things. If you cannot write a simple application in the language without resorting to documentation/google you are not at the level where you can easily learn and apply the more advanced concepts. Get a good beginners book that contains plenty of exercises to work through. If the language contains mainly familiar concepts then you…