Wart is a programming language created in 2010 by Kartik K. Agaram.
| #1190on PLDB | 16Years Old |
git clone https://github.com/akkartik/wartAn experimental, small, readable Lisp with thorough unit tests and extensible functions/macros.
def (foo (a | (b c))) # 'b' and 'c' name parts of list 'a'
(list a b c)
(foo '(1 2))| Feature | Supported | Example | Token |
|---|---|---|---|
| Comments | ✓ | # A comment | |
| Line Comments | ✓ | # A comment | # |
| Semantic Indentation | X |