Measures Concepts
GitHub icon

Egison

Egison - Programming language

< >

Egison is a programming language created in 2013 by Satoshi Egi.

Source code:
git clone https://github.com/egison/egison/
#1099on PLDB 11Years Old

The Egison Programming Language


Example from the web:
-- Extract all twin primes from the infinite list of prime numbers with pattern matching! def twinPrimes := matchAll primes as list integer with | _ ++ $p :: #(p + 2) :: _ -> (p, p + 2)
Egison Keywords
as integer list matchAll multiset set with

Language features

Feature Supported Token Example
Pattern Matching ✓

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