Questions Columns Rows
GitHub icon

yeti

yeti - Programming language

< >

yeti is a programming language created in 2007.

Source code:
git clone https://github.com/mth/yeti
#1582on PLDB 16Years 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 Stats Sponsor Traffic Traffic Today Day 282 feedback@pldb.com Logout