Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum ee0e6c91e7 Ikarus now recognizes a -b command-line argument for providing the
name of the boot file. If -b is missing, argv[0]++".boot" is used.
2006-12-01 09:23:37 -05:00
runtime Ikarus now recognizes a -b command-line argument for providing the 2006-12-01 09:23:37 -05:00
src Ikarus now recognizes a -b command-line argument for providing the 2006-12-01 09:23:37 -05:00
.bzrignore removed the debugging message about gc stats at end of run 2006-11-29 18:45:13 -05:00
README added a top-level README 2006-11-23 20:02:07 -05:00

README

Ikarus Scheme Source Directory

Simplified Contents:
  runtime: 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.
  src: Contains the Scheme source files for the compiler and the
    rest of the development environment.