Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum d6eeb0ab7a * removed all calls to mprotect from the runtime system. 2007-10-15 17:58:03 -04:00
benchmarks * Added fxarithmetic-shift* procedures. 2007-09-15 00:14:47 -04:00
benchmarks.larceny * Added fxarithmetic-shift* procedures. 2007-09-15 00:14:47 -04:00
bin * removed all calls to mprotect from the runtime system. 2007-10-15 17:58:03 -04:00
lab
lib
src * removed all calls to mprotect from the runtime system. 2007-10-15 17:58:03 -04:00
.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.