... IoWiki is in daily use, but it will only run on an old version of Io -- version 20060502, to be specific. You can see it in action at ...
10924
Friedrich
friedrichdom...
Sep 7, 2008 11:12 am
... I was just wondering if I missed something or if that was a correct intpretation. Just one extra question is there something one could call to get a stack...
10925
Steve Dekorte
stevedekorte
Sep 8, 2008 1:51 am
... If you mean on the C side, you can call: IoCoroutine_rawPrintBackTrace(aCoroutine);...
10926
quercerandjanath
quercerandja...
Sep 8, 2008 3:12 am
... http://xeny.net/files/iowiki/iowiki-0.1.05.tgz. On second thoughts, why don't I put it on github? Done: http://github.com/tumble/iowiki Jason...
10927
Friedrich
friedrichdom...
Sep 8, 2008 8:21 am
... Ok, I do not know how to get access to the parameter in the memory allocation functions. I modified the allocation functions and well do at least a bit to...
10928
Harold Hausman
haroldchode
Sep 10, 2008 3:18 am
Nice picture of Io: http://apod.nasa.gov/apod/ap070211.html Linked indirectly from here: http://golem.ph.utexas.edu/category/ With regards, -Harold...
10929
Cliff Wells
wellscliff
Sep 19, 2008 9:02 pm
Hi, I'm just starting with Io (coming from Python) and I'm trying to understand the difference in semantics between := and =. I understand (I believe) that :=...
10930
ex_rzrjck
Sep 19, 2008 9:03 pm
Hi, I'm new in Io programming, want to use Io with OpenGL, but samples crash with segfault (it is interesting that every time in different places), sometimes...
10931
Milos Negovanovic
milos.negovanovic@...
Sep 19, 2008 9:07 pm
Hi, I am trying to loop over a string(Sequence) using for each: "abc" foreach(c, c println) which results in: 97 98 99 How do I convert these back into...
10932
James Cunningham
jameshcunnin...
Sep 19, 2008 10:53 pm
... Try this: "abc" foreach(c, c asCharacter println) Try "Number slotNames" for a list of things that numbers respond to. Best, James...
10933
Cliff Wells
wellscliff
Sep 20, 2008 1:35 am
Please disregard. I got the answers I needed on IRC. Thanks...
10934
Jason Scheirer
jasonscheirer
Sep 20, 2008 7:46 am
... "abc" foreach(c, c asCharacter println)...
10935
Milos Negovanovic
milos.negovanovic@...
Sep 20, 2008 8:46 am
... Heh, It took 3-4 days for my mail to show up on mailing list! Thanks in any case, thats what i was looking for. Regards -- Milos Negovanovic ...
10936
Steve Dekorte
stevedekorte
Sep 21, 2008 6:23 am
... Sorry about that - it's because new members are moderated until after their first message and I've been on vacation....
10938
Nick Guenther
kousue@...
Sep 22, 2008 12:56 am
what are the answers? I knew this at one point but I forget now....
10939
Cliff Wells
wellscliff
Sep 22, 2008 3:55 am
... 1) = will fail on an undefined slot, but more interestingly 2) := will set a slot in the local context of a method, = will set it in the encapsulating...
10940
Cliff Wells
wellscliff
Sep 22, 2008 3:59 am
... Incidentally, is there some way to make Yahoo not mangle indentation? Cliff...
10941
Brian Mitchell
binary42@...
Sep 22, 2008 4:25 am
... There are 4 primary cases for slot assignment I can think of right now: * Object setSlot * Object setSlotWithType * Object updateSlot * Locals updateSlot ...
10942
Cliff Wells
wellscliff
Sep 22, 2008 7:54 am
Io> "/foo/bar/baz/" split ("/") ==> list("", "foo", "bar", "baz") Is there a reason there's an empty value at the beginning of the resulting list but not at...
10943
Samuel A. Falvo II
falvosa
Sep 22, 2008 5:32 pm
... It looks as though split() is treating "/" as a _terminator_ of a list component, not a separator. -- Samuel A. Falvo II...
10944
Cliff Wells
wellscliff
Sep 22, 2008 9:52 pm
... That certainly appears to be the case... the question remains whether or not that's the correct (or least surprising) behavior. To me, "split" implies...
10945
Cliff Wells
wellscliff
Sep 22, 2008 11:23 pm
http://lambda-the-ultimate.org/node/2596#comment-39101 Any responses/corrections to (or handwaving dismissal of) the concerns in this particular comment?...
10946
Brian Mitchell
binary42@...
Sep 23, 2008 1:47 am
... On point 2, the avoidance of blocks is done for many reasons including the quirks in activation and their inefficient execution. The fact that they close...
10947
Steve Dekorte
stevedekorte
Sep 24, 2008 9:02 am
... There is also a Sequence splitNoEmpties() method....
10948
Cliff Wells
wellscliff
Sep 24, 2008 6:22 pm
... My concern has more to do with the semantics of the method rather than solving a particular issue. ... ['', 'foo', 'bar', 'baz', ''] I think Python gets it...
10949
Brian Mitchell
binary42@...
Sep 24, 2008 6:42 pm
... Just as a counter example, Ruby in similar to Io in that: "/foo/bar/baz/".split("/") #=> ["", "foo", "bar", "baz"] Now my opinion is to go with something...
10950
Steve Dekorte
stevedekorte
Sep 26, 2008 7:15 am
Given that the "split" semantics issue has come up so many times and has different semantics in different languages, would it make sense to choose a new, more...
10951
Friedrich
friedrichdom...
Sep 26, 2008 7:58 am
The pathes can not be used and files can not be found e.g thre is no IoBuffer.c anywhere around. I suggest dropping this projects.... Regards Friedrich...
10952
Friedrich
friedrichdom...
Sep 26, 2008 8:04 am
... The name is fine maybe another parameter on how to behave might be a good idea. Regards Friedrich -- Q-Software Solutions GmbH; Sitz: Bruchsal;...