Jot
HomeWhy Jot ExistsDocsPlaygroundGitHubLicense
Try JotGet Started
DocumentationGetting StartedLanguage TourTypesType InferenceRuntime SpecializationFunctionsModulesCLI

CLI

Compile, run, and inspect Jot programs from the command line.

Commands

jot run main.jot
jot check main.jot
jot fmt main.jot

Typical loop

  1. Write code.
  2. Run jot check.
  3. Execute with jot run.
  4. Format before commit.

Notes

CLI options may change while the project is early-stage. Pin tool versions in CI.

Modules

Organize code into modules and expose a clean public surface.

On this page

CommandsTypical loopNotes