Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Wart

< >

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

#1148on PLDB 14Years Old
Download source code:
git clone https://github.com/akkartik/wart
Homepage · Source Code

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 Example Token
Comments ✓ # A comment
Line Comments ✓ # A comment #
Semantic Indentation X
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll