Difference between revisions of "Download Clean"

From Clean
Jump to navigationJump to search
(96 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Clean is available for Windows (32 and 64 bit), Linux (32 and 64 bit) and Mac OS X (64 bit only).
+
Clean is available for [[#Windows]] (32 and 64 bit), [[#Linux]] (32 and 64 bit) and [[#Mac OS X]] (64 bit only).
  
The latest stable release is [[Clean 2.4]].
+
The latest stable release is Clean 3.0. The use of development releases is required for iTasks.
== Clean 2.4 License ==
 
  
Clean is available under a dual license. Users can choose which of these two
+
== Clean 3.0 License ==
licenses they wish to operate under:
 
  
# The Simplified BSD License applies to the libraries, runtime system and examples,
+
Clean is available under the Simplified BSD License.
the LGPL to the rest.
 
# A commercial license.
 
  
See:
+
For details see the [https://ftp.cs.ru.nl/Clean/Clean30/CleanLicenseConditions.txt Clean License Conditions]
[http://clean.cs.ru.nl/download/Clean24/CleanLicenseConditions.txt]
 
  
== Windows ==
+
== Clean and iTasks (Development) ==
=== Latest stable release ===
+
We provide automated nightly builds from the development branches in version control (a mix of git and subversion) of the various components that Clean consists of. We are constantly improving the quality control of these builds, but don't expect a perfectly stable system.
{|border="1"
 
| Clean 2.4 with IDE and libraries (Intel, 32bit) || [http://clean.cs.ru.nl/download/Clean24/windows/Clean_2.4.zip Clean_2.4.zip] - [http://clean.cs.ru.nl/download/Clean24/windows/Clean_2.4.7z Clean_2.4.7z]
 
|-
 
| Clean 2.4 with IDE and libraries (Intel, 64bit) || [http://clean.cs.ru.nl/download/Clean24/windows/Clean_2.4_64.zip Clean_2.4_64.zip] - [http://clean.cs.ru.nl/download/Clean24/windows/Clean_2.4_64.7z Clean_2.4_64.7z]
 
|}
 
  
=== Latest experimental release (for Haskell Front End) ===
+
All nightly builds are available from: https://ftp.cs.ru.nl/Clean/builds.
There is an experimental [[Media:A_Double-Edged_Front_End_for_the_Clean_Compiler_22072010.zip|release]] (9.3M) of Clean that accompanies the paper [http://www.cs.ru.nl/~thomas/publications/groj10-exchanging-sources-between.pdf Exchanging Sources Between Clean and Haskell - A Double-Edged Front End for the Clean Compiler], by John van Groningen, Thomas van Noort, Peter Achten, Pieter Koopman, and Rinus Plasmeijer. In Jeremy Gibbons, editor, Proceedings of the 3rd Haskell Symposium, Haskell '10, Baltimore, MD, US. ACM Press, 2010.
 
  
'''Disclaimer:''' The implementation of the front end is work in progress. This beta release is far from complete and is not fully tested.
+
At this moment the following packages are available:
  
To compile and run your first Clean* and Haskell* programs, take the following steps:
+
# clean-bundle-itasks-*: The most recent packaging of clean with everything that's needed to build iTasks applications included. These packages are only built for linux-x64, windows-x86 and macos-x64.
# Unpack the downloaded ZIP file to your destination of choice
+
# clean-classic-*: A 'classic' clean distribution similar to the 2.4 release and older. This package is built for linux (x86 and x64), windows (x86 and x64) and macos (x64).
# Open <tt>CleanIDE.exe</tt>, located on the top level of the folder
 
# Choose in the prompt if you would like to associate files with the Clean IDE
 
# Click <tt>File > Open ...</tt> and browse to the <tt>Examples</tt> folder
 
# Open <tt>Main.prj</tt> and press <tt>CTRL + R</tt> to compile and run the project
 
  
The file <tt>Main.hs</tt> imports all the examples from the paper and runs several examples, feel free to experiment!
+
Beside the bundles, we are also packaging individual components (libraries and/or tools).
  
=== Latest experimental release (for iTasks 10.8) ===
+
If you want to get started with clean and iTasks quickly you can just download the following packages
There is an experimental [[Media:Clean-iTasks-10.8.zip|release]] (11.2M) of Clean which is needed to create applications using the latest version of the [[ITasks]]-libary.  
+
{|border="1"
 +
| Windows (32 bit) || [https://ftp.cs.ru.nl/Clean/builds/windows-x86/clean-bundle-complete-windows-x86-latest.zip clean-bundle-complete-windows-x86-latest.zip]
 +
|-
 +
| Linux (64 bit) || [https://ftp.cs.ru.nl/Clean/builds/linux-x64/clean-bundle-complete-linux-x64-latest.tgz clean-bundle-complete-linux-x64-latest.tgz]
 +
|-
 +
| Mac OS X (64 bit) || [https://ftp.cs.ru.nl/Clean/builds/macos-x64/clean-bundle-complete-macos-x64-latest.tgz clean-bundle-complete-macos-x64-latest.tgz]
 +
|}
  
See the 'Getting Started' section on the [[ITasks]]-page on how to get started using iTasks.
+
== Clean 3.0 (Stable) ==
 +
=== Windows ===
 +
{|border="1"
 +
| Clean 3.0 with IDE and libraries (Intel, 32bit) || [https://ftp.cs.ru.nl/Clean/Clean30/windows/Clean_3.0_32.zip Clean_3.0_32.zip] - [https://ftp.cs.ru.nl/Clean/Clean30/windows/Clean_3.0_32.7z Clean_3.0_32.7z]
 +
|-
 +
| Clean 3.0 with IDE and libraries (Intel, 64bit) || [https://ftp.cs.ru.nl/Clean/Clean30/windows/Clean_3.0_64.zip Clean_3.0_64.zip] - [https://ftp.cs.ru.nl/Clean/Clean30/windows/Clean_3.0_64.7z Clean_3.0_64.7z]
 +
|}
 +
 
 +
=== Linux ===
 +
Running Clean on Linux is a little different than running Clean on Windows. First of all, there is no IDE available, which means that you have to manage your projects using command-line tools. The primary tool to run Clean on Linux is <tt>clm</tt>. This is a small wrapper tool around the compiler that checks which files have changed and need to be (re)compiled. It is basically a Clean-specific <tt>make</tt> replacement.
  
== Linux ==
 
=== Latest stable release ===
 
 
{|border="1"
 
{|border="1"
| Clean 2.4 with libraries (Intel, 32bit) || [http://clean.cs.ru.nl/download/Clean24/linux/clean2.4.tar.gz clean2.4.tar.gz]
+
| Clean 3.0 with libraries (Intel, 32bit) || [https://ftp.cs.ru.nl/Clean/Clean30/linux/clean3.0_32.tar.gz clean3.0_32.tar.gz]
 
|-
 
|-
| Clean 2.4 with libraries (Intel, 64bit) || [http://clean.cs.ru.nl/download/Clean24/linux/clean2.4_64.tar.gz clean2.4_64.tar.gz]
+
| Clean 3.0 with libraries (Intel, 64bit) || [https://ftp.cs.ru.nl/Clean/Clean30/linux/clean3.0_64.tar.gz clean3.0_64.tar.gz]
 
|}
 
|}
  
Running Clean on Linux is a little different than running Clean on Clean on Windows or on a Clean on Mac. First of all, there is no IDE available, which means that you have to manage your projects using command-line tools. The primary tool to run Clean on Linux is <tt>clm</tt>. This is a small wrapper tool around the compiler that checks which files have changed and need to be (re)compiled. It is basically a Clean-specific <tt>make</tt> replacement.
+
=== Mac OS X ===
 
+
This is a command-line version, similar to the linux version. Apple's developer tool XCode should be installed first.  
Additionally, there is a walkthrough available for compiling [[Clean2.2 on 64bit Xubuntu|Clean 2.2 on 64bit Xubuntu]].
 
  
== Mac OS X ==
 
=== Latest stable release ===
 
 
{|border="1"
 
{|border="1"
| Clean 2.4 with libraries (Intel, 64bit) || [http://clean.cs.ru.nl/download/Clean24/macosx/clean2.4.zip clean2.4.zip]
+
| Clean 3.0 with libraries (Intel, 64bit) || [https://ftp.cs.ru.nl/Clean/Clean30/macosx/clean3.0.zip clean3.0.zip]
 
|}
 
|}
  
This is a command-line version, similar to the linux version. Apple's developer tool Xcode should be installed first.
+
=== Source code ===
 
 
== Source code ==
 
 
{|border="1"
 
{|border="1"
| Windows || Complete sources  || [http://clean.cs.ru.nl/download/Clean24/windows/Clean2.4Sources.zip Clean2.4Sources.zip] - [http://clean.cs.ru.nl/download/Clean24/windows/Clean2.4Sources.7z Clean2.4Sources.7z]
+
| Windows || Complete sources  || [https://ftp.cs.ru.nl/Clean/Clean30/windows/Clean3.0Sources.zip Clean3.0Sources.zip] - [https://ftp.cs.ru.nl/Clean/Clean30/windows/Clean3.0Sources.7z Clean3.0Sources.7z]
 
|-
 
|-
| Linux || Complete sources || [http://clean.cs.ru.nl/download/Clean24/linux/Clean2.4Sources.tar.gz Clean2.4Sources.tar.gz]
+
| Linux || Complete sources || [https://ftp.cs.ru.nl/Clean/Clean30/linux/Clean3.0Sources.tar.gz Clean3.0Sources.tar.gz]
 
|-
 
|-
| Linux || Bootstrap from intermediate ABC files. 32-bit. Does not contain all sources. || [http://clean.cs.ru.nl/download/Clean24/linux/clean2.4_boot.tar.gz clean2.4_boot.tar.gz]
+
| Linux || Bootstrap from intermediate ABC files. 32-bit. Does not contain all sources. || [https://ftp.cs.ru.nl/Clean/Clean30/linux/clean3.0_32_boot.tar.gz clean3.0_32_boot.tar.gz]
 
|-
 
|-
| Linux || Bootstrap from intermediate ABC files. 64-bit. Does not contain all sources. || [http://clean.cs.ru.nl/download/Clean24/linux/clean2.4_64_boot.tar.gz clean2.4_64_boot.tar.gz]
+
| Linux || Bootstrap from intermediate ABC files. 64-bit. Does not contain all sources. || [https://ftp.cs.ru.nl/Clean/Clean30/linux/clean3.0_64_boot.tar.gz clean3.0_64_boot.tar.gz]
 
|-
 
|-
| Mac OS X || Bootstrap from intermediate ABC files. 64-bit. Does not contain all sources. || [http://clean.cs.ru.nl/download/Clean24/macosx/clean2.4_boot.zip clean2.4_boot.zip]
+
| Mac OS X || Bootstrap from intermediate ABC files. 64-bit. Does not contain all sources. || [https://ftp.cs.ru.nl/Clean/Clean30/macosx/clean3.0_boot.zip clean3.0_boot.zip]
 
|}
 
|}
  
 
== Older releases ==
 
== Older releases ==
 
You can view the [[Release history|release history]] of older releases.
 
You can view the [[Release history|release history]] of older releases.
 +
 +
=== Experimental release for Haskell Front End ===
 +
There is an experimental [[Media:A_Double-Edged_Front_End_for_the_Clean_Compiler_22072010.zip|release]] (9.3M) of Clean that accompanies the paper [http://www.mbsd.cs.ru.nl/publications/papers/2010/groj10-Haskell_front_end_Clean.pdf Exchanging Sources Between Clean and Haskell - A Double-Edged Front End for the Clean Compiler], by John van Groningen, Thomas van Noort, Peter Achten, Pieter Koopman, and Rinus Plasmeijer. In Jeremy Gibbons, editor, Proceedings of the 3rd Haskell Symposium, Haskell '10, Baltimore, MD, US. ACM Press, 2010.
 +
 +
'''Disclaimer:''' The implementation of the front end is work in progress. This beta release is far from complete and is not fully tested.
 +
 +
To compile and run your first Clean* and Haskell* programs, take the following steps:
 +
# Unpack the downloaded ZIP file to your destination of choice
 +
# Open <tt>CleanIDE.exe</tt>, located on the top level of the folder
 +
# Choose in the prompt if you would like to associate files with the Clean IDE
 +
# Click <tt>File > Open ...</tt> and browse to the <tt>Examples</tt> folder
 +
# Open <tt>Main.prj</tt> and press <tt>CTRL + R</tt> to compile and run the project
 +
 +
The file <tt>Main.hs</tt> imports all the examples from the paper and runs several examples, feel free to experiment!

Revision as of 10:17, 25 October 2018

Clean is available for #Windows (32 and 64 bit), #Linux (32 and 64 bit) and #Mac OS X (64 bit only).

The latest stable release is Clean 3.0. The use of development releases is required for iTasks.

Clean 3.0 License

Clean is available under the Simplified BSD License.

For details see the Clean License Conditions

Clean and iTasks (Development)

We provide automated nightly builds from the development branches in version control (a mix of git and subversion) of the various components that Clean consists of. We are constantly improving the quality control of these builds, but don't expect a perfectly stable system.

All nightly builds are available from: https://ftp.cs.ru.nl/Clean/builds.

At this moment the following packages are available:

  1. clean-bundle-itasks-*: The most recent packaging of clean with everything that's needed to build iTasks applications included. These packages are only built for linux-x64, windows-x86 and macos-x64.
  2. clean-classic-*: A 'classic' clean distribution similar to the 2.4 release and older. This package is built for linux (x86 and x64), windows (x86 and x64) and macos (x64).

Beside the bundles, we are also packaging individual components (libraries and/or tools).

If you want to get started with clean and iTasks quickly you can just download the following packages

Windows (32 bit) clean-bundle-complete-windows-x86-latest.zip
Linux (64 bit) clean-bundle-complete-linux-x64-latest.tgz
Mac OS X (64 bit) clean-bundle-complete-macos-x64-latest.tgz

Clean 3.0 (Stable)

Windows

Clean 3.0 with IDE and libraries (Intel, 32bit) Clean_3.0_32.zip - Clean_3.0_32.7z
Clean 3.0 with IDE and libraries (Intel, 64bit) Clean_3.0_64.zip - Clean_3.0_64.7z

Linux

Running Clean on Linux is a little different than running Clean on Windows. First of all, there is no IDE available, which means that you have to manage your projects using command-line tools. The primary tool to run Clean on Linux is clm. This is a small wrapper tool around the compiler that checks which files have changed and need to be (re)compiled. It is basically a Clean-specific make replacement.

Clean 3.0 with libraries (Intel, 32bit) clean3.0_32.tar.gz
Clean 3.0 with libraries (Intel, 64bit) clean3.0_64.tar.gz

Mac OS X

This is a command-line version, similar to the linux version. Apple's developer tool XCode should be installed first.

Clean 3.0 with libraries (Intel, 64bit) clean3.0.zip

Source code

Windows Complete sources Clean3.0Sources.zip - Clean3.0Sources.7z
Linux Complete sources Clean3.0Sources.tar.gz
Linux Bootstrap from intermediate ABC files. 32-bit. Does not contain all sources. clean3.0_32_boot.tar.gz
Linux Bootstrap from intermediate ABC files. 64-bit. Does not contain all sources. clean3.0_64_boot.tar.gz
Mac OS X Bootstrap from intermediate ABC files. 64-bit. Does not contain all sources. clean3.0_boot.zip

Older releases

You can view the release history of older releases.

Experimental release for Haskell Front End

There is an experimental release (9.3M) of Clean that accompanies the paper Exchanging Sources Between Clean and Haskell - A Double-Edged Front End for the Clean Compiler, by John van Groningen, Thomas van Noort, Peter Achten, Pieter Koopman, and Rinus Plasmeijer. In Jeremy Gibbons, editor, Proceedings of the 3rd Haskell Symposium, Haskell '10, Baltimore, MD, US. ACM Press, 2010.

Disclaimer: The implementation of the front end is work in progress. This beta release is far from complete and is not fully tested.

To compile and run your first Clean* and Haskell* programs, take the following steps:

  1. Unpack the downloaded ZIP file to your destination of choice
  2. Open CleanIDE.exe, located on the top level of the folder
  3. Choose in the prompt if you would like to associate files with the Clean IDE
  4. Click File > Open ... and browse to the Examples folder
  5. Open Main.prj and press CTRL + R to compile and run the project

The file Main.hs imports all the examples from the paper and runs several examples, feel free to experiment!