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

ten

< >

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

#2017on PLDB 5Years Old
Download source code:
git clone https://github.com/ten-lang/libten
HomepageSource Code

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 )
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll