Language reference

The language is composed of comments, primitives, lists, functions, special syntax forms, and a few other special types.

Comments: Start with a semicolon and ends at the end of the same line.

Data types:

Special syntax forms:

Default global bindings (immutable):

For interactive examples see Interactive exampes.

For examples of interaction between Cofy and JavaScript see JavaScript integration.