1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
______________________________________________________________________________
This file contains pointers to online resources for Hugs, Haskell and
Functional Programming on the Internet and World-Wide Web.
______________________________________________________________________________
HUGS:
You can obtain a copy of Hugs 1.4 on the World Wide Web:
http://www.cs.nott.ac.uk/Department/Staff/mpj/hugs.html
or by anonymous ftp from:
ftp://ftp.cs.nott.ac.uk/pub/haskell/hugs
There is also a home page for Hugs at Yale:
http://haskell.org/hugs/
There are also mailing lists for Hugs users and bug-reports; to
subscribe, send email to:
hugs-users-request@haskell.org
hugs-bugs-request@haskell.org
Please send bug reports to hugs-bugs@haskell.org, and other general
messages to hugs-users@haskell.org.
______________________________________________________________________________
HASKELL:
An online version of the report for Haskell 1.4 is available from:
http://haskell.org/report/index.html
Archives for Haskell are maintained at various sites around the world:
Chalmers, Sweden ftp://ftp.cs.chalmers.se/pub/haskell
Glasgow, Scotland ftp://ftp.dcs.glasgow.ac.uk/pub/haskell
Nottingham, England ftp://ftp.cs.nott.ac.uk/pub/haskell
Yale, USA ftp://haskell.cs.yale.edu/pub/haskell
There is a common mailing list for technical discussion of Haskell;
details are available at the sites listed above.
______________________________________________________________________________
FUNCTIONAL PROGRAMMING:
The usenet newsgroup comp.lang.functional provides a forum for general
discussion about functional programming languages. A list of frequently
asked questions (FAQs), and their answers, is available from:
http://www.cs.nott.ac.uk/Department/Staff/gmh/faq.html
The FAQ list contains many pointers to other functional programming
resources around the world.
______________________________________________________________________________
|