Hi. I'm new to the Io community here so I hope I'm not committing a faux pas by posting to the mailing list about a project I want to do *with* Io rather than...
Hi, more than a week has passed without any significant attention. I guess this is not due to lack of interest, but to poor wording and a lack of understanding...
Hi everybody, the 1.0beta made some things different, so I decided to try to write a conditional analogous to the if example I found somewhere on the webpage,...
The features of Io are very promising, but I downloaded it hoping to learn the language by using Propulsion (or some other debugger or introspection utility)....
... I think this is a great idea. How to implement it? Maybe individuals should sign up to their favourite example code to (try to) make sure that it works...
I hope that Io will not loose the capability to perform lazy evaluation of arguments, Using this feature it is possible to define language syntax on a per ...
Quite a few times I've tried to submit patches to the darcs repo, but I've got no indication that they really made it through, or have been accepted. I have...
Hi all, I'm getting some VERY weird behaviour here: the following code should obviously result in the objects with name="a" and name="b" being the two elements...
SainTiss
saintiss@...
Feb 6, 2006 3:58 pm
8224
... Why are you cloning the clone method? -- Steve...
Ok, that's probably not really necessary... This code stems down from some things I've been trying before, and then I modified clone more severely, which is...
SainTiss
saintiss@...
Feb 6, 2006 8:24 pm
8226
Just because... here's my version of cond (it's most certainly not the one that most people would find intuitive, but it's sufficiently different from the...
One correction: ... Becomes this: return res ... -- Jeremy Tregunna jtregunna@... "If you round off the fractions, embedded systems consume 100% of the ...
I stand corrected. It IS necessary at least in a few places of course. Inside the new clone method, I want to call the old method first, then do some extra...
SainTiss
saintiss@...
Feb 7, 2006 8:43 am
8229
hey all, i'm new here to io, so excuse my newbieness... i'm really impressed with this language's potential and (lack of) syntax; all the extra code i have to...
Hello, Is it possible to implement := style behavior in io? I'm trying to implement a lazy setSlot method: Object linkSlot := method( mess := call message...
Hi Alwin, I think you are asking how to create new operators like := and =. With the current parser (implemented in C) this is difficult. I've written a (slow)...
On Tue, 7 Feb 2006 12:04:03 -0500 ... Of course, but I wanted to modify Object itself, not clone it first. By the way, the cause of the problem has been...
SainTiss
saintiss@...
Feb 8, 2006 8:35 am
8237
... hmm, ok.. so will it be possible in the future to do something like this? I see 'Parser in Io' planned for 1.0. Does this mean io will be parsed (by...
From skimming old messages here, I gather there has been at least one attempt to add a lexer/parser written in Io to the one in C. Is that up to date? If so,...
Hi Derek, ... Try, File clone setPath("theFile.io") contents asMessage To give you a "parse tree". Check out http://pipapo.org/iowiki/PasteBin/MessageMatch for...