Module callisp::special_forms

source ·
Expand description

Contains all the built-in special forms such as def, lambda, etc.

Functions

Create a binding in the current environment.
Create a lambda function.
If statement.
Quote a lisp value.