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

Has anyone got multiline regular expressions to work? I'm using Io 20060104 on OS X 10.4.3 Just trying to get this simple test working... s :="""hello this is ...
2 Jan 30, 2006
7:22 pm

Nicholas Seckar
nseckar
Send Email

I have written a tiny container (namespace/module whatever you want to call it) system for Io. Features: - Type slots are automatically assigned, so you can...
2 Jan 30, 2006
6:50 pm

David Fayram
d_fayram
Send Email

Does anyone know what happened to the wait method? I'd like to make my lovely script pause for a few seconds here and there... - John...
2 Jan 30, 2006
11:15 am

Steve Dekorte
stevedekorte
Send Email

... Hash: SHA1 In my ongoing quest to kill the then() and else() methods on boolean, here is another conditional. This one is specifically there to handle ...
3 Jan 30, 2006
4:46 am

William Tanksley, Jr
wtanksle
Send Email

Hi, I've succeeded to get the sources from the darcs repository (using --partial) and tried to compile everything with make. BUT it's not working and quits...
10 Jan 27, 2006
7:29 am

Steve Dekorte
stevedekorte
Send Email

Continuing my own thread on building IoFull-2006-01-04 on WinXP with Mingw/MSYS... Commenting out the line # $(MAKE) $(EXE) in the "all" target in...
1 Jan 27, 2006
4:55 am

Doug Currie
e4liberty
Send Email

I tried building IoFull-2006-01-04 on a lark. FYI, make on WinXP with Mingw/MSYS fails because skipdbtest.c uses gettimeofday without making provision for...
1 Jan 27, 2006
4:54 am

Doug Currie
e4liberty
Send Email

The manual <http://www.iolanguage.com/darcs/Io/_docs/guide.html#TOC23059> mentions three predefined children of the Exception proto: Error, Warning and...
2 Jan 26, 2006
10:40 am

Steve Dekorte
stevedekorte
Send Email

Hi, Is the lack of the ObjcBridge in the Jan 2006 release a transitional sort of thing or is it gone for good? Best, -ryan...
2 Jan 26, 2006
4:02 am

Steve Dekorte
stevedekorte
Send Email

Hello everyone, After talking with Steve at our weekly Io meetings, we came up with a new conditional structure. This structure seems pretty powerful, and has...
19 Jan 24, 2006
8:40 am

Quag
quagath
Send Email

Hi, I'm trying to get the sources from darcs with cygwin on Windows2000, but this is what happens: $ darcs get http://www.iolanguage.com/darcs/Io Copying patch...
4 Jan 23, 2006
12:45 am

Carsten Eckelmann
carsten_ecke...
Send Email

Hi John, The flow control flags used for returning, continuing and breaking need to be exposed as io objects. Once these flags are exposed, returns can be made...
2 Jan 20, 2006
10:17 am

Jon Kleiser
jon_kleiser
Send Email

Hi, I just downloaded the latest release binaries for OSX and wanted to start playing with the SGMLParser. However when I do this: Io> tags := SGMLParser...
4 Jan 20, 2006
12:57 am

Mike Austin
mike_ekim
Send Email

With the old try/catch style we could have methods that returned their values within a 'try' part, or within a 'catch&#39; part. Since the new style try and catch...
1 Jan 19, 2006
1:21 pm

Jon Kleiser
jon_kleiser
Send Email

If you start Io 20051211 with a script file like this ... ./ioDesktop some-path/script.io ... then Lobby launchPath will not be set correctly. I have changed...
6 Jan 19, 2006
10:06 am

Jonas Eschenburg
jonas_eschen...
Send Email

================================= $ uname -srv Linux 2.6.15-gentoo #1 PREEMPT Sun Jan 8 23:51:06 KST 2006 $ cat launchPath.io #!/usr/bin/env io writeln(Lobby...
6 Jan 16, 2006
9:55 am

Jon Kleiser
jon_kleiser
Send Email

Hi, recently I was giving a look at Seaside (http://seaside.st) a web framework for Smalltalk (Squeak, in particular) which uses continuations as a basic...
8 Jan 14, 2006
10:11 am

Massimiliano Gubinelli
gbnll
Send Email

Hi. Where can I find bindings for Windows? Regards, Inash Zubair ______________________________________________________________________ This email has been...
1 Jan 14, 2006
6:49 am

Inash Zubair
inash_zubair
Send Email

Hi, just found the following strange behavior ... Io 20051221 Io> a := method(s, @@ writeln( s )) ==> method(s, @@(writeln(s))) Io> a("hey") Exception:...
5 Jan 12, 2006
10:47 am

Massimiliano Gubinelli
gbnll
Send Email

With release 2005-12-11 I get a strange error with this code: loop := method( for(i, 1, 10, writeln("here") ) ) Io> loop := method(x, for(i, 1, 10, Exception:...
3 Jan 11, 2006
7:36 pm

Kevin Edwards
edwakev
Send Email

Continuing with the talk about a case method, I like this one fairly well: otherwise := method(expr, expr) case := method( value := sender...
1 Jan 11, 2006
11:32 am

Mike Austin
mike_ekim
Send Email

I've followed the very interesting threads about error handling in Io and the status of the exceptions. I profited quite a lot especially of the suggestions of...
64 Jan 10, 2006
6:31 pm

Samuel A. Falvo II
falvosa
Send Email

Hi, I'm trying to wrap the arguments of List append into WeakLinks and then pass them to the same method in the proto. So e.g. if I call myList append(1,2) I...
14 Jan 10, 2006
12:19 am

qg@...
trent_w16
Send Email

OK, this is unexpected. I just recently switched over to Ubuntu from Windows and decided to build Io. It failed. I mean IoVM (!) failed to build....
8 Jan 9, 2006
5:34 pm

AgentM
agentm@...
Send Email

Io> DynLib clone open("libpq.so") Exception: Error loading object 'libpq.s&#39;: 'libpq.s: cannot open shared object f ile: No such file or directory' ...
1 Jan 7, 2006
12:06 pm

Ilya S. Slyzhnyak
ilya@...
Send Email

Hi, All! I have a problem with resend method: A := Object clone do ( forward := method(2)) B := A clone do ( msg := method(resend + 3)) B clone msg print this...
3 Jan 7, 2006
2:19 am

Quag
quagath
Send Email

Hi, I have this line in my UnitTest: assertRaisesException(List aNewMethod) And if it didn't raise an exception, I'll see this: Should have raised Exception If...
2 Jan 5, 2006
8:40 pm

Quag
quagath
Send Email

Hi, Please find attached a unit test for WeakLinks, which demonstrates its current problems... (I accidently left in a few debugging statements in the previous...
1 Jan 5, 2006
11:20 am

SainTiss
saintiss@...
Send Email

Hi, Please find attached a unit test for WeakLinks, which demonstrates its current problems... Cheers, Hans...
1 Jan 5, 2006
10:58 am

SainTiss
saintiss@...
Send Email

We all seem to be dancing around the issue of error handling here. Everyone has a different point of view, and that's fine; but instead of dancing around the...
93 Jan 5, 2006
10:56 am

Jonas Eschenburg
jonas_eschen...
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