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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

# Run this code snippet. My expectation is that it will immediately # exit; instead it loops forever. Moreover, if terminated with SIGINT, # it does...
7 Feb 2, 2009
10:04 am

Stefan O'Rear
stefanor@...
Send Email

I've a question for Steve Dekorte... Is possible, in your opinion, a .NET implementation of the Io language built on top of the MS DLR? regard, arkasha...
30 Jan 26, 2009
8:10 pm

kaveh.shahbazian@...
kaveh.shahba...
Send Email

Hi. Perhaps, I found a bug. "call sender" returns weird object. Is this a bug? [Reproduction method] Foo := Object clone Foo name := "This is foo." Foo priv :=...
3 Jan 26, 2009
1:52 am

anekos616
Send Email

Didn't realize there were so many - interesting stuff: http://github.com/languages/Io - Steve...
1 Jan 25, 2009
10:41 am

Steve Dekorte
stevedekorte
Send Email

$ git rev-parse HEAD 295d44123da86e620c9b686c650235f7c1d51a7c $ io Io> list(list(1,2), list(1,1), list(2,0)) sort ==> list(list(1, 1), list(1, 2), list(2, 0)) ...
9 Jan 23, 2009
6:04 pm

Csaba Henk
dzsekijo
Send Email

It was around 2005 when I started to use C# 2.0; the Ruby trend was coming up and I started to learn it! In fact I started to learn how a language can help or...
158 Jan 21, 2009
4:38 pm

William Tanksley, Jr
wtanksle
Send Email

A friend of mine and I are writing the client and server for a massively multiplayer online game. We'd like to use Io for our scripting. But we'd rather not...
10 Jan 21, 2009
12:22 am

Rich Collins
richwcollins
Send Email

Hi, I am attempting to build the "current" Io source (git pull) on MacOS 10.5.6 PPC, but encountering a problem. The Coro.c source says that "APPLE coros are...
1 Jan 16, 2009
6:32 pm

Kon Lovett
noonofday
Send Email

I have accidentally typed http://iolanguage.org at browser (instead of http://iolanguage.com) and I have met a new website on io! Which one is the 'official&#39;...
4 Jan 12, 2009
6:31 pm

Andreas Schipplock
schipplock
Send Email

Steve. Here is a way to solve the problem. I have not tried this but it should be safe. I have tried the git process but not on io. # -- tag and commit cd io...
2 Jan 10, 2009
5:41 pm

Guy Hulbert
gwhulbert@...
Send Email

I wrote a very simple JSON parser suitable for using with things like web service and CouchDB responses. http://gist.github.com/42776 It doesn't encode JSON,...
2 Jan 3, 2009
7:17 am

winkerbeam
Send Email

Is there any way to do default values in method argument lists, a la PHP? Example: function php_function($default = "default") { echo $default; } I can call...
4 Jan 3, 2009
2:41 am

winkerbeam
Send Email

Hi, I am new to IO and today I wanted to get in touch with IO. For that reason I assigned a task to myself and wrote an IO program to fetch all my flickr...
3 Jan 2, 2009
8:52 pm

Andreas Schipplock
schipplock
Send Email

Not specifically related to Io, although it could be a boost to the nursery space in Io's collector if it was... Going to lay out some ideas I've had recently...
2 Jan 2, 2009
8:42 pm

Mike
mike_ekim
Send Email

Io currently has support for: - determining the core count - easily launching IoVMs in other threads - easily communicating with known instances But what's...
6 Jan 1, 2009
2:08 am

Cliff Wells
wellscliff
Send Email

Greetings, After having successfully compiled io and several addons, I've come across one that's giving me trouble: Socket. I'm running Mac OS X, and have so...
6 Dec 31, 2008
8:35 pm

embro_beemas
Send Email

There's two PostgreSQL add ons. Which one is preferred? I've tried both of them without success, but I'm not sure which one I should pursue debugging on. ...
2 Dec 31, 2008
1:06 am

Jeremy Tregunna
jeremy.tregunna@...
Send Email

Hello there, I've finished my tests using IO to get some data from CouchDB. And works very fine. Now, some applications using IO is getting real in my mind. ...
1 Dec 30, 2008
8:41 pm

Christian Guimaraes
cguimaraes.br@...
Send Email

Hi, I was playing around with DistributedObjects and I notice that you cannot return a List from the server. The client always sees nil (Sequences and Numbers...
1 Dec 29, 2008
5:52 pm

Cliff Wells
wellscliff
Send Email

I have got newest Cygwin last week and I have downloaded io source; once the tar archive and once by 'git clone'. I executed command: 'makve vm 2> error.txt'...
5 Dec 29, 2008
5:48 pm

kaveh.shahbazian@...
kaveh.shahba...
Send Email

http://iolanguage.com/scm/git/checkout/Io/docs/IoReference.html...
1 Dec 29, 2008
7:53 am

Steve Dekorte
stevedekorte
Send Email

It would be nice if a Cygwin distribution we could have. Best Regards...
1 Dec 28, 2008
10:00 pm

kaveh.shahbazian@...
kaveh.shahba...
Send Email

Most 64-bit Linux distros use /usr/lib64 for 64-bit libs and /usr/lib for 32-bit libraries. AddonBuilder.io doesn't make any attempt to discover these....
1 Dec 26, 2008
10:21 pm

Cliff Wells
wellscliff
Send Email

I've set Github to send commit updates to: http://twitter.com/iolanguage...
1 Dec 25, 2008
12:44 am

Steve Dekorte
stevedekorte
Send Email

I've added a new addon for language localization. It's very primitive at the moment, but it works. As an example of how to use it: o := Object clone do( en_CA...
2 Dec 24, 2008
4:31 am

Mike Austin
mike_ekim
Send Email

Hi folks, Been a while since last posted. :) I was wondering if there was support for Io in any of the many IDE's out there yet? Has anyone tried making one...
4 Dec 23, 2008
10:01 am

volh@...
roman.semenenko
Send Email

Io> addX := method(nx, x = x + nx) ==> method(nx, x = x + nx ) Io> addY := getSlot("a") asString replaceSeq("x", "y") ==> method(ny, y = y + ny ) In this case,...
5 Dec 22, 2008
12:58 am

Jeremy Tregunna
jeremy.tregunna@...
Send Email

I found this very astonishing and disapointing: x := list (1,2,3,4) ==> list(1, 2, 3, 4) Io> x foreach(x, x print) 1234==> 4 Io> x ==> 4 So foreach does not...
2 Dec 18, 2008
8:00 am

Steve Dekorte
stevedekorte
Send Email

Hello all! I've just pulled source from the git repository and ran the make commands without errors. However, when I try to use Regex module the script stops...
8 Dec 18, 2008
12:36 am

Jakob Vidmar
jakob.vidmar@...
Send Email

I was just trying out some example code from the Io guide, and I tried the minimal HTTP server. Code here: http://www.iolanguage.com/paste/p/cd4c8f097.html ...
4 Dec 16, 2008
6:27 pm

Jeremy Tregunna
jeremy.tregunna@...
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