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

Please drop me an email if you have any comments (i.e. some critical flaw I missed) or questions (what it is that I THINK I'm doing). This SEEMS to work fine....
15 Sep 20, 2005
8:43 am

June Kim
junaftnoon
Send Email

Not sure if this is a valid concern... I am wondering what happens if many coroutines try to access the same Map or slot or anything else simultaneously. Say...
8 Sep 20, 2005
5:26 am

Jeremy Tregunna
jtregunna@...
Send Email

In the example below, object x does some work, then gives it to object y to do, which passes it back to x when it is done, etc. The idea is you'd have hundreds...
4 Sep 18, 2005
5:06 am

John Nowak
lists@...
Send Email

In this code below, you see I am having x's foo function call itself over and over using coroutines: - - - bar := 0 x := Object clone do ( foo := method(bar, ...
8 Sep 18, 2005
12:19 am

John Nowak
lists@...
Send Email

My site was horribly outdated, so I created a new one. There are a few Io apps that I have written here: http://www.mike-austin.com/programming-langs/ I hope...
1 Sep 17, 2005
6:30 am

Mike Austin
mike_ekim
Send Email

Why does this: "foo" .. "bar" print Print this: bar Surely it should parse to: "foo" with("bar";) print Which prints: foobar Hm? - - - Likewise... This prints...
14 Sep 17, 2005
1:55 am

Mike Austin
mike_ekim
Send Email

In the example below, I'm showing a stripped down example of what I'd like to accomplish. Basically, I want to be able to send something call n1's foo method,...
2 Sep 16, 2005
9:43 am

John Nowak
lists@...
Send Email

Alright, I'm probably missing something obvious here. If so, PLEASE tell me what it is. This is driving me mad! - John - - - // The setup master := Object...
12 Sep 16, 2005
2:44 am

William Tanksley, Jr
wtanksle
Send Email

I'm not 100% sure what the Box Union is supposed to be doing, but if it was what I have in mind, then my example below should have given a Box like this as a...
4 Sep 15, 2005
7:04 pm

Jon Kleiser
jon_kleiser
Send Email

In my program here, I want an object to act as an additional Lobby for a group of objects in order to avoid name clashes. For example, I would create new...
3 Sep 14, 2005
8:40 am

John Nowak
lists@...
Send Email

Hi from an Io newbie, I'm trying to get to know IoDesktop using the OSX project files, to play around with OpenGL and scripting in general. The current source...
8 Sep 13, 2005
8:19 pm

Jon Kleiser
jon_kleiser
Send Email

Io/IoDesktop/Movie/base/ffmpeg/libavcodec/lcl.c 670c670 < c->decomp_s)ze = 0;...
1 Sep 13, 2005
4:24 pm

Kon Lovett
noonofday
Send Email

It's basically the mapInPlace source, but uses and returns a new list. I can't understand why it hasn't been added. IoList *IoList_proto(void *state) { [...] ...
2 Sep 11, 2005
1:04 am

Steve Dekorte
stevedekorte
Send Email

Somehow SkipDBRecord->key gets set to "1" instead of a ByteArray pointer when Continuation.io exits. This is as far as I've debuged, Steve can you look at it?...
2 Sep 11, 2005
1:01 am

Steve Dekorte
stevedekorte
Send Email

http://www.iolanguage.com/downloads/ Release 2005 09 10 - updates ============================ - moved implementation of ? to Io - VM autodocs now auto include...
1 Sep 10, 2005
4:45 pm

Steve Dekorte
stevedekorte
Send Email

In the current version of Io (20050830), Boxes with negative height or width don't contain any Points. At least that's what I conclude from this: Io> Box clone...
4 Sep 10, 2005
1:49 pm

Steve Dekorte
stevedekorte
Send Email

Available here: http://rtfm.insomnia.org/~qg/iogtk/ Based on a DynLib extension I've written that lets you call arbitary functions exported from shared...
6 Sep 10, 2005
7:51 am

QuantumG
trent_w16
Send Email

First the problem: If I have a script that does the following ... b := Box clone set(vector(0, 0), vector(6, 6)) c := b containsPoint(vector(1, 1)) v :=...
1 Sep 9, 2005
11:48 am

Jon Kleiser
jon_kleiser
Send Email

I thought there was once a width() or pad() type of function in Io to right align numbers when converting to a string, with an optional pad character. Am I...
1 Sep 8, 2005
7:30 pm

Mike Austin
mike_ekim
Send Email

After some discussions on Irc I posted a few notes on my wiki, please review them and add comments: http://www.pipapo.org/iowiki/NewInfrastructure Some Notes: ...
1 Sep 8, 2005
11:34 am

Christian Thaeter
chth@...
Send Email

Some comments about what should be fixed (in the 20050830 Bin. docs): slot what to do ... addIfAbsent replace with appendIfAbsent anyOne...
1 Sep 8, 2005
8:14 am

Jon Kleiser
jon_kleiser
Send Email

Using my MessageView widget I've made a simple debugger for Io: http://rtfm.insomnia.org/~qg/iodebug/ Let me know if there's any problems. Trent...
1 Sep 4, 2005
11:28 pm

QuantumG
trent_w16
Send Email

Has this gone someplace else? It's the link through from io|docs|manual|english|vm http://www.iolanguage.com/source/Io/IoVM/_docs/index.html Michael...
1 Sep 3, 2005
12:50 pm

mfeathers256
Send Email

My wish has finally come true, I can use do() without the scoping limitations: Object do := method ( sender appendProto( thisContext ) sender doMessage(...
16 Sep 2, 2005
12:29 am

Kevin Edwards
edwakev
Send Email

When the time is right, this http://sqlrelay.sourceforge.net/ seems like the existing framework to use. Thanks, McKinley...
1 Sep 1, 2005
10:13 pm

therandthem
Send Email

As always, I don't expect or even want Io to go functional, but I find it interesting that it's possible to do things like this: Number add := Number...
6 Sep 1, 2005
9:40 pm

Erik Max Francis
xihr
Send Email

Hi! I wonder if Io has a mimetype ? That could be like "text/x-io" or/and "application/x-io" ? (or maybe x-io-src ?) Lexa -- Fondateur de ThacidLCD :...
1 Aug 31, 2005
9:46 am

Lexa
lexa@...
Send Email

http://www.iolanguage.com/downloads/ Release 2005 08 30 - important fixes ==================================== - fix for super and resend bug (reported by...
2 Aug 30, 2005
10:44 pm

Quag
quagath
Send Email

I see mapInPlace(), but no immutable version of map(). I could clone the list first I guess, but that would be inefficient. I'm writing a 'List asMap()' btw,...
4 Aug 30, 2005
10:34 pm

Mike Austin
mike_ekim
Send Email

Attached is some code and a diff which implements a "drag and drop" message editor for Io. I call it a mockup because there's still a lot to do and the code...
1 Aug 30, 2005
10:03 am

QuantumG
trent_w16
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