Measures Concepts
GitHub icon

yeti

yeti - Programming language

< >

yeti is a programming language created in 2007.

Source code:
git clone https://github.com/mth/yeti
#1584on PLDB 17Years Old

Try now: Web

Functional programming language for JVM.


Example from the web:
ack m n = if m == 0 then n + 1 elif n == 0 then ack (m - 1) 1 else ack (m - 1) (ack m (n - 1)) fi; println "ack 3 8 = \(ack 3 8)"

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