I know very little about the Clean programming language. This document will go over all of my knowledge of the Clean programming language.
This is how you make a Hello World program in Clean:
Start = "Hello, world!"Comments in Clean are the same as in languages like C, C++, Java, etc.
Single line comments in Clean are written like so:
// This is a single line commentI don't know if Clean supports multi-line comments.
Clean does not appear to support the break keyword.
-
Clean is a language by the Software Technology Research Group of Radboud University Nijmegen in The Netherlands
-
Clean is not a semicolon and curly bracket language
-
Clean has syntax very similar to that of Haskell
-
Clean uses the
*.iclfile extension by default, but also uses the*.dcland*.abcfile extensions -
The
*.abcfile extension can be confused with an ABC (another programming language) program. -
Clean is not one of the top 50 programming languages (as of 2022, July 31st, it has never ranked 50 or higher on the TIOBE index)
-
Clean was first created in the year 1987
-
No other knowledge of the Clean programming language
- No other additional comments available
File type: Markdown document (*.md *.mkd *.mdown *.markdown)
File version: 1 (2022, Monday, August 1st at 5:50 pm PST)
Line count (including blank lines and compiler line): 113
Click/tap here to expand/collapse the history for this file
Version 1 (2022, Monday, August 1st at 5:50 pm PST)
Changes:
- Started the file
- Added the
titlesection
- Added the
Hello World in Cleansection
- Added the
Comments in Cleansection
- Added the
Single line commentssubsection
- Added the
Multi-line commentssubsection
- Added the
break keyword in Cleansection
- Added the
other knowledge of the Clean programming languagesection
- Added the
Additional commentssection
- Added the
file infosection
- Added the
file historysection
- No other changes in version 1