Measures Concepts
GitHub icon

gura

gura - Programming language

< >

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

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

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 Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout