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
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?
(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.
>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. ^,~
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.
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.
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...
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.
35 comments
[ 3.5 ms ] story [ 78.6 ms ] threadThere have been a few discussions about Io on HN before. Here is one post/thread from last year: http://news.ycombinator.com/item?id=1538835
Steve Dekorte, the creator of Io, also uses same site design on his on website/blog: http://dekorte.com/
http://www.iolanguage.com/scm/io/docs/IoTutorial.html
He said only one: Io
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. ^,~
Everything is better with code samples! One of the FizzBuzz implementations is particularly cool:
I originally posted that here on HN: http://news.ycombinator.com/item?id=1539295
I don't get the "link to some long-existing home page with no comment" thing, but that's what voting/flagging is for.