0dd3c8ce26
- Add WWW: line PR: 24875 Submitted by: Ports Fury
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
------------------------------------------------------------------------------
|
|
Gofer is an interactive functional programming environment (i.e. an
|
|
interpreter) supporting a language based on the draft report for Haskell
|
|
version 1.2.
|
|
|
|
Gofer is intended as an experimental language, particularly where type classes
|
|
are involved. Gofer extends the Haskell type class system in several ways.
|
|
|
|
The most significant features of Haskell not currently supported are:
|
|
modules, arrays, overloaded numeric constants, default declarations, derived
|
|
instances, contexts in datatype definitions.
|
|
------------------------------------------------------------------------------
|
|
And just in case you wondered:
|
|
|
|
The name "Gofer" is not a trademark, registered or otherwise, and
|
|
you are free to mention this name in published material, public and
|
|
private correspondence, or other documents without restriction or
|
|
obligation.
|
|
------------------------------------------------------------------------------
|
|
|
|
WWW: http://www.cse.ogi.edu/~mpj/goferarc/
|