View Single Post
  #11  
Old 10-10-2007, 04:23 PM
mmbt0ne mmbt0ne is offline
Senior Member
 
Join Date: Aug 2004
Location: Back in ATL
Posts: 12,169
Default Re: Learning java with no programming language experience, where to st

God I hate Scheme. I can't believe someone else has even heard of it.

I mean, it serves it purpose of teaching you how to think like a programmer very well because you have to use prefix notation [aka 3+2 would be written (+ 3 2)] which makes everything you do require some thought.

As lame as it is, I've actually learned more coding post-school than I did in school because I use it to do stuff that's actually useful now, rather than trying to write a scrabble game in Java, or create a recursive loop in Scheme.
Reply With Quote