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

Hey all, I'd like to start making binary distributions of Io available and I'm looking for volunteers to periodically (when you get a chance) compile Io for...
10 Jul 10, 2004
4:45 am

Steve Dekorte
stevedekorte
Send Email

http://www.iolanguage.com/Downloads/ Release 2004 07 05 - Vector primtive, fixes ========================================= - added Vector primitive with...
3 Jul 8, 2004
8:19 pm

Mike Austin
mike_ekim
Send Email

I find the separation of File and Directory objects to be cumbersome when programming with them. I always end up writing a FileSystemNode object with the...
9 Jul 8, 2004
10:27 am

Steve Dekorte
stevedekorte
Send Email

What do folks think about a switch functionality via a case() method of the form: (b) case (1, // code ) case (2, // code ) else ( // code ) Thoughts? You can...
9 Jul 6, 2004
3:32 pm

Daniel Ehrenberg
littledanehren
Send Email

Thanks a lot for IoDesktop-2004-07-06! This time there were no automake-1.4= problems ;-) I still can't set the font of a TextField to Vera/Sans/Normal.ttf....
1 Jul 6, 2004
11:03 am

Jon Kleiser
jon_kleiser
Send Email

I'd like to put a decent (but fast) random number generator into Io. Any suggestions? (no GPL stuff, please) -- Steve...
9 Jul 4, 2004
11:17 pm

Steve Dekorte
stevedekorte
Send Email

The following program prints out each file's name and mode, which on my pc is always the same whether it's a directory or a file: #include <dirent.h> #include...
3 Jun 29, 2004
11:33 pm

Mike Austin
mike_ekim
Send Email

Hey folks, Ed Heil wrote a nice tutorial-like piece on his weblog which describes writing an RSS aggregator in Io: http://www.goesping.org/index.php?p=86 --...
1 Jun 29, 2004
11:29 pm

Steve Dekorte
stevedekorte
Send Email

The make ended (as a couple of times before) with ld: Undefined symbols: _IoSocketsDone _IoSocketsInit make[1]: *** [all] Error 1 make: [all] Error 2 (ignored)...
4 Jun 29, 2004
12:58 pm

Jon Kleiser
jon_kleiser
Send Email

http://www.iolanguage.com/Downloads/ Release 2004 06 25 - fixes, improved Date ========================================= - ObjCBridge fixes (by Arjen) -...
1 Jun 26, 2004
10:12 am

Steve Dekorte
stevedekorte
Send Email

hi, I am trying to create an ELF file of my application which includes printf's,scanf's and file operations ,from arm-elf-gcc iam getting undefined symbol...
2 Jun 24, 2004
5:38 am

Steve Dekorte
stevedekorte
Send Email

I found a bug in the Date fromString() method: Io> Date clone fromString("14-Dec-01", "%d-%b-%y") year ==> 1901 // correct Io> Date clone...
3 Jun 23, 2004
8:26 pm

Steve Dekorte
stevedekorte
Send Email

The following code is nothing special. It is basically a translation of the C code from the Embedding section of the Programming guide translated to something...
1 Jun 23, 2004
5:03 pm

Mac Reiter
reiter@...
Send Email

In the Programming Guide Embedding section is the following code: #include "IoState.h" typedef struct { IoState *state; } Controller; Controller...
6 Jun 22, 2004
6:02 pm

Roberto Amorim
wolfox44
Send Email

First, let me start by saying how cool the language looks. I like the reflexivity and multiple inheritance, and if I had known about how clean the concurrency...
6 Jun 21, 2004
5:13 pm

Steve Dekorte
stevedekorte
Send Email

I've been coding in Io with much more frequency lately and am starting to run into walls where my previous Class-based OO habits. One example today is Enums. ...
3 Jun 20, 2004
3:07 pm

toysnob
Send Email

I've tried to get libevent working under mingw using native Windows call or with select(), never with any luck. So to get something working, I just wrote a...
1 Jun 19, 2004
10:01 pm

Mike Austin
mike_ekim
Send Email

Slashdot recently had (yet another) disucssion of scripting languages which mostly said nothing. But there was one interesting post at the bottom. The poster's...
12 Jun 18, 2004
3:09 pm

Kaj de Vos
kajdevos
Send Email

Hi, It seems to me a statement is (or has gone) missing in "Hash.c" in function Hash_removeKey_ before line 209 should be statement; lastRecord = record, or in...
2 Jun 15, 2004
12:31 am

Steve Dekorte
stevedekorte
Send Email

I'm trying to build Io on a Windows XP box using Cygwin. I'm using IoDesktop-2004-05-13 and ./configure runs ok. IoVM builds and runs. But when I try to...
2 Jun 14, 2004
9:12 pm

advonet
Send Email

Hi, I'm still playing with the objc bridge and found a very strange problem where objects would become numbers. I thought this was be caused by garbage...
3 Jun 14, 2004
5:29 pm

arjenve
Send Email

Hello! Slowly I am getting the grips of OpenGL, but trying out the FreeType Font module I ran into problems I could not resolve. When I turn on GL_DEPTH_TEST...
2 Jun 13, 2004
8:08 pm

Steve Dekorte
stevedekorte
Send Email

Hi, When I was playing with the objc bridge, I found a serious bug in Io2Objc.m. I've included the outcome of diff below; 50,51c52,55 <...
2 Jun 12, 2004
5:05 pm

Steve Dekorte
stevedekorte
Send Email

Hello! I tried something like A := Object clone do( B := Object clone B parent := self // i.e. := A ) which didn't work because A has no "self" slot. So, how...
4 Jun 11, 2004
8:54 pm

Steve Dekorte
stevedekorte
Send Email

I've been experimenting a bit with Ion and the new TextView. As the Free fo= nts don't seem to have the Norwegian characters æøåÆØÅ, I've tried to use...
2 Jun 11, 2004
7:02 pm

Steve Dekorte
stevedekorte
Send Email

Three quick thoughts of varying intent and quality: Would it be possible to pull Lobby's blocks out of Object, making Lobby a completely separate object?...
38 Jun 11, 2004
11:28 am

Daniel Ehrenberg
littledanehren
Send Email

IoDesktop-2004-06-08 built fine on my Mac OS X 10.3.3, and I'm very pleased ;-) I've discovered a few problems though: When I do "ioDesktop test.io", I first...
3 Jun 9, 2004
3:06 pm

Steve Dekorte
stevedekorte
Send Email

I think I understand why the parent slot exists. But I'm not sure having it is really worth the extra complexity and confusion. I know when I started learning...
17 Jun 8, 2004
8:06 pm

Mike Austin
mike_ekim
Send Email

http://www.iolanguage.com/Downloads/ Release 2004 06 08 - Ion and Audio features =================================== - added editable TextField and SavePanel...
3 Jun 8, 2004
5:17 pm

Steve Dekorte
stevedekorte
Send Email

I am having an issue with a memory leak. VS.NET is reporting a leak when I shutdown my app. It seems to happen simply from running the following: IoState...
5 Jun 7, 2004
10:41 pm

toysnob
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