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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

Is Flux the primary GUI toolkit for Io? Thanks, Josh...
2 Nov 5, 2007
9:46 pm

Steve Dekorte
stevedekorte
Send Email

I noticed that there is no openForWriting using mode "w" in Io's File. The open() function uses the default mode, which is "r+". Is there any deeper reason for...
4 Oct 30, 2007
5:20 pm

Jonas Eschenburg
jonas_eschen...
Send Email

Io Release 2007 10 03 Summary: - Cairo binding added (by Daniel Rosengren and Trevor Fancher) - TagDB binding added - Regex overhaul (by Daniel Rosengren) -...
1 Oct 3, 2007
7:33 pm

Steve Dekorte
stevedekorte
Send Email

How do I call a method on self for which I have the slot name (in a Sequence) when I also want to send along arguments in the message call? Something like: ...
6 Sep 26, 2007
4:01 pm

Robert Feldt
robert_feldt
Send Email

It's amazing how the act of writing down your query makes you find the solution on your own. getSlot(methodName) call(1) seems to be one solution. Sorry, ...
2 Sep 25, 2007
9:09 pm

Jeremy Tregunna
jtregunna_io
Send Email

Hi, I want to do some research on mod_io, and I find that www.sigusr1.org has go down. Someone has mod_io source code? Please help me, can you send me a copy!...
3 Sep 20, 2007
6:04 pm

Scott Solmonson
scosol
Send Email

Hi everybody, esp. Steve, as there seemingly hasn't been much development on Io lately, I thought it might be a good time to kindly ask for inclusion of the...
3 Sep 11, 2007
9:11 am

Jonas Eschenburg
jonas_eschen...
Send Email

Hi All, I just now discovered IO while googling for cross-platform implementations of user-level thread libraries. I am hoping that someone will verify, or...
3 Aug 31, 2007
11:38 pm

paulrbrown@...
fivesightprb
Send Email

Hi Folks, I just discovered IO. Looks like a very interesting language. One key question for me: how real are the concurrency features? In particular, how...
37 Jul 31, 2007
6:45 am

John Nowak
honknojaw
Send Email

Hi, Im a complete newbie to IO and I have to say Im already very, very impressed. I only found out about the language a couple of days ago and Im already...
4 Jul 30, 2007
5:04 pm

Brian Mitchell
binary42@...
Send Email

Hi Folks, I've just discovered io and am struck by its sleek elegance. As a long-time Forth lover, io appeals to my minimalist tastes, yet seems well...
7 Jul 26, 2007
5:03 pm

lloyd@...
Send Email

Hi everybody, in the latest release of Thunder&Lightning (http://tnlgame.net/), I switched over to using Io for the majority of AI control tasks. While this...
2 Jul 12, 2007
9:42 pm

Steve Dekorte
stevedekorte
Send Email

Hello, I'm new to IO, but I like the clear design and always wanted to do something in a prototype based language, so I may better assess the differences...
4 Jul 9, 2007
11:13 am

Gregor Schmidt
schmidtwisser
Send Email

Hi, I'm just starting with Io and I find it quite amazing. The problem is that I can't get my head around the thing with the slots. I'm a newbie in Io, but...
16 Jul 7, 2007
7:19 am

emil.vladev
Send Email

Hello, I maintain Protonio umbrella project (http://trac.verbdev.com/ protonio) which includes small Protoext subproject, which adds sort of language extension...
10 Jul 7, 2007
5:47 am

Min-hee Hong
gorisdahlia
Send Email

I'm sorry for being a pest. IoObject *IoNCurses_initscr(IoNCurses *self, IoObject *locals, IoMessage *m) {· /* Error handling provided courtesy of ncurses...
2 Jul 3, 2007
12:52 am

Stefan O'Rear
stefanor@...
Send Email

but I r 2 dumm 2 figur zis auwt. I've looked at Socket as an example of how to build a relatively non-trivial addon, and I'm darn positive that everything I've...
6 Jul 3, 2007
12:29 am

James Burgess
ljnrf
Send Email

It's really not finished, and may never be, but this should provide a very nice introductory text on Io programming, how it works (without getting too nitty...
5 Jul 1, 2007
4:46 am

John Nowak
honknojaw
Send Email

I'm trying to implement a native ncurses binding for Io, hopefully to replace the Curses addon, at least for development purposes on Linux. My initial approach...
1 Jun 30, 2007
1:43 am

Samuel A. Falvo II
falvosa
Send Email

... That's a "Number integerMax", so the asString probably uses the integer type to stip all the decimal values. Sombody didn't see this coming ;-) I don't...
1 Jun 27, 2007
10:13 am

Bram Neijt
bneijt@...
Send Email

Hi, Here's something weird I got, using the latest Git Io on my PPC Mac: Io> Number floatMax asString(42,0) ==> 2147483647 ...
1 Jun 27, 2007
7:40 am

Jon Kleiser
jon_kleiser
Send Email

Man, it's been years since I tried to do anything with Io. But the time has come for me to play around with it some more, as I have some ideas I want to...
2 Jun 26, 2007
7:30 am

Jonas Eschenburg
jonas_eschen...
Send Email

Hi, When I tried to run addons/Flux/samples/China/china.io using the latest Git Io on my PPC Mac, I got this: Exception: Image does not respond to...
1 Jun 26, 2007
7:12 am

Jon Kleiser
jon_kleiser
Send Email

Hi everybody, I noticed that async calls performed by separate actors are executed in the opposite order of their calls: Io> Object clone @@writeln("A") Io>...
10 Jun 18, 2007
8:41 pm

Jonas Eschenburg
jonas_eschen...
Send Email

I see in the downloads/changes/ that yesterday Jonathan Wright changed the parser "to do C style () for operators: 1+2*3 == 1+(2)*3". From that example it's...
15 Jun 16, 2007
7:13 am

Quag
quagath
Send Email

30 patches in the last week. Contributors: Dag Odenhall Daniel Rosengren Detlef Reichelt Jon Kleiser Jonathan Wright Steve Dekorte (From git logs, so may be...
1 Jun 1, 2007
10:50 am

Quag
quagath
Send Email

Hello, are the Flux samples still maintained ? Calc seems the only one to work (see log). best regards, stéphane ...
3 May 24, 2007
7:41 am

Jon Kleiser
jon_kleiser
Send Email

Hi Jon, I'm seeing the same behavior with asCharacter. An alternative is to use atPut on sequence. Io> Sequence clone atPut(0, 198) at(0) ==> 198 asCharacter...
2 May 20, 2007
9:08 am

Jon Kleiser
jon_kleiser
Send Email

Using IoVM version 20050910 I could have this: Io> 195 asCharacter at(0) ==> 195 However, if I use today's Io (on my PPC Mac), I notice that n asCharacter...
1 May 18, 2007
10:08 am

Jon Kleiser
jon_kleiser
Send Email

Hi, I noticed that garbage collection seems to stop working when marksPerAlloc is set to 5.5 or greater, resulting in endlessly growing memory consumption. To...
3 May 17, 2007
1:21 am

Bram Neijt
bneijt@...
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