Measures Concepts
GitHub icon

zenscript

zenscript - Programming language

< >

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

Source code:
git clone https://github.com/CraftTweaker/ZenScript
#1391on 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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout