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

zenscript

< >

zenscript is a programming language created in 2014 by Stan Hebben.

#1423on PLDB 10Years Old 1kRepos
Download source code:
git clone https://github.com/CraftTweaker/ZenScript


Example from the web:
var x = 5; print(x+5); for i in 0 to 10 { print(10 - i); } for i in 10 .. 20 { if i %2 == 0{ print(i); } }

Language features

Feature Supported Token Example
Print() Debugging ✓ print

View source

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