Prune net/dante
[dports.git] / lang / scheme48 / pkg-descr
1 Scheme 48 is an implementation of the Scheme programming language as
2 described in the Revised^5 Report on the Algorithmic Language Scheme.
3 It is based on a compiler and interpreter for a virtual Scheme
4 machine.  The name derives from our desire to have an implementation
5 that is simple and lucid enough that it looks as if it were written in
6 just 48 hours.  We don't claim to have reached that stage yet; much
7 more simplification is necessary.
8 Scheme 48 is an implementation of the Scheme programming language as described
9 in the Revised5 Report on the Algorithmic Language Scheme [6]. It is based on
10 a compiler and interpreter for a virtual Scheme machine. Scheme 48 tries to be
11 faithful to the Revised5 Scheme Report, providing neither more nor less in the
12 initial user environment. (This is not to say that more isn't available in
13 other environments; see below.)
14 Scheme 48 is under continual development. Please report bugs, especially in
15 the VM, especially core dumps, to scheme-48-bugs@s48.org. Include the version
16 number x.yy from the "Welcome to Scheme 48 x.yy" greeting message in your bug
17 report. It is a goal of this project to produce a bullet-proof system; we want
18 no bugs and, especially, no crashes.
19
20 WWW: http://www.s48.org