Difference between revisions of "Documentation"

From Clean
Jump to navigationJump to search
Line 1: Line 1:
 +
__NOTOC__
 +
 
== Clean language report ==
 
== 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.
 
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.
Line 22: Line 24:
 
|}
 
|}
  
== Clean Books ==
+
== Clean books ==
 
There are several books about Clean:
 
There are several books about Clean:
 
* [[Functional Programming in Clean]] is a practical book in progress intended as an introduction to functional programming in Clean for undergraduate students. It is available online online.
 
* [[Functional Programming in Clean]] is a practical book in progress intended as an introduction to functional programming in Clean for undergraduate students. It is available online online.
 
* [[Functional Programming and Parallel Graph Rewriting]] is a book that describes the theoretical foundation and implementation of Clean. It has been published by Addison Wesley in 1993.
 
* [[Functional Programming and Parallel Graph Rewriting]] is a book that describes the theoretical foundation and implementation of Clean. It has been published by Addison Wesley in 1993.
 
* [http://www.discenda.org/Clean/ Programming in Clean] is a nice Clean book for beginners. It is available online.
 
* [http://www.discenda.org/Clean/ Programming in Clean] is a nice Clean book for beginners. It is available online.

Revision as of 13:40, 5 July 2010


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: