Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

zenscript

zenscript - Programming language

< >

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

#1445on PLDB 9Years Old 107Users
0Books 0Papers 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
mdl.html · zenscript.html · godel.html

View source

- Build the next great programming language · Search · v2023 · Day 205 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com