Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

gura

gura - Programming language

< >

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

#1577on PLDB 11Years Old 41Users
0Books 0Papers

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
jiyu.html 路 gura.html 路 vtml.html

View source

- Build the next great programming language Search v2023 Day 205 Docs Acknowledgements Traffic Traffic Today Mirrors GitHub feedback@pldb.com