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

Since it looks like some people are online answering messages right now, I thought I'd ask a quick question of you. :D For the game engine I'm working on, I...
10 Jun 13, 2009
7:37 pm

dennisf486
Send Email

It seems to start with /usr/include/evhttp.h:111: error: expected specifier-qualifier-list before `TAILQ_ENTRY&#39; and goes downhill from there. (Maybe they...
2 Jun 13, 2009
7:18 pm

dennisf486
Send Email

The really old problem in starting io io: error while loading shared libraries: libiovmall.so: cannot open shared object file: No such file or directory is...
3 Jun 13, 2009
4:30 pm

haofei
yuesefa@...
Send Email

This build problem first occurred a couple years ago for me, and I just noticed the latest code I pulled from github still has the same issue. Steps to...
19 Jun 8, 2009
11:46 am

Jeremy Tregunna
jeremy.tregunna@...
Send Email

Hi, I have been trying to build IO on a PPC mac but found it was crashing on a PPC mac. The problem appeared to be in libcoro, where the version of...
2 May 26, 2009
11:29 am

Steve Dekorte
stevedekorte
Send Email

Anyone know how to build Io statically? MinGW binaries work in Wine with Ubuntu, so I'm trying to build piece by piece. I'm getting dynamic lib build errors....
2 May 19, 2009
6:14 pm

Steve Dekorte
stevedekorte
Send Email

After running into a rare bug in the previous hash table code, I rewrote it last week and have been tweaking the new code a bit, including a few critical fixes...
1 May 11, 2009
8:26 am

Steve Dekorte
stevedekorte
Send Email

When I try to build the current git status (trying to do so in preparation for submitting a Win32 patch), I get lots of errors on both Windows and Linux. They...
4 May 8, 2009
3:51 pm

Paul Gregory
paulcgregory
Send Email

Hi all, I've been toying with Io for a while (since I found out about it via Pixar's usage). I've been looking for a nice powerful, embeddable, extendable...
5 May 8, 2009
1:43 am

ljnrf
Send Email

I'm not on IRC, so I don't know what's new these days. Any news on the core library refactoring? I have to be honest, I'm interested because I'm working on...
1 Apr 30, 2009
1:34 am

Mike Austin
mike_ekim
Send Email

In Io, I know it's possible to set a slot on a specific literal, for example: Io> 10 foo := 1 ==> 1 Io> 10 foo ==> 1 ... Exception: Number does not respond to...
10 Apr 27, 2009
3:27 am

Mike Austin
mike_ekim
Send Email

I've been working with my own language again, and have noticed a significant speedup when I inlined message arguments into a flat array. There is then logic...
1 Apr 27, 2009
12:43 am

Mike Austin
mike_ekim
Send Email

Someone sent me a pointer to this today: http://gist.github.com/100503...
1 Apr 23, 2009
10:40 pm

Steve Dekorte
stevedekorte
Send Email

HI all, I've read most of the docs on Io, but am still unclear about these two items: What's the difference really between *::=* and *:=* The ' := ' is...
13 Apr 23, 2009
5:16 am

Steve Dekorte
stevedekorte
Send Email

Hi all, I have the following small program using coroutines: cnt := Object clone cnt N := 0 cnt inc := method("incing!" println; N = N + 1) cnt read :=...
2 Apr 21, 2009
9:43 pm

Steve Dekorte
stevedekorte
Send Email

I'm interested in replacing Lua in a program I maintain, for various reasons, so I'm in the market for a language that supports embedding in the following way...
2 Apr 21, 2009
5:29 am

Steve Dekorte
stevedekorte
Send Email

Hello, just started a mailing list about programming language design. It's called 'PiLuD&#39; ;-) For anyone interested. subscribe :...
2 Apr 20, 2009
6:14 pm

Steve Dekorte
stevedekorte
Send Email

Just thought I'd put this out there, topic came up in #io today about real mixins (not utilizing differential inheritance), so I set out to write them and...
25 Apr 20, 2009
12:49 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

Are there any known issues with the MySQL Addon? I just keep getting MySQL connection error (2003), saying it can't connect to the host I'm using (I've tried...
4 Apr 17, 2009
12:54 pm

Jesse Ross
jesserosscom
Send Email

I've set up a bug tracker for Io at: http://gitbug.appspot.com/projects/iolanguage/ Please feel free to post to it. It's just a test for now, but if it works...
7 Apr 15, 2009
10:39 pm

Steve Dekorte
stevedekorte
Send Email

Hi, I've become interested in learning Io and using it for game development and was wondering how its performance compares to c and/or objective-c. Of course,...
3 Apr 13, 2009
10:22 pm

Steve Dekorte
stevedekorte
Send Email

In the Windows version of Io, if I type: (-23) abs It returns: 23 However if I type: -23 abs I get: -23 (Expected it to be same as parenthesized version, but...
3 Mar 27, 2009
12:48 am

dennisf486
Send Email

Greetings all, did a search here and found posts that lead me to believe my Io install didn't work correctly. Io works fine, but the CLI editing doesn't...
5 Mar 26, 2009
12:05 am

Jeremy Tregunna
jeremy.tregunna@...
Send Email

sorry if this has been asked before but how do build io for windows. thanks black_13...
5 Mar 17, 2009
2:57 am

shybt
zhaozgbox
Send Email

How do I build IO for win 32? I have tried previously using the .sln files but this has not worked....
1 Mar 14, 2009
10:53 pm

blackthirt33n
Send Email

Hello, I found the following on the python-dev mailing-list (yop! ;-). ========================================= [Python-Dev] prototypes (was: Type/class) ...
1 Mar 1, 2009
3:32 pm

spir
denis.spir@...
Send Email

Hello, blocked again. How do I check a string is a valid number representation? When I convert an invalid one, it does not raise an exception, returns nan...
2 Feb 28, 2009
12:23 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

Hi Folks, I'm new to Io, and recently cloned the GitHub repository to take a look. Compiling and installing seemed to go just fine: $...
2 Feb 27, 2009
8:47 pm

Joseph Osborn
pocket_progr...
Send Email

Hello, I'm playing with OperatorTable. Fine. However, I can't have addAssignOperator work properly. The method works fine, but the operator itself is not...
1 Feb 27, 2009
8:33 am

spir
denis.spir@...
Send Email

Hello, Thank to Jer, I discovered that, actually, messages are named; this should cover most cases where object names may be needed, probably. Below an example...
2 Feb 26, 2009
8:22 pm

Friedrich Weber
fred.reichbier@...
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