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

http://blog.rapidred.com/blog/io_and_breaking_the_rules...
2 Mar 2, 2010
11:10 am

Andreas Schipplock
schipplock
Send Email

What do you guys think of this for the new reference docs browser?: http://www.iolanguage.com/scm/io/docs/reference/index.html...
14 Mar 1, 2010
6:31 pm

lisec0
Send Email

Anyone remember who wrote this and if it's working? I'm going to be removing addons that aren't in working order....
1 Feb 25, 2010
11:49 pm

Steve Dekorte
stevedekorte
Send Email

Here's some addons that need docs: Postgres Cairo OpenGL GLFW SecureSockets Volcano Yajl ODE EditLine ReadLine If you'd like to document one of these please...
1 Feb 25, 2010
8:38 am

Steve Dekorte
stevedekorte
Send Email

Could anyone interested in helping with documenting the addons please email me directly? Btw, documenting the source is easy - for example, see: ...
1 Feb 25, 2010
8:30 am

Steve Dekorte
stevedekorte
Send Email

Is there any known problems or instructions for compiling Io on windows? One major road block to using Io is just this because of the platform of one of my...
11 Feb 10, 2010
11:15 pm

Steve Dekorte
stevedekorte
Send Email

I'm new to Io, and coming from Clojure, I'm clueless as to how one would distribute an application to end-users that aren't developers. I'm not even sure if...
8 Feb 10, 2010
10:11 pm

Anthony
firewolfe...
Send Email

With my C++/Io binding library, I'm getting errors that say various inline functions are defined multiple times. This is while compiling with mingw/sys. In...
2 Feb 7, 2010
8:44 pm

dennisf486
Send Email

So I want to build a version of Io with MinGW because I want to statically link the IoVM library to embed it in my game engine that's compiled with gcc/MinGW....
8 Feb 7, 2010
5:42 am

dennisf486
Send Email

I'm trying to get a Backpacking server set up on my new linux machine (literally; a fresh install of Ubuntu 9.10, and an uptime under an hour as of this...
9 Feb 6, 2010
10:54 am

Steve Dekorte
stevedekorte
Send Email

Hi All, On Mac OSX (Leopard): After successfully compiling Io and a bunch of Addons, I am unable to run the Io binaries (io or io_static) ONLY when I am in the...
4 Feb 3, 2010
7:56 am

Steve Dekorte
stevedekorte
Send Email

Hi All, On Mac OSX (Leopard): trying to compile ReadLine gives me the following error (I have compiled libevent):  ~/io (master)]$ make ReadLine ...
1 Feb 1, 2010
10:34 pm

Shashank Date
shanko_date
Send Email

Hi, Is there a list of adons that can be successfully compiled on Mac OS (Leopard), along with compilation/installation steps? I'm having a difficult time to...
4 Jan 29, 2010
11:40 am

Shashank Date
shanko_date
Send Email

In Io, when calling a method, message-trees are passed as parameters. It is unclear to me how the interpreter knows what to do with those message trees. For ...
4 Jan 28, 2010
10:45 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

... The parameters are always passed as trees. It's the implementation of createMethod that decides that it wants to evaluate some some code in some context....
1 Jan 28, 2010
5:31 pm

Danya Alexeyevsky
me_dendik
Send Email

Hello I have recently started fooling around with Io, and needless to say, I really like it. One thing I found a bit frustrating was the lack of easily...
3 Jan 26, 2010
9:59 am

Steve Dekorte
stevedekorte
Send Email

Hi Iolanguage, I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need...
1 Jan 11, 2010
3:10 pm

Yuesheng Li
reusroot
Send Email

Hello folks; I've been thinking about the future of Io. As some of you know, I have my own language project, but the more I work on it, the more it's becoming...
103 Jan 10, 2010
10:10 pm

Mark Meijer
meijer78@...
Send Email

If I create an argument object in C/C++ with IoMessage_addCachedArg_, will Io still garbage collect it?...
2 Jan 10, 2010
4:26 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

Back to the unsolvable make problem once again: The "opposite"; of gmake - the GNU make of Linux - is BSD make, which will tend to be make on BSD systems,...
7 Jan 9, 2010
5:34 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

I keep running across interesting Io projects that I hadn't heard about. Can anyone here with a Io project not listed on the Io site please post a link to it? ...
1 Jan 5, 2010
9:44 am

Steve Dekorte
stevedekorte
Send Email

Is the Io interpreter fully re-entrant? For instance can I have an Io script that calls a C-function which does doString on some other Io code (in the same...
5 Jan 5, 2010
5:00 am

dennisf486
Send Email

Pushed a simple Profiler today. Example use (file test.io): Profiler profile( a := method(x, x*x) 500000 repeat(a(2)) ) output: Profile: 3.291304s in CFunction...
3 Jan 3, 2010
1:58 am

Steve Dekorte
stevedekorte
Send Email

... +++ b/Makefile @@ -19,7 +19,7 @@ endif DLL_SUFFIX := so #DLL_COMMAND := -shared -Wl,-soname="libiovmall.so" -DLL_COMMAND := -shared...
2 Dec 12, 2009
9:38 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

It looks like "PDB sync" is failing due to some interaction with IoCoroutine. ... I'm not sure when this broke, but PDB and its unit tests did work fine as of...
2 Dec 9, 2009
1:23 am

James Costlow
anthem2063124
Send Email

Hey folks; Some of you may recall that I'm working on the mythical low level io-like language. That is, a language without a lot of the dynamism that io...
4 Dec 7, 2009
6:25 am

simonhaines
Send Email

I'm wondering if there's a way to achieve asynchronous file access to stdin? Even when reading stdin in a new coroutine ('File standardInput @@streamTo(...)')...
2 Nov 30, 2009
9:01 pm

Steve Dekorte
stevedekorte
Send Email

I've seen the Object clone do ( ... ) syntax several times, but I don't see any documentation on it. I can infer that code this: Foo := Object clone do ( bar...
4 Nov 26, 2009
6:45 am

Steve Dekorte
stevedekorte
Send Email

(http://blip.tv/file/2229292/) 25:30 is interesting Question: "Usually when someone creates a new language they have something in mind that they didn't find in...
1 Nov 25, 2009
6:27 am

Rich Collins
richwcollins
Send Email

I'm a little confused as to why self == Lobby in a new object's activate() slot: Test := Object clone do( init := method( self setIsActivatable(true) ) ...
5 Nov 15, 2009
8:41 am

Mike Austin
mike_ekim
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