Io language support

Avatar

Sobe

3 months ago

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


Avatar

Robin Luckey

3 months ago

Hi Sobe,

I've created a ticket for this request.

It does sound pretty simple... perhaps someone will step forward and do the work.

Thanks, Robin


Avatar

Sobe

3 months ago

Thank you very much for your action and answer.

Sobe