Documentation

Start here for Jot fundamentals, language details, and CLI workflows.

Jot is a statically typed programming language built with GraalVM Truffle. It is compact by design, HM-inferred, and currently in active development.

In this section

Design goals

  1. Keep syntax and semantics small.
  2. Keep types explicit where it matters and inferred where it helps.
  3. Keep runtime integration practical on the JVM.