Version: 4.2.3
Reference: PLT Scheme
This manual defines the core PLT Scheme language and describes its most prominent libraries. The companion manual Guide: PLT Scheme provides a friendlier (though less precise and less complete) overview of the language.
Unless otherwise noted, the bindings defined in this manual are
exported by the scheme/base and scheme
languages.
The scheme library combines scheme/base, scheme/bool, scheme/class, scheme/cmdline, scheme/contract, scheme/dict, scheme/file, scheme/function, scheme/include, scheme/list, scheme/local, scheme/match, scheme/math, scheme/nest, scheme/path, scheme/port, scheme/pretty, scheme/promise, scheme/shared, scheme/string, scheme/tcp, scheme/udp, scheme/unit, and scheme/vector.
2.20 Quasiquoting: quasiquote, unquote, and unquote-splicing |