Hi everybody,
First, thanks for both Ohloh and Ohcount: these are pretty cool tools.
I would like to see Io language added to supported languages. I know I could propose a patch, but as I'm on Windows (where ohcount does not work) and quite terrible at C programming, I think you can manage it better than me.
About Io language :
- Io is open source, under BSD licence, and influenced mainly by Smalltalk, LISP, Self and Lua (see http://www.iolanguage.com).
- Inline comments begin with "//" or "#"
- Multilines comments are the same as in HTML (slash star)
- Io syntax is very simple, and without particular cases:
receiver message(arg0, arg1, ...)
Thank you by advance, and don't hesitate to ask for more informations.
Sobe TcheBTchev