You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Punoxysm comments on Useful Standardized Tests? - Less Wrong Discussion

3 Post author: adam_strandberg 07 July 2014 08:26PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (15)

You are viewing a single comment's thread.

Comment author: Punoxysm 07 July 2014 08:36:06PM *  3 points [-]

I'd say Project Euler is not generally the best way to learn programming languages, since it has a heavy focus on number-theory and in many languages the core reason to learn that language is to apply it towards a particular domain with very different demands (server-side web development, scientific computing, etc).

As far as syntax, most languages have "Koans" now that take you through syntax and standard data structures much more conveniently than a manual.