Difference between revisions of "Programming in Scheme"

From LibrePlanet
Jump to: navigation, search
(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)
 
(* http://www.gnu.org/software/guile/docs/guile-tut/tutorial.html)
Line 5: Line 5:
  
 
* http://www.gnu.org/software/gnurobots/
 
* http://www.gnu.org/software/gnurobots/
 +
 +
==Manuals==
 +
* http://www.gnu.org/software/guile/docs/guile-tut/tutorial.html
 +
* http://www.gnu.org/software/guile/manual/
 +
* 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

Revision as of 15:14, 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.

Manuals