Calcit is a programming language created in 2021 by tà yè.
#1528on PLDB | 3Years Old |
git clone https://github.com/calcit-lang/calcit/
Indentation-based ClojureScript dialect in Rust and compiling to JavaScript ES Modules
tag-match shape
(:circle base radius) $ println "Circle with radius:" radius
(:rect base width height) $ println "Rect with height:" height
_ $ println "Unknown shape"
Feature | Supported | Example | Token |
---|---|---|---|
Semantic Indentation | ✓ |