Difference between revisions of "Documentation"

From Clean
Jump to navigationJump to search
(added links to library documents)
Line 32: Line 32:
 
Documents concerning Clean libraries:
 
Documents concerning Clean libraries:
 
* [http://www.st.cs.ru.nl/papers/2010/CleanStdEnvAPI.pdf A Concise Guide to Clean StdEnv] gives an overview of the StdEnv library of Clean.
 
* [http://www.st.cs.ru.nl/papers/2010/CleanStdEnvAPI.pdf A Concise Guide to Clean StdEnv] gives an overview of the StdEnv library of Clean.
* [ftp://ftp.cs.kun.nl/pub/Clean/supported/ObjectIO.1.2/doc/tutorial.pdf A Tutorial to the Clean Object I/O Library - Version 1.2.] gives a comprehensive overview of the Object I/O library of Clean. Please note that this document is included in every Windows distribution (check out help).
+
* [ftp://ftp.cs.ru.nl/pub/Clean/supported/ObjectIO.1.2/doc/tutorial.pdf A Tutorial to the Clean Object I/O Library - Version 1.2.] gives a comprehensive overview of the Object I/O library of Clean. Please note that this document is included in every Windows distribution (check out help).

Revision as of 12:46, 16 June 2011

Clean language report

The language report (versions 1.3 and 2.0) written by Rinus Plasmeijer and Marko van Eekelen (University of Nijmegen) is the reference manual for the Clean programming language.

It is a must for anyone who wants to write serious Clean applications.

Latest version

The latest version is version 2.1.

All versions

Clean Version Postscript Word PDF
2.1 - - 1.8M
2.0 - - 2M
1.3.1 1432K 275K 661K
1.3 319K 377K 309K
1.1 669K 591K 455K

Clean books

There are several books about Clean:

Libraries

Documents concerning Clean libraries: