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

gura

< >

gura is a programming language created in 2012 by Yutaka Saito.

Source code:
git clone https://github.com/gura-lang/gura
#1504on PLDB 12Years Old

Gura Programming Language


Example from the web:
prime() = { p = [] for (n in 2..):xiter { if (!(n % p.each() == 0).or()) { p.add(n) n } } }

HackerNews discussions of gura

title date score comments
Gura: Iterator-Oriented Programming Language 08/23/2014 56 8

View source

- Build the next great programming language About Acknowledgements Extensions Day 624 feedback@pldb.io