Search the web
Sign In
New User? Sign Up
iolanguage · Io
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6914 - 6943 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6914
... I was hoping that you weren't, but I wouldn't put it past some people. On the other hand, there are chips out there that do this sort of thing for other...
Thomas Sutton
grimkor
Offline Send Email
Sep 1, 2005
8:24 am
6915
... Actually, the mask only needs to tell it how many low bits should be non-zero in the output and the rest just needs to to a good job of mixing the bits of...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 1, 2005
9:39 am
6916
... Sure. Good idea. I think (not sure) that this is not far off the level at which LISP machines worked. They didn't really implement a VM either (I think)....
Jason Grossman
jas0ngr0ssman
Offline Send Email
Sep 1, 2005
10:15 am
6917
... Oh I only do that with setSlot()ing a method, and sometimes with do(). It would be nice if I could say "Number \+ = method(...)" or something but it's not...
Mike Austin
mike_ekim
Offline Send Email
Sep 1, 2005
9:24 pm
6918
... Yeah, same. Initially I was thinking it would be nice if you could quote it similar to way the way you can get around operators in Prolog, but that really...
Erik Max Francis
xihr
Online Now Send Email
Sep 1, 2005
9:40 pm
6919
When the time is right, this http://sqlrelay.sourceforge.net/ seems like the existing framework to use. Thanks, McKinley...
therandthem
Offline Send Email
Sep 1, 2005
10:13 pm
6920
... It took me a while to figure it out, too; the terminology can be confusing. Maybe an example would help: ob := Object clone ob meth := method(a,b,print) ...
Kevin Edwards
edwakev
Offline Send Email
Sep 2, 2005
12:29 am
6921
Has this gone someplace else? It's the link through from io|docs|manual|english|vm http://www.iolanguage.com/source/Io/IoVM/_docs/index.html Michael...
mfeathers256
Offline Send Email
Sep 3, 2005
12:50 pm
6922
While thinking about ways to improve the expression evaluator, a simple way to implement a lexical do occurred to me: Object lexicalDo := method(thisMessage...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 3, 2005
3:16 pm
6923
... Sorry, I spoke too soon. The newer expression evaluator doesn't support this. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 3, 2005
3:45 pm
6924
Using my MessageView widget I've made a simple debugger for Io: http://rtfm.insomnia.org/~qg/iodebug/ Let me know if there's any problems. Trent...
QuantumG
trent_w16
Offline Send Email
Sep 4, 2005
11:28 pm
6925
Available here: http://rtfm.insomnia.org/~qg/iogtk/ Based on a DynLib extension I've written that lets you call arbitary functions exported from shared...
QuantumG
trent_w16
Offline Send Email
Sep 8, 2005
6:00 am
6926
Some comments about what should be fixed (in the 20050830 Bin. docs): slot what to do ... addIfAbsent replace with appendIfAbsent anyOne...
Jon Kleiser
jon_kleiser
Offline Send Email
Sep 8, 2005
8:14 am
6927
After some discussions on Irc I posted a few notes on my wiki, please review them and add comments: http://www.pipapo.org/iowiki/NewInfrastructure Some Notes: ...
Christian Thaeter
chth@...
Send Email
Sep 8, 2005
11:34 am
6928
In the current version of Io (20050830), Boxes with negative height or width don't contain any Points. At least that's what I conclude from this: Io> Box clone...
Jon Kleiser
jon_kleiser
Offline Send Email
Sep 8, 2005
11:55 am
6929
... Feel free to fix it. Trent...
QuantumG
trent_w16
Offline Send Email
Sep 8, 2005
12:17 pm
6930
... Here it is: <http://folk.uio.no/jkleiser/io/IoBox.c> ... a fix to allow Boxes with negative width, height, or depth to contain Points. In addition to the...
Jon Kleiser
jon_kleiser
Offline Send Email
Sep 8, 2005
2:06 pm
6931
... Nice work! I'm adding a link on the community page. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 8, 2005
4:46 pm
6932
I thought there was once a width() or pad() type of function in Io to right align numbers when converting to a string, with an optional pad character. Am I...
Mike Austin
mike_ekim
Offline Send Email
Sep 8, 2005
7:30 pm
6933
... I've updated the page to now include the code for my debugger ported to GTK+. To get this to work I had to disable a check in IoObject_forward.. if (10000...
QuantumG
trent_w16
Offline Send Email
Sep 9, 2005
6:03 am
6934
First the problem: If I have a script that does the following ... b := Box clone set(vector(0, 0), vector(6, 6)) c := b containsPoint(vector(1, 1)) v :=...
Jon Kleiser
jon_kleiser
Offline Send Email
Sep 9, 2005
11:48 am
6935
I've added an object browser app to the GTK+ bindings page. http://rtfm.insomnia.org/~qg/iogtk/ I havn't connected any action to double click.. I figure...
QuantumG
trent_w16
Offline Send Email
Sep 9, 2005
12:45 pm
6936
... Hi, ... user@PC Io % ./io debug.io cursorPixBuf: -2145973680 ... File asString: unable to read file 'foo.io' Label Line Char...
newgroup@...
Send Email
Sep 9, 2005
3:01 pm
6937
... Yep, you need to apply my latest dynlib-extension.diff patch.. I turn off this check. I don't know why it fires.. I've asked Steve, no response as yet. ...
QuantumG
trent_w16
Offline Send Email
Sep 10, 2005
7:51 am
6938
... Thanks Jon, I've added your change. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 10, 2005
1:49 pm
6939
http://www.iolanguage.com/downloads/ Release 2005 09 10 - updates ============================ - moved implementation of ? to Io - VM autodocs now auto include...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 10, 2005
4:45 pm
6940
Somehow SkipDBRecord->key gets set to "1" instead of a ByteArray pointer when Continuation.io exits. This is as far as I've debuged, Steve can you look at it?...
Mike Austin
mike_ekim
Offline Send Email
Sep 10, 2005
8:37 pm
6941
It's basically the mapInPlace source, but uses and returns a new list. I can't understand why it hasn't been added. IoList *IoList_proto(void *state) { [...] ...
Mike Austin
mike_ekim
Offline Send Email
Sep 10, 2005
9:07 pm
6942
... I don't get any errors on OSX either on the command line or via gdb: % ./io /Users/steve/IoProject/Io/IoVM/_tests/Concurrency/Continuation.io 1 - in main,...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 11, 2005
1:01 am
6943
... Thanks Mike, I've added it. -- Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Sep 11, 2005
1:04 am
Messages 6914 - 6943 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help