Language limitations
The language support by LispPad is incompatible or incomplete with respect to the following R7RS features:
- Lists are immutable. Mutable cons-cells are supported in a way similar to Racket
- Literals in
syntax-rules
are not matched based on their definition but their symbol identity - Datum comments introduced via
#;
do not always work as expected