Gofer (programming language): Difference between revisions

Content deleted Content added
No edit summary
Jimg (talk | contribs)
No edit summary
Line 1:
'''Gofer''' ("'''Go'''od '''F'''or '''E'''quational '''R'''easoning") is an implementation of the programming language [[Haskell (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]].[http://cvs.haskell.org/Hugs/pages/faq.htm]
 
Its syntax is closer to the earlier commercial language [[Miranda (programming language)|Miranda]] than the subsequently standardized [[Haskell (programming language)|Haskell]]. It lacks some of features of Haskell (such as the deriving clause in data type definitions) but includes a number of features which were not adopted by Haskell (such as generalizing the [[List comprehension]] syntax to support any Monad).
 
==Getting Gofer==