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

zenscript

< >

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

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


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 Example Token
Print() Debugging ✓ print
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll