Difference between revisions of "Clean"
Bas Lijnse (talk | contribs) m |
|||
Line 5: | Line 5: | ||
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. | 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. | ||
− | Clean 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. |
__NOTOC__ | __NOTOC__ | ||
{| style="width:100%; border:none" | {| style="width:100%; border:none" |
Revision as of 15:33, 11 August 2008
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 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 Windows, Linux, and MacOS operating systems.
AboutRead more about Clean on the official Clean homepage, find out where you can download Clean, or read more about the latest developments and upcoming and past events. |
LearningLearn how to use Clean by reading the tutorials, articles, publications and FAQ, or by asking a question on the IRC channel. |
LibrariesCheck out the official libraries released together with Clean and some of the community libraries developed for Clean. |
CommunityFind out what is going on in the Clean community by joining our mailing lists, checking out the projects that use Clean, or reading the wishlist of Clean features. |