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

Egison

< >

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

#1074on PLDB 11Years Old
Download source code:
git clone https://github.com/egison/egison/

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 · About · Acknowledgements · Extensions · Day 628 · Donate · feedback@pldb.io