Modules

Current status of module syntax and organization.

Module and import syntax are not currently part of the Jot grammar.

What exists today

  • A single source file is parsed/executed as one program.
  • Built-ins are installed automatically (print, push).

Planned direction

A module/import system is expected to arrive later. When it lands, this page will document concrete syntax and resolution rules.