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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

A while back Avi Bryant (Seaside web framework author) did a talk on his approach to building a Seaside like web framework. Phil Windley did a write-up about...
18 Jul 16, 2009
4:35 pm

bblochl2
Send Email

It seems that the 'protos&#39; slot is empty when the 'init' method of an object is called during a clone operation. The 'protos&#39; slot is then set after init is...
2 Jul 15, 2009
11:43 pm

Chris Double
doublecnz
Send Email

Hello all, I'm tracking down a segfault in io_freerealloc, but my unfamiliarity with the iovm, and the superabundance of damn preprocessor macros are making it...
1 Jul 15, 2009
7:02 am

simonhaines
Send Email

Phantastic! One can hide just everything in Io. Something to exploit? I will do some more research. Do you have some evil ideas? Regards BB PS: I really do not...
2 Jul 14, 2009
4:41 pm

Samuel A. Falvo II
falvosa
Send Email

I have a problem of understanding: Io 20090105 Io> sin := 5 ==> 5 Io> 4 sin ==> -0.7568024953079282 Io> sin ==> 5 Io> 1x := 5 ==> 5 Io> x1:= 6 ==> 6 Io>...
3 Jul 13, 2009
9:04 pm

Steve Dekorte
stevedekorte
Send Email

I tried the example "Create a simple object and show how to use it" from the page http://www.iolanguage.com/about/samplecode/: Account := Object clone do( ...
4 Jul 13, 2009
7:06 pm

Oscar Martinez
wasintw
Send Email

Hi, I have a situation where I have available name of object's method slot which I would like to invoke. What is the best way to do this? I would like for the...
5 Jul 12, 2009
6:04 pm

Steve Dekorte
stevedekorte
Send Email

I'm in the midst of writing some addons that wrap the various Xiph libraries (libogg, libvorbis, libtheora, etc). So far I've been wrapping the low level API...
1 Jul 5, 2009
5:45 am

Chris Double
doublecnz
Send Email

Hi, Ive downloaded the latest .tar.gz from the website and Io doesn't build for me any more (NetBSD5/amd64). Error is: ...
5 Jul 4, 2009
1:14 pm

Milos Negovanovic
milos.negovanovic@...
Send Email

I'm working on a C++ binding library for Io that allows you to make your C++ objects callable from Io without typing a lot of code. It's called LikeMagic....
3 Jul 3, 2009
4:13 pm

dennisf486
Send Email

Why does basekit have its own Makefile.lib. Its similar but not quite the same file as io/Makefile.lib?...
8 Jul 2, 2009
8:36 pm

Semka Novikov
me@...
Send Email

Obviously you are using Objective-C (Macintosh)? There are some error messages desiring for the GNU Objective-C Compiler. After installing GNU Objective-C...
6 Jun 21, 2009
10:28 pm

ljnrf
Send Email

Hi, I got the latest from github and I'm having some problems with the build using the free version of vc9. I believe there have been some recent improvements...
1 Jun 21, 2009
6:57 pm

ljnrf
Send Email

I am always interested in bugs ore faults of componenets, so as I found the intersting posting of Jeremy Tregunna from Mon Jun 8, 2009 4:42 am (Bug Report:...
8 Jun 19, 2009
2:57 pm

Jeremy Tregunna
jeremy.tregunna@...
Send Email

I need my addon for Io to be located not in my ~/io/addons folder but in my ~/myproject folder because "myproject&quot; is a git repository, and I need the addon to...
3 Jun 19, 2009
2:46 pm

dennisf486
Send Email

Ok, ok, sorry for my misapprehension. So, so ldconfig! I checked the net again and could not find any postings from Jeremy Tregunna from 1994 or before. There...
3 Jun 19, 2009
10:33 am

bblochl2
Send Email

I am not amused. I tried to show a friend, how easy one could install Io on debian lenny, and how much fun one might get with Io. I downloaded the tar-file...
2 Jun 19, 2009
3:56 am

dennisf486
Send Email

For the game I'm working on, I have a very complicated data structure for storing the terrain (it works directly with compressed terrain data in memory without...
6 Jun 17, 2009
8:58 pm

Steve Dekorte
stevedekorte
Send Email

Change Line 21 in Makefile DLL_SUFFIX := so DLL_COMMAND := -shared -Wl,-soname="libiovmall.so" FLAT_NAMESPACE := to DLL_SUFFIX := so DLL_COMMAND := -shared...
2 Jun 16, 2009
11:32 pm

Steve Dekorte
stevedekorte
Send Email

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