Ωmega

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: * Omega is strict (Hugs is lazy); * Ability to introduce new kinds; * Allows writing of functions at the type level. Other differences are documented in the Omega user guide.

Ωmega

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: * Omega is strict (Hugs is lazy); * Ability to introduce new kinds; * Allows writing of functions at the type level. Other differences are documented in the Omega user guide.