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.
|