6922733809
Calling (current-library-collection) returns a procedure that: - when called with no arguments, it returns a list of the set of libraries in the collection. - when called with a single argument, it adds that library to the set of libraries in the collection. Calling (current-library-collection f) sets the current library collection to be the procedure f which must follow the protocol above. |
||
---|---|---|
benchmarks | ||
bin | ||
lab | ||
lib | ||
src | ||
.bzrignore | ||
BUGS | ||
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.