#{id0} => a fresh gensym with pretty-string id0
#{id0 id1} => an interned gensym with pretty-string id0
and unique-string id1.
id0 and id1 can have any identifier syntax including bar-quoted ids.
any number of whitespaces can be placed around id0 and id1.
|
||
|---|---|---|
| bin | ||
| doc | ||
| lab | ||
| src | ||
| .bzrignore | ||
| 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.