Menu

#122 Support for Clean language

v1.65
closed
nobody
None
1
2016-09-09
2016-06-01
Anonymous
No

Clean (http://clean.cs.ru.nl/Clean) is a general purpose, state-of-the-art, pure and lazy functional programming language designed for making real-world applications.

File extensions: .icl, .dcl

Comments:

  • Singleline, starting with //
  • Multiline or inline between /* and */. This can be nested, therefore in /* x /* y */ z */, z will still be a comment.

Example code: https://github.com/camilstaps/iClean/blob/master/iclean.icl combines both comment styles. .dcl and .icl files are not significantly different for counting lines of code.

Thanks!

Discussion

  • Anonymous

    Anonymous - 2016-06-01
    Post awaiting moderation.
  • Al Danial

    Al Danial - 2016-09-09
    • status: open --> closed
     
  • Al Danial

    Al Danial - 2016-09-09

    implemented on github https://github.com/AlDanial/cloc

     

Anonymous
Anonymous

Add attachments
Cancel