Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum d24523376d * Ikarus can now be started like:
$ ikarus [-b boot-file-name] file ... [-- arg ...]
  
  files will be "load"ed sequentially after the greeting message is
  printes.  args are available from the command-line-arguments
  parameter.
2006-12-01 10:15:25 -05:00
runtime Added an arg_list field to the pcb which contains all command-line 2006-12-01 09:52:12 -05:00
src * Ikarus can now be started like: 2006-12-01 10:15:25 -05:00
.bzrignore * Ikarus can now be started like: 2006-12-01 10:15:25 -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.