Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum 9eaaf3c438 added file-exists? and delete-file operations to libposix.ss and ikarus-runtime.c 2006-11-29 17:06:16 -05:00
runtime added file-exists? and delete-file operations to libposix.ss and ikarus-runtime.c 2006-11-29 17:06:16 -05:00
src added file-exists? and delete-file operations to libposix.ss and ikarus-runtime.c 2006-11-29 17:06:16 -05:00
.bzrignore Removed all version names from files 2006-11-23 20:37:04 -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.