Design overview
- Character sets and unicode support
- Built-in types
- BuiltInClasses?
- CustomClasses? (defclass defined)
- Condition handling
- BuiltInConditions
- CustomConditions (define-condition defined)
- Handling of critical errors (such as out-of-memory and stack overflow)
- JavaFfi: calling from Lisp into Java and other more advanced interactions with the Java runtime
- JSR-223: Java Scripting API support
System
Packages
Compiler
File compiler
- FileCompilation? into fasl files
- FaslFormatAndLoading
Functions and Closures
Environments
- Lexical environment
- Compilation environment
- Dynamic environment
- Global environment
Last modified 12 years ago
Last modified on 07/05/12 20:30:23