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

yeti

< >

yeti is a programming language created in 2007.

#1457on PLDB 17Years Old
Download source code:
git clone https://github.com/mth/yeti
Homepage · REPL · Source 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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0