README 316 B

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