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

Epigram

< >

Epigram is an open source programming language created in 2004 by Conor McBride.

#1019on PLDB 20Years Old

Epigram is a functional programming language with dependent types. Epigram also refers to the IDE usually packaged with the language. Epigram's type system is strong enough to express program specifications. Read more on Wikipedia...


Example from Wikipedia:
plus x y <= rec x { plus x y <= case x { plus zero y => y plus (suc x) y => suc (plus x y) } }

Language features

Feature Supported Token Example
Dependent types ✓

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 625 · feedback@pldb.io