Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

yeti

< >

yeti is a programming language created in 2007.

#1718on PLDB 17Years Old
Download source code:
git clone https://github.com/mth/yeti

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 About Acknowledgements Extensions Day 630 Donate feedback@pldb.io