Skip to content

Scheme+ for Racket v8.4

Compare
Choose a tag to compare
@damien-mattei damien-mattei released this 18 Apr 15:15
· 10 commits to main since this release

Scheme+ for Racket v8.4

new: binding of variable is auto-detect -> no more need to define !!!
but you still can define, and declare can be used too if the variable must have more global scope than the place it is first used.

TODO: simplify the parser to follow SRFI-105 again