- Boolean
- Numbers
- Complex
- Real
- Rational
- Integer
- Strings
- Characters
- Symbols
- Lists
- Pairs (
(a . b)
doted pairs are unsupported) - Vectors
- Lambda expressions (no TCO)
- Lexical bindings
-
define
-
set!
-
let
-
let*
-
fluid-let
-
letrec
-
- Quoting
- Quasi quoting
- Conditionals
-
cond
- ...
-
- begin
- iterations
- macroses