Difference between revisions of "Programming in Scheme"
(* http://www.gnu.org/software/guile/docs/guile-tut/tutorial.html) |
|||
Line 11: | Line 11: | ||
* http://lonelycactus.com/guilebook/book1.html (unfinished and slightly outdated) | * http://lonelycactus.com/guilebook/book1.html (unfinished and slightly outdated) | ||
* http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-1.html | * http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-1.html | ||
+ | |||
+ | |||
+ | [[Category:Programming help]] |
Latest revision as of 19:48, 26 July 2009
This page lists resources for learning to program in Scheme. It should be particularly useful for the GNU Generation project, but it's also intended to be of general usefulness.
GNU Robots
GNU Robots is a simple game which you play by writing instructions for a robot in lisp. When you launch the game, the robot follows your instructions. You can't control the robot after the game is launched, so the "playing" part of the game is writing the instructions.