summaryrefslogtreecommitdiff
path: root/lang/mzscheme
AgeCommit message (Collapse)AuthorFilesLines
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-02-02regenwiz1-3/+3
2000-01-20Make this compile on sparc and work better on alpha. Unfortunately,pooka2-6/+7
not fully functional on either.. yet.
2000-01-10Import mzscheme-101, an almost R5RS-compliant scheme intepreter withpooka25-0/+1143
compiler included. Uses the boehm garbage collector. A big thanks goes to all who made devel/boehm-gc available. Modifying patches for a specific use is much easier than reinventing them! Note: I've marked this as i386-only, since it acted a little flacky on alpha and sparc. In theory support for at least those platforms supported by the garbage collector is possible. You are welcome to try.