Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

iolanguage · Io

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

So I was in the process of compiling all the libs for the addons and poking around looking for some info when I ran into a site in a language I can only guess...
21 Sep 8, 2008
3:12 am

quercerandjanath
quercerandja...
Send Email

curious...
1 Sep 6, 2008
9:31 am

Boa
bootiack
Send Email

The documentation shows an example, but does not tell how to compile that program. What flags are needed and against which library does one has to link. I've...
5 Aug 28, 2008
8:11 am

Friedrich
friedrichdom...
Send Email

Hi, 1. The issues button on the Io website does not work anymore. Exception: compile error: expected a message but instead found a open group character ...
4 Aug 18, 2008
7:08 pm

Carlos Villela
carlos_ville...
Send Email

Have been lurking for awhile, and have started firing up IO in a real project at work -- I need to pull XML objects out of a web-based ticketing system that is...
4 Aug 8, 2008
6:56 pm

Phoenix Sol
phoenixsol01
Send Email

Would anyone like to implement a binding for Io? http://code.google.com/p/protobuf/...
5 Aug 6, 2008
12:00 am

Scott Dunlop
swdunlop
Send Email

http://www.open-mpi.org/...
1 Aug 5, 2008
10:22 pm

Steve Dekorte
stevedekorte
Send Email

I do like to compare different implementations. I've one script checking around 1480 files for some download statistics. Here's my timing for Ruby on this: ...
7 Jul 31, 2008
9:36 am

Steve Dekorte
stevedekorte
Send Email

Although the mailing list is quiet, there is activity - patches are coming in and new members are joining: Typical number of people io irc channel: 44 Also, a...
2 Jul 28, 2008
9:47 pm

Phoenix Sol
phoenixsol01
Send Email

Hey there, just letting the group know of some fixes I made to get the 1e3d3 commit building under Win32... 1. PortableSorting.c not so portable anymore. MSVC...
5 Jul 27, 2008
4:05 am

simonhaines
Send Email

Hi, tried to get a distribution from the io downloads page: http://iolanguage.com/downloads/ Neither of the tarball links there seem to work: ...
2 Jul 21, 2008
10:36 pm

Steve Dekorte
stevedekorte
Send Email

When commenting one line with /* ... */ it comments the lines below. I don't know too much about Kate syntax hightlighting but, in io.xml, changing the line: ...
1 Jul 13, 2008
9:25 pm

Oscar Martinez
wasintw
Send Email

Hello. I'm not much of a programmer -- more of a budding economist, really -- but Io seems nice. I have a few questions, in particular about the Range addon,...
6 Jul 8, 2008
11:30 pm

Steve Dekorte
stevedekorte
Send Email

I am trying to run IoBot, one of the samples for the Socket addon. It has a number of issues. The first is on line 41, where it sends the "error" message to a...
8 Jul 1, 2008
10:42 pm

Steve Dekorte
stevedekorte
Send Email

Hi there, I am having problems installing Io on OS X (10.5.3), and would dearly love some help. Specifically, if I download the src from the website (or git it...
5 Jun 26, 2008
12:13 am

ygibberish
Send Email

Hello all, I really wish I had more time to play with Io right now, and I am sorely anticipating the opportunity to start on a project with it, but for now I'm...
1 Jun 21, 2008
11:13 pm

Phoenix Sol
phoenixsol01
Send Email

Hello, For example, I want to get the third character of string "Hello". I write something like this: "Hello" at(2) asCharacter This is of course not that hard...
5 Jun 16, 2008
6:53 pm

Jesse Ross
jesserosscom
Send Email

Hi, Doxygen does not support the Io language. Writing a parser for Io and adding it to the doxygen sources is hard (well, it looks difficult to me). Does...
4 Jun 15, 2008
6:01 pm

Bart Botma
bart_botma
Send Email

Hello, I am new to Io, coming from Stackless Python. I have to say that I love it; I already have the attitude that no matter what shortcomings it may have ...
24 Jun 14, 2008
10:13 pm

Phoenix Sol
phoenixsol01
Send Email

Is it possible to implement 'break&#39; and 'continue&#39; in Io? Should 'break&#39; and 'continue&#39; be considered operators? Should 'return&#39; be referred to as a "method"? ...
4 Jun 13, 2008
2:42 am

Gavin Kistner
phrogz42
Send Email

In other languages it is surprisingly useful to be able to leave commas hanging (e.g. in a list that may expand). Currently, Io says Exception: compile error:...
2 Jun 12, 2008
2:36 pm

Ward Cunningham
ward@...
Send Email

I just started trying Io today, and was really excited to discover the Python bridge; I have visions of higher-order programming finally taking over the world,...
2 Jun 12, 2008
2:26 pm

Steve Dekorte
stevedekorte
Send Email

I've been wondering about := recently. It is kind of like an operator, but not really since: Lobby foo := "bar" is apparently a message being sent to the Lobby...
7 Jun 11, 2008
8:54 pm

Harold Hausman
haroldchode
Send Email

I'm confused about blocks vs methods in various ways. For starters, how does one pass arguments to blocks? b := block(a, 2 + a) b ==> method(a, 2 + a b(2)...
2 Jun 11, 2008
5:28 pm

Jeremy Tregunna
jtregunna_io
Send Email

Hello, I am trying to run this code (which is a code on online guide): 1 to(5) foreach(v, v println) But it gives this error: Exception: Number does not...
3 Jun 11, 2008
7:59 am

Canol Gökel
canol.gokel
Send Email

Hello, I wanted to distribute my program into files. I will have an .io file for every object prototype and some of them will include each other. Should I use...
4 Jun 10, 2008
7:36 pm

Canol Gökel
canol.gokel
Send Email

Patch attached....
2 Jun 10, 2008
6:34 am

Michael Witten
mfwitten@...
Send Email

I'd welcome feedback on Io's new persistent store database: http://www.iolanguage.com/scm/git/checkout/Io/docs/IoReference.html#PDB It's working but is still a...
15 Jun 9, 2008
7:56 pm

Steve Dekorte
stevedekorte
Send Email

Signed-off-by: Michael Witten <mfwitten@...> ... This patch is also attached as a file. docs/IoGuide.html | 8 ++++++-- 1 files changed, 6 insertions(+),...
1 Jun 9, 2008
10:39 am

Michael F Witten
mfwitten@...
Send Email

Hello, I newly met with Io language. It is beautiful, thank you very much. It took me 1 day to learn the language and attend to the programming challenge 13 on...
3 Jun 5, 2008
4:56 pm

Canol Gökel
canol.gokel
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help