Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Gofer (programming language)

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 was replaced by Hugs.

Its syntax is closer to the earlier commercial language Miranda than the subsequently standardized Haskell. It lacks some of the features of Haskell (such as the deriving clause in data type definitions) but includes a number of features which were not adopted by Haskell (although some were later incorporated into GHC, such as generalizing the list comprehension syntax to support any monad, which is now available using the MonadComprehensions extension).

We don't have any images related to Gofer (programming language) yet.
We don't have any YouTube videos related to Gofer (programming language) yet.
We don't have any PDF documents related to Gofer (programming language) yet.
We don't have any Books related to Gofer (programming language) yet.
We don't have any archived web articles related to Gofer (programming language) yet.

References

  1. "Frequently Asked Questions about Hugs". www.haskell.org. https://www.haskell.org/hugs/pages/users_guide/faq.html#AEN1870