Are there any real world applications written in the clean programming language? Either open-source or proprietary.

URL: http://clean.cs.ru.nl/

link|improve this question
feedback

3 Answers

This is not a direct answer, but when I checked last time (and I find the language very interesting) I didn't find anything ready for real-world.

The idealist in myself always wants to try out new languagages, very hot on my list (apart from the aforementioned very cool Clean Language) is currently (random order) IO, Fan and Scala...

But in the meantime I then get my pragmatism out and check the Tiobe Index. I know you can discuss it, but still: It tells me what I will be able to use in a year from now and what I possibly won't be able to use...

No pun intended!

link|improve this answer
Very true. Just ordered a book on Scala. But my daily bread I earn on C++. Thanks for the links to IO and Fan. – Giorgio Nov 8 '11 at 20:45
feedback

http://wiki.clean.cs.ru.nl/Projects page doesn't look promising :) It looks like just another research project with no real-world use to date.

link|improve this answer
1  
I am sometimes fascinated by the fact that certain language do not get mainstream while others do. Often an important factor is the size of the company promoting them. Clean looks very interesting to me but unfortunately it doesn't seem to be wide spread. – Giorgio Nov 1 '11 at 13:35
feedback

I am using Clean together with the iTasks library to build websites quite easy around workflows.

But I guess another problem with Clean is the lack of documentation and examples: "the Clean book" is from quite a few years back, and a lot of new features don't get documented except for the papers they publish.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown