Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Good Programming Language for Begginers

Name: Anonymous 2006-07-15 15:37

What is a good Programming Language to learn for beginners

Name: Anonymous 2006-07-22 3:56 (sage)

>>41
You've never worked on one of those "enterprise" Java applications I take it. The ones with duplicated stack traces hundreds of lines long, with the actual cause of the error in the middle of the trace, or even better, not at all. Or you could be making a living wasting peoples time with Java. Go peddle your theory elsewhere.

What's more is javac forces you to catch most throws, so you can't just compile away and then wonder why your program is dying unexpectedly.
meet throws Exception
on every single method.

Name: Anonymous 2006-07-22 6:29

1. Scheme with http://www.htdp.org/ and/or http://mitpress.mit.edu/sicp/
2. C (yes, not C++) with http://cm.bell-labs.com/cm/cs/cbook/
3. Python
4. Now you can pick up any new language pretty easily without any preconceived notions about "what this programming stuff is all about"

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List