Measures Concepts
GitHub icon

ten

ten - Programming language

< >

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

Source code:
git clone https://github.com/ten-lang/libten
#1633on PLDB 5Years Old

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 )

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout