Live data from Hacker News

What programming language should I start with?

news.ycombinator.com

1–10 of 117 posts

What programming language should I start with?

#1
Oh no! a non-programmer on the hacker news! But I figure you guys know?

I want to learn programming, maybe not to be a full-fledged hacker, but to be able to understand the concepts and be able to talk about this stuff more with programmers so I can work in tech?

I hear python and ruby are good to learn on, but what would you guys do or are there any good books you'd read?

Re: What programming language should I start with?

#4
Do want to learn Web programming? PHP is probably the easiest programming language to learn for server-side web programming. I've read several books on PHP and looked over a bunch, and a lot are pretty good, but one of the best is this one: http://www.amazon.com/PHP-MySQL-Development-Developers-Libra...

Re: What programming language should I start with?

#8
post #4

Do want to learn Web programming? PHP is probably the easiest programming language to learn for server-side web programming. I've read several books on PHP and looked over a bunch, and a lot are pretty good, but one of the best is this one: http://www.amazon.com/PHP-MySQL-Development-Developers-Libra...

PHP is awful.

Re: What programming language should I start with?

#9
Preferred: Python. clean, elegant, pure, simple, easy.

Just fine: Ruby. good, but less simple and elegant than Python.

Good if you want to deeply understand the principles of being a programmer but don't care about being very practical at the start: Lisp (yes, Lisp can be practical, but it's trouble for a newbie)

Avoid: Perl, PHP, BASIC variants. These cause brain damage.

Re: What programming language should I start with?

#10

Pick language X. Buy Learning X from O'Reilly, e.g. http://www.oreilly.com/catalog/learnperl4/ I don't think it matters that much what you start with unless you have something in particular in mind you want to do, in which case, no matter what it is, choose Perl :)

Don't forget that .pdf's of popular books are available from your favorite neighborhood torrent search.
Post reply on HN