#31479 - qwertycho - Sat Dec 11, 2004 6:04 am
I am in high school and I'm taking a full year c++ class, so far we haven't learned anything with graphics. We've mostly done things with words, numbers and strings, do I have the ability to code GBA programs? Or should I wait and finish out the year to start.
#31946 - sajiimori - Thu Dec 16, 2004 3:48 am
All of which are imperative languages. Check out Prolog and Haskell for two truly different styles (logical and functional, respectively).
Lisp can also be molded to fit any of these styles, but you have to like s-expressions and dynamic typing (even if only to program your way out of them).