Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Wart

< >

Wart is a programming language created in 2010 by Kartik K. Agaram.

Source code:
git clone https://github.com/akkartik/wart
#1188on PLDB 14Years Old

An experimental, small, readable Lisp with thorough unit tests and extensible functions/macros.


Example from the web:
def (foo (a | (b c))) # 'b' and 'c' name parts of list 'a' (list a b c) (foo '(1 2))

Language features

Feature Supported Token Example
Comments ✓
# A comment
Line Comments ✓ #
# A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 626 · feedback@pldb.io