Notch
example.notch
import java.time.LocalDate
today = LocalDate.now()
for name in ['Alice', 'Bob', 'Carol']
print('Hello, ' + name + '! Today is ' + today)
endDocumentation
Install
One-line install for macOS, Linux, and Windows. No JDK required.
Syntax
Primary expressions, operators, statements, closures.
JVM Integration
Calling Java methods, type coercions.
REPL
Interactive shell, history, meta-commands.
Chisel
The language-agnostic foundation Notch is built on.
Notch Templates
Template engine for rendering text with embedded Notch expressions.
JSON5
JSON5 parser and a small query language.