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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 12882 - 12912 of 13333   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
12882 Steve Dekorte
stevedekorte Send Email
Jun 15, 2011
8:02 am
Thanks Oscar. It didn't cause any OSX issues. I've pushed it....
12883 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 15, 2011
11:51 am
I don't think these explanations resolve the Problem of Shashank. Why the heck is the stuff in my Closure changing!? The Closures or Blocks in Io bind their...
12884 Oscar Martinez
wasintw Send Email
Jun 15, 2011
2:22 pm
... Oops, my mind was in another place: "the object who activated it" should be "the object it belongs to"...
12886 janpaulbultmann@...
janpaulbultm... Send Email
Jun 16, 2011
10:31 am
Hey, What is the cachedResult for? When trying to find them with the debugger (by looking for messages that have hasCachedResult true) I don't find any. And...
12887 Steve Dekorte
stevedekorte Send Email
Jun 17, 2011
10:35 am
... Hi Jan, They are typically for literals. e.g. Io> message(1) cachedResult ==> 1 Io> message("foo") cachedResult ==> foo Io> message(a+b) cachedResult ==>...
12888 dennisf486 Send Email Jun 18, 2011
2:48 am
When interacting with Io from C/C++ code, under what conditions do I need to push a collector pause, if ever?...
12889 dennisf486 Send Email Jun 18, 2011
3:03 am
How much of (the implementation of) Io would be gutted if I made a version without coroutines (or make compiling with coroutine support optional based on a...
12890 dennisf486 Send Email Jun 18, 2011
3:06 am
Forgot to mention - a further example of the trouble that a low-level implementation of co-routines causes me is that it makes valgrind crash when I try to use...
12891 McCarrell, Jeff
jmccarrell Send Email
Jun 19, 2011
12:06 am
Hey everyone. I have been getting to know Io; trying to work out the evaluation rules, especially t he difference between a block and a method. I understand...
12892 Oscar Martinez
wasintw Send Email
Jun 19, 2011
8:00 am
2011/6/19 McCarrell, Jeff <jmccarre@...> ... Hi Jeff, getSlot("m") type println When you do "m type println" you are activating the "m" slot (a method),...
12893 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 19, 2011
9:32 pm
I would be really grateful if someone could make a statement about this, so I can decide weather to debug this or not ^^ cheers Jan...
12894 McCarrell, Jeff
jmccarrell Send Email
Jun 20, 2011
6:48 pm
HI everybody. I am coming up to speed on Io, and wondering about how expressions are evaluated. Is there any way to turn on debugging output to coerce the...
12895 Steve Dekorte
stevedekorte Send Email
Jun 21, 2011
5:17 am
Hey Jeff, Yes, check out: http://www.iolanguage.com/scm/io/docs/reference/index.html#/Core/Core/Debugger If you run into problems, I'll see if I can help. ...
12896 Steve Dekorte
stevedekorte Send Email
Jun 21, 2011
9:38 pm
Anyone want to pickup maintenance on the Fedora Io package? http://www.spinics.net/lists/fedora-devel/msg148291.html...
12897 Marco Bambini
marco@... Send Email
Jun 22, 2011
4:37 pm
Hello, is there a way to produce a single amalgamation file from the iolanguage sources? Something like the one used by sqlite for example. Thanks a lot. -- ...
12898 McCarrell, Jeff
jmccarrell Send Email
Jun 22, 2011
4:38 pm
Hey everyone. I have been getting to know Io; trying to work out the evaluation rules, especially the difference between a block and a method. I understand...
12899 janpaulbultmann@...
janpaulbultm... Send Email
Jun 22, 2011
5:15 pm
Ask yourself the following question: How do I get a method and how do I get a block activated? Cheers Jan Spoiler----------------- b:=block("hi" println) b...
12900 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 22, 2011
8:08 pm
I don't think that coroutines can be stripped. And even if it can be done, I don't know if it is smart. If you remove coroutines, you would also remove...
12901 Steve Dekorte
stevedekorte Send Email
Jun 22, 2011
9:43 pm
On C++ exceptions hosing coros: Wouldn't putting C++ catch on every location that Io call's into C++ in your bindings resolve it? On valgrind: Did you define...
12902 Steve Dekorte
stevedekorte Send Email
Jun 23, 2011
8:22 am
Can anyone help with this?...
12903 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 23, 2011
9:20 pm
Hey, Whenever I have libevent installed I won't be able to build Io, due to the following error: Scanning dependencies of target IoSocket [ 85%] Building C...
12904 Oscar Martinez
wasintw Send Email
Jun 23, 2011
9:27 pm
2011/6/23 Jan-Paul Bultmann <janpaulbultmann@...> ... Hi Jan, Socket addon won't compile against libevent2. Regards, Oscar...
12905 dennisf486 Send Email Jun 24, 2011
3:31 am
Re: Coroutines compile option - Oh there's a USE_VALGRIND option? Sweet. Re: Catch C++ exceptions at binding site - I do already catch all C++ exceptions in...
12906 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 24, 2011
10:07 am
... ahhh, right I forgot about that ^^, dammit :D Thanks :D finally got VertexDB to work ^^ Cheers Jan...
12907 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 25, 2011
1:34 pm
Hey, do you think it would be possible to use PDB as an self like Image? Containing everything, even the compiled C functions and coroutines in execution. ...
12908 Steve Dekorte
stevedekorte Send Email
Jun 26, 2011
12:13 am
... Yes. ... That would be very difficult. When the move to Io on Javascript is made, it will be continuation based and we'll at least be able to persist the...
12909 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 26, 2011
8:30 am
... So I suppose the Functions are hard but doable^^. Loki is capable of doing the linking, all one needs are the functions bytes :/ But aren't the stacks...
12910 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 28, 2011
8:44 pm
Hey, I get a Segfault when I run the following code. Obsidian PDB Obsidian setPath("test.crystal&quot;) PDB open A := Object clone A v := 5 A pSlots(v) PDB root...
12911 Jan-Paul Bultmann
janpaulbultm... Send Email
Jun 29, 2011
7:18 pm
Hey, In the Samples the Self, China, IRC and Debugger all have different ways to initialize an application. Some use "Screen", others use OpenGL directly. And...
12912 Jan-Paul Bultmann
janpaulbultm... Send Email
Jul 5, 2011
12:08 am
I love Io and I love Bitcoin. So why not combine both. I hereby declare a bounty of 0.1Ƀ for every method, and 0.25Ƀ for every object that gets documented. A...
Messages 12882 - 12912 of 13333   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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