Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

ten

ten - Programming language

< >

ten is a programming language created in 2019 by Ray Stubbs.

#1738on PLDB 4Years Old 50Users
0Books 0Papers

A minimal, consistent, embeddable scripting language.


Example from the web:
each( irange( 1, 101 ) [ num ] if num % 15 = 0: show"FizzBuzz " num % 3 = 0: show"Fizz " num % 5 = 0: show"Buzz " else show( num, " " ) ) show( N )
sugar.html 路 ten.html 路 nuua.html

View source

- Build the next great programming language Search Day 214 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com