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

... addons/AVCodec/build.io | 2 +- addons/PortAudio/build.io | 2 +- addons/QDBM/build.io | 1 + ...
8 May 31, 2008
3:48 pm

Michael Witten
mfwitten@...
Send Email

Shouldn't shuffle, reverse et al. return a copy while shuffleInPlace, reverseInPlace ... etc mutate the receiver?...
3 May 22, 2008
5:26 pm

Rich Collins
richwcollins
Send Email

Hello! =) My name is Paulo Köch. I'm from Porto, Portugal. I discovered Io through _why's post and I'm enjoying it very much! I already tried to contribute,...
18 May 22, 2008
6:24 am

David Nolen
david.nolen
Send Email

Hullo, First time posting to the list, and just starting to play around with Io. I'm trying to understand how to use OperatorTable based on previous examples...
9 May 21, 2008
9:06 pm

Steve Dekorte
stevedekorte
Send Email

Setup: obj := Object clone obj a := method( deprecatedWarning("b")) obj b := method( "hello!" println ) Current behaviour: Io> obj a Warning in Command Line:...
2 May 8, 2008
3:37 pm

Paulo Köch
paulojorgekoch
Send Email

In wanting to learn more about how Io is built, I've run Doxygen against the Io C internals and have posted the output here: ...
6 May 8, 2008
1:10 pm

Paulo Köch
paulojorgekoch
Send Email

There are other messages about building Io on OSX Leopard but they don't seem to apply. I've built the VM and it works fine, but I can't build the add-ons;...
2 May 8, 2008
1:08 pm

Paulo Köch
paulojorgekoch
Send Email

Current behaviour: $ make RandomAddon [make's output] make: *** [install] Error 71 Exception: nil does not respond to 'build&#39; ... nil build...
2 May 7, 2008
6:53 pm

Steve Dekorte
stevedekorte
Send Email

Hi all! I'm quite newbie to Io, I discovered it the year before, during summer holidays and I have to say I love it. All of you are doing a great job. Well, my...
5 May 7, 2008
2:20 pm

Paulo Köch
paulojorgekoch
Send Email

Io enters the top 50 (at position 49) of the TIOBE Programming Community Index for May 2008 [1]. Congratulation! [1]...
1 May 5, 2008
6:01 am

arkadijsha
Send Email

What's the best way to install git (the new source control system for Io) on Mac OS X? I downloaded git-1.5.0.tar.bz2.tar and followed the instructions ("make"...
4 Apr 29, 2008
7:20 pm

timcharper
Send Email

Hello all! It seems that I cannot install Addons on my Slackware 11 and 12 machines. I've downloaded latest release from iolanguage.com. First obstacle was...
1 Apr 25, 2008
7:16 pm

Vrhunski Mag
vrhunski.mag@...
Send Email

First of all the source tarball (unless it's been updated in March) doesn't build at all on Ubuntu, because of a problem that some "cp" commands refer to the...
2 Mar 27, 2008
5:17 am

Danya
me_dendik
Send Email

I've moved the official repo to github: git clone git://github.com/stevedekorte/io.git Please update your repos and let me know if this works ok. Cheers, -...
5 Mar 27, 2008
4:19 am

Danya
me_dendik
Send Email

Hi! I'm trying to build Io on FreeBSD for the first time. Usually I build it on Debian, which is straightforward. Using the latest tarball, Io-2008-02-09, I...
12 Mar 26, 2008
12:08 pm

Steve Dekorte
stevedekorte
Send Email

ell I have sit down and wrote an Addon for Io. Which in fact does not much but handling a structure in C (not even all functions have been wrapped) I just...
2 Mar 19, 2008
11:01 pm

Steve Dekorte
stevedekorte
Send Email

I've found a trivially reproducible bug: Message fromString("/* /* */") I don't have time to study the parser and would be grateful if Quag checks this. ...
5 Mar 19, 2008
4:07 am

Danya
me_dendik
Send Email

I'm working on getting the Windows IoPlayer working again. Does anyone know who wrote the current Windows IoPlayer?...
1 Mar 17, 2008
9:48 pm

Rich Collins
richwcollins
Send Email

Here's a bunch of patches: Fix for UnicodeTest that was broken upon Lobby cleanup, Remove too aggressive dependency installator from TagLib I complained about...
2 Mar 16, 2008
10:00 am

Steve Dekorte
stevedekorte
Send Email

While thinking about ways to improve the expression evaluator, a simple way to implement a lexical do occurred to me: Object lexicalDo := method(thisMessage...
6 Mar 12, 2008
5:29 pm

Danya
me_dendik
Send Email

If I have not misunderstood the purpose of this method, maybe there is a bug in MutableSequence replaceFirstSeq. Following is a patch. ... +++ IoSeq_mutable.c...
10 Mar 12, 2008
8:02 am

Marc 'BlackJack R...
marrin666
Send Email

Google SoC opened doors. I think it's will be great if Io could take part of it. There are good mentors, and hopefully, good students will come up. ...
19 Mar 11, 2008
5:27 pm

Samuel A. Falvo II
falvosa
Send Email

Hi, all, It's been a while since I last used Io. After a git pull build process fails in two points where I think it should not: First, addon TagDB ignores Io...
1 Mar 8, 2008
3:25 pm

Danya
me_dendik
Send Email

I have methods that accept arbitrary params. I want to memoize the results based on the params. The following code works. Thanks to Steve for the help with...
4 Feb 27, 2008
10:49 pm

Scott Baldwin
arrogantparagon
Send Email

Hey, I'm trying to get a build on OS X, but loading the Zlib addon (the only one I built) causes the VM to crash with the message: Scheduler: nothing left to...
2 Feb 19, 2008
8:24 pm

Steve Dekorte
stevedekorte
Send Email

This does what I want in the case of explicit calls: -_-_-_-_-_-_ Call callStack := method( stack := list( self ) while( stack last getSlot("sender") and stack...
4 Feb 16, 2008
12:37 am

Gavin Kistner
phrogz42
Send Email

A new version of china.io (changed "launchPath&quot; into "System launchPath") is now available here: <http://folk.uio.no/jkleiser/china/> Can someone please...
1 Feb 15, 2008
9:19 am

Jon Kleiser
jon_kleiser
Send Email

Now VC 2008 Express is also avaliable and which also already has windows sdk....
2 Feb 15, 2008
2:47 am

"S.J.Chun"
chunsj@...
Send Email

Hi all, (IMHO) currently Io isn't production ready... but I want to know if something is working in this way (more robust implementation, better performance...
9 Feb 15, 2008
1:42 am

Steve Dekorte
stevedekorte
Send Email

Hello, I tried to compile Io-2008-02-09 on cygwin with gcc 4.2.2 and got tons of compiler errors. Anyone have success with compilation on cygwin ? Regards Ron ...
2 Feb 15, 2008
12:28 am

Rich Collins
richwcollins
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