Io is not very fast, even slower than Ruby.
I wonder why this is downvoted. 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?
...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. ^,~