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

zenscript

< >

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

Source code:
git clone https://github.com/CraftTweaker/ZenScript
#1299on PLDB 10Years Old 1kRepos


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 625 · feedback@pldb.io