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

yeti

< >

yeti is a programming language created in 2007.

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

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)"

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

Built with Scroll v144.0.0