Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

gura

< >

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

#1378on PLDB 12Years Old
Download source code:
git clone https://github.com/gura-lang/gura
HomepageSource Code

Gura is an iterator-oriented programming language that focuses on iterators with improved functions for calculation and data processing. It makes you be able to write an artificial code for what used to need a lot of codes of repeat syntax.


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 Resources Acknowledgements Part of the World Wide Scroll