Questions tagged [r7rs]

A project to provide a new standard for Scheme implementations.

Definition:

R7RS is a project that provides a new standard for Scheme implementations.

The R7RS small language specification was approved in May 2013.

There are two working groups; the Small Language group's goal is a specification for a compact, core implementation, while the Large Language group plan to work on a substantial set of library modules.

Important Links:

31 questions
0
votes
1 answer

Gensym procedure with larceny r7rs

Under larceny r7r6 for scheme, I am trying to use the gensym procedure as it is apparently defined in the documentation. When calling it (either in file or in console by typing larceny -r7r6), I get an error message saying that gensym is an…
Dranna
  • 505
  • 3
  • 15
1 2
3