Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Egel

< >

Egel is a programming language created in 2016 by Marco Devillers.

#1810on PLDB 9Years Old
Download source code:
git clone https://github.com/egel-lang/egel
HomepageSource Code

A simple untyped eager functional language.


Example from the web:
# Rosetta Code example 99 Bottles. # # See: http://rosettacode.org import "prelude.eg" using System def print_rhyme = [ 0 -> print "better go to the store, and buy some more\n" | N -> let _ = print N " bottles of beer on the wall\n" in let _ = print N " bottles of beer\n" in let _ = print "take one down, pass it around\n" in print_rhyme (N - 1) ] def main = print_rhyme 99

- Build the next great programming language Add Add Prompt Issues About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v170.5.0