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
- Datum comments introduced via
#;
do not always work as expected.