Gofer ("Good For Equational Reasoning") is an implementation of the programming language Haskell intended for educational purposes and supporting a language based on version 1.2 of the Haskell report. It has since been replaced by Hugs.
Its syntax is closer to the earlier commercial language Miranda than the subsequently standardized Haskell. It lacks some of features of Haskell (such as the deriving clause in data type definitions) but includes ...
more
Read article at Wikipedia
Gofer
Similar topics in Freebase
-
Helium
Helium is a compiler and a dialect of the functional programming language Haskell. It has been designed to make learning Haskell easier by giving clearer error messages. It is being developed at Utrecht University, Netherlands, primarily by Arjan van IJzendoorn, Daan Leijen, Bastiaan Heeren and...