View Single Post
  #61 (permalink)  
Old 06-20-2008, 06:44 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is offline
Guru
 
Join Date: Apr 2008
Posts: 585
Last Blog:
I don't like the word ...
Credits: 0
Rep Power: 9
Aereshaa is just really niceAereshaa is just really niceAereshaa is just really niceAereshaa is just really nice
Default Re: Starting a teenager programming?

@kishjeff: Scheme is elegant because it hardly ever needs variables: all you need are functions. Usually my scheme programs are a bunch of function declarations, and then a big, nested function call.
@^: Exactly. As a mathematically minded person, I find java not terse enough, and I don't like OO much. Even in games, I prefer write in C with structures rather than C++ with classes.

Last edited by Aereshaa; 06-20-2008 at 06:47 PM.
Reply With Quote