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

ten

< >

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

#2031on PLDB 5Years Old
Download source code:
git clone https://github.com/ten-lang/libten
Homepage · Source 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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0