62e1527d1d
Ikarus Scheme (Build 2007-09-04) Copyright (c) 2006-2007 Abdulaziz Ghuloum > car #<procedure car> > (car 1 2) Error in apply: incorrect number of argument (2) to #<procedure car>. > ^D |
||
---|---|---|
benchmarks | ||
benchmarks.larceny | ||
bin | ||
lab | ||
lib | ||
src | ||
.bzrignore | ||
BUGS | ||
R6RS-TODO.txt | ||
README | ||
TODO |
README
Ikarus Scheme Source Directory Simplified Contents: bin: Contains the C files making the ikarus executable. The C files implement the GC, initial FASL loader, transport guardians, weak pairs, the symbol table, etc. lib: Contains the Scheme source files for the compiler and the rest of the development environment. lab: Contains sources that are in progress and were not integrated into the main code.