Difference between revisions of "Clean"

From Clean
Jump to navigationJump to search
Line 4: Line 4:
 
Welcome to the '''Clean Wiki'''!
 
Welcome to the '''Clean Wiki'''!
  
The programming language Clean is a general purpose, state-of-the-art, pure and lazy functional programming language designed for making real-world applications.
+
Clean is a general purpose, state-of-the-art, pure and lazy functional programming language designed for making real-world applications. Some of its most notable [[language features]] are uniqueness typing, dynamic typing, and generic functions.
 
 
Clean is the only functional language in the world which offers uniqueness typing. This type system makes it possible in a pure functional language to incorporate destructive updates of arbitrary data structures (including arrays) and to make direct interfaces to the outside imperative world. The type system makes it possible to develop efficient applications as well.  
 
  
 
The [[Clean System]] is available for the [[Clean on Windows|Windows]], [[Clean on Linux|Linux]], and [[Clean on MacOS|MacOS]] operating systems.
 
The [[Clean System]] is available for the [[Clean on Windows|Windows]], [[Clean on Linux|Linux]], and [[Clean on MacOS|MacOS]] operating systems.

Revision as of 14:58, 6 July 2010

Welcome to the Clean Wiki!

Clean is a general purpose, state-of-the-art, pure and lazy functional programming language designed for making real-world applications. Some of its most notable language features are uniqueness typing, dynamic typing, and generic functions.

The Clean System is available for the Windows, Linux, and MacOS operating systems.

Upcoming events

Language

Learn more about the Clean language by downloading a distribution, the libraries, or reading the documentation, related publications, or FAQ.


Community

Find out what is going on in the Clean community by checking out the projects that use Clean, reading the wishlist of Clean features, or joining our mailing lists, .

About

Read more about the latest developments, upcoming and past events, or how to contact us.