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.

FiftyTwo comments on [link] Guide on How to Learn Programming - Less Wrong Discussion

6 Post author: peter_hurford 18 April 2014 05:08PM

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

Comments (20)

You are viewing a single comment's thread.

Comment author: FiftyTwo 20 April 2014 12:08:28AM 6 points [-]

Comments from a non programmer who keeps meaning to learn:

  • I like that your first step is 5-10 hours, feels much more realistic than those guides that say you can become a master in ten seconds and makes me trust you.

  • I like that the second step includes explanation of things like github, I keep being linked to it but have no idea how to extract anything useful from the website.

  • I have now worked out that "rails" is short for "ruby on rails" and is a "web application framework" not a programming language.

  • I barely understand the rest, but I like the periodic reminders to reevaluate your priorities. Makes for a nice change from the programming evangelists.

I'll try and work my way through your recommendations and let you know how it goes.

Comment author: peter_hurford 21 May 2014 01:00:21PM 1 point [-]

Now that it's been about a month, I'm curious -- were you ever able to start working on the programming guide? No worries if you haven't!

Comment author: FiftyTwo 03 June 2014 10:13:47AM 1 point [-]

Still slowly working my way through codeacademy, intending to do the rest once I'm done. Will try and keep you updated

Comment author: peter_hurford 05 July 2014 07:27:26PM 1 point [-]

How's it going?

Comment author: peter_hurford 20 April 2014 06:15:59AM 1 point [-]

I'll try and work my way through your recommendations and let you know how it goes.

Thanks for the compliments. I look forward to it!

-

I barely understand the rest

Hopefully it will make sense once you get there. Let me know if it doesn't!

-

I have now worked out that "rails" is short for "ruby on rails" and is a "web application framework" not a programming language.

Well, Ruby is the programming language and Rails is the framework.