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
- Keep syntax and semantics small.
- Keep types explicit where it matters and inferred where it helps.
- Keep runtime integration practical on the JVM.