Io is beautiful, elegant and slow. The fact that it's slow doesn't mean it's not worth learning or even using in production. Commenter could have put it in other words, well he didn't, but downvoters: you will not change the fact that it's slow by giving -1.
Do we have an era of wishful-thinking driven comment voting?
>you will not change the fact that it's slow by giving -1.
...but you can change the fact that it's slow by contributing code to the interpreter! Actor-based concurrency and prototype objects can both be made fast, as has been proven by Erlang and Lua respectively. Exceptions are an unfeature but they can be easily avoided.
The slowness of Io should be seen as a programming challenge, not a problem. ^,~
(note: I didn't down vote it.) Io the current implementation is slow but as Ruby, Javascript, and python have shown one slow implementation doesn't make a language slow. From what I understand Io developed by one person in his spare time so enough interest from the community could fix any performance problems.
Wait, seriously? We're getting to the point of submitting decade-old programming languages (that i'd bet 99% of programmers on here are aware of) as news, without even some kind of news related to them!? Cmon, at least write up a short blog post or a tweet or something.
Seems to me that there are tonnes of new languages being developed all over the place, I wish they'd have a short list of intended uses/features... but not just all the features, rather the ones that are the selling point, why should I investigate this language further.
yeah I wasn't aware that Io was as old as it is, which makes my rash judgment all the more rash, but I still feel that way about many of the (relatively) new languages mentioned on HN every now and then
and there is Ioke (http://ioke.org/) programming language. its not currently developing i think.he implement io (and some plus points) on jvm. I really like io's design, prototype based++, clean syntax, dynamic, macros...
I wish JavaScript's prototypal features were more like io's, or even Lua's. io was the first language I had seen where I really grocked prototypal inheritance.
That's a very presumptuous response. I'm very familiar with lisp, scheme, perl, python, php, ruby and javascript. After moving to scala last year I realized that I'm a lot more productive in a good statically typed language than I am in any of those.
He said only one: Io