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

Koto

< >

Koto is a programming language created in 2020 by Ian Hobson.

#2033on PLDB 5Years Old
Download source code:
git clone https://github.com/koto-lang/koto
HomepageREPLSource CodeDocs

A lightweight scripting language for Rust applications.


Example from the web:
# Fizz buzz in Koto # https://en.wikipedia.org/wiki/Fizz_buzz fizz_buzz = |n| match n % 3, n % 5 0, 0 then 'Fizz Buzz' 0, _ then 'Fizz' _, 0 then 'Buzz' else '{n}' for i in 1..=25 print fizz_buzz i

- Build the next great programming language Add Add Prompt Issues About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v175.2.1