You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 01f3d56469
development/gambit: Fix slack-desc.
9 years ago
..
README development/gambit: Added (a Scheme compiler and interpreter) 13 years ago
gambit.SlackBuild various: Update find command to match template. 12 years ago
gambit.info development/gambit: Added (a Scheme compiler and interpreter) 13 years ago
slack-desc development/gambit: Fix slack-desc. 9 years ago

README

gambit is a compiler that translates Scheme source files into C,
which in turn can be fed to a C compiler to generate a standalone
executable. An interpreter is also available and can be used as a
scripting environment or for test programs before compilation.
Scheme is a member of the Lisp family of languages.