Gofer (programming language): Difference between revisions

Content deleted Content added
No edit summary
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 was replaced by [[Hugs]].<ref>[https://www.haskell.org/hugs/pages/users_guide/faq.html#AEN1870]</ref>
 
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 until(although some werer later (incorporated intio GHC, such as generalizing the [[list comprehension]] syntax to support any monad, which is now available using the MonadComprehensions extension).
 
==Getting Gofer==