Package | Description |
---|---|
gnu.commonlisp.lang | |
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.jemacs.lang |
Contains classes to implement the Emacs Lisp language.
|
gnu.kawa.functions |
Various core run-time functions and operators.
|
kawa.standard |
Primitive Scheme syntax and functions.
|
Modifier and Type | Field and Description |
---|---|
static AbstractFormat |
CommonLisp.displayFormat |
static AbstractFormat |
CommonLisp.writeFormat |
Modifier and Type | Method and Description |
---|---|
AbstractFormat |
CommonLisp.getFormat(boolean readable) |
Modifier and Type | Method and Description |
---|---|
AbstractFormat |
Language.getFormat(boolean readable) |
Modifier and Type | Class and Description |
---|---|
class |
Print |
Modifier and Type | Field and Description |
---|---|
static AbstractFormat |
ELisp.displayFormat |
static AbstractFormat |
ELisp.writeFormat |
Modifier and Type | Method and Description |
---|---|
AbstractFormat |
ELisp.getFormat(boolean readable) |
Modifier and Type | Class and Description |
---|---|
class |
DisplayFormat
Handle formatted output for Lisp-like languages.
|
Modifier and Type | Method and Description |
---|---|
AbstractFormat |
Scheme.getFormat(boolean readable) |