Violette is a simple functional programming language. It is a work in progress!
current features include:
- everything is an expression
- a parenthesized expression is just a block with one expression:
{\x -> x} - first-class functions
To start the toplevel (REPL), run:
dune exec violette toplevelViolette's development does not involve any large language model.