File: end.verb

package info (click to toggle)
haskell98-tutorial 200006-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 624 kB
  • ctags: 11
  • sloc: haskell: 2,125; makefile: 80; sh: 13
file content (23 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%**<title>A Gentle Introduction to Haskell: The Next Stage</title>

%**~eheader

\section{The Next Stage}
A large collection of Haskell resources is available on the web at
@haskell.org@.  Here you will find compilers, demos, papers, and much
valuable information about Haskell and functional programming.
Haskell compilers or interpreters run on almost all hardware and
operating systems.  The Hugs system is both small and portable -- it
is an excellent vehicle for learning Haskell. 

\section{Acknowledgements}

Thanks to Patricia Fasel and Mark Mundt at Los Alamos, and Nick
Carriero, Charles Consel, Amir Kishon, Sandra Loosemore, Martin
Odersky, and David Rochberg at Yale University for
their quick readings of earlier drafts of this manuscript.  Special
thanks to Erik Meijer for his extensive comments on the new material
added for version 1.4 of this tutorial.

%**~efooter