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

tangledown

< >

tangledown is a template language created in 2011 by Nicholas Bollweg.

Source code:
git clone https://github.com/bollwyvl/tangledown
#2248on PLDB 13Years Old

Markdown + Tangle.js + (someday) SymPy


Example from the web:
If you eat t[number](cookies ' cookies'), you consume t[](calories ' calories'). This constitutes t[](dailypercent percent) of a daily intake of t[number](100<dailycalories..100 ' calories'). t[if](overninek) ~ # It's over 9000! ~~~~.initialize #cookies: 3 #calories: 150 #dailypercent: 1 #dailycalories: 2100 #overninek: 0 ~~~~ ~~~~.update #calories: #cookies * 50 #dailypercent: (#cookies * 50) / #dailycalories #overninek: #calories > 9000 ~~~~

View source

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