Gofer: Difference between revisions
Appearance
mNo edit summary |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The '''Haskell Users Gofer System''' is a [[Haskell]] interpreter, it was originally commonly known as just "Gofer" but when [[Gopher]] arrived on the scene the author started to use '''HUGS''' instead and re-booted the version number sequence but dropped the "hugsc" Haskell to [[C]] compiler that was shipped with gofer. HUGS 1.3 and later conform to the ''Haskell 98'' standard, earlier Gofer versions have extensions that are unique to it and have never been supported by any other Haskell tools. | The '''Haskell Users Gofer System''' is a [[Haskell]] interpreter, it was originally commonly known as just "Gofer" but when [[Gopher]] arrived on the scene the author started to use '''HUGS''' instead and re-booted the version number sequence but dropped the "hugsc" Haskell to [[C]] compiler that was shipped with gofer. HUGS 1.3 and later conform to the ''Haskell 98'' standard, earlier Gofer versions have extensions that are unique to it and have never been supported by any other Haskell tools. | ||
==Versions== | ==Versions== | ||
* | * 2.20.1 (Sep 1991) | ||
* | * 2.21 (Nov 1991) | ||
* | * 2.23 (Aug 1992) | ||
* | * 2.28 (Jan 1993) | ||
* | * 2.30 (1994) - Requires the EMX runtime. | ||
* 2.30b (1995) | |||
See also: [[HUGS]] | |||
==Licence and availability== | ==Licence and availability== | ||
Line 25: | Line 16: | ||
* Mark P. Jones | * Mark P. Jones | ||
* Neil Mitchell - WinHugs maintainer | * Neil Mitchell - WinHugs maintainer | ||
[[Category:Haskell]][[Category:Functional programming]][[Category:Open Source Software]] | [[Category:Haskell]][[Category:Functional programming]][[Category:Open Source Software]] | ||
[[Category:Software written in C]] | [[Category:Software written in C]] |
Latest revision as of 22:24, 25 July 2023
The Haskell Users Gofer System is a Haskell interpreter, it was originally commonly known as just "Gofer" but when Gopher arrived on the scene the author started to use HUGS instead and re-booted the version number sequence but dropped the "hugsc" Haskell to C compiler that was shipped with gofer. HUGS 1.3 and later conform to the Haskell 98 standard, earlier Gofer versions have extensions that are unique to it and have never been supported by any other Haskell tools.
Versions
- 2.20.1 (Sep 1991)
- 2.21 (Nov 1991)
- 2.23 (Aug 1992)
- 2.28 (Jan 1993)
- 2.30 (1994) - Requires the EMX runtime.
- 2.30b (1995)
See also: HUGS
Licence and availability
- HUGS is a discontinued open source software released under a slightly modified Three Clause BSD Licence.
Authors
- Mark P. Jones
- Neil Mitchell - WinHugs maintainer