Ωmega

Omega
Original author(s)Tim Sheard
Developer(s)Portland State University
Initial releaseMarch 3, 2005 (2005-03-03)
Stable release
1.5 / April 29, 2011 (2011-04-29)
Operating systemCross-platform
TypeInterpreter
LicenseBSD 3-clause
Websiteweb.cecs.pdx.edu/~sheard/Omega

The Omega interpreter is a strict pure functional programming interpreter similar to the Hugs Haskell interpreter. The syntax closely resembles that of Haskell but with important differences:

Other differences are documented in the Omega user guide.

Omega was developed by Professor Tim Sheard of Portland State University's Computer Science Department as a language with an infinite hierarchy of computational levels, e.g., value, type, kind, sort. The underlying concept is that data, and functions manipulating data, can be introduced at any level.