... Thanks for the bug report. It looks like one is showing the list of actors held by the state and the other is the count of coroutines currently in the...
attached is a diff of the changes I've had to make to get IoDesktop compiling. Trent diff -ur orig\IoDesktop-2005-08-2992;IoServer92;Sockets92;base92;PortableSocket.c...
Attached is some code and a diff which implements a "drag and drop" message editor for Io. I call it a mockup because there's still a lot to do and the code...
As always, I don't expect or even want Io to go functional, but I find it interesting that it's possible to do things like this: Number add := Number...
... It's a bit messy, but this should work: Object resendTo := method(self getSlot(thisMessage argAt(0) name) performOn(self, sender, sender thisMessage)) List...
http://www.iolanguage.com/downloads/ Release 2005 08 30 - important fixes ==================================== - fix for super and resend bug (reported by...
My wish has finally come true, I can use do() without the scoping limitations: Object do := method ( sender appendProto( thisContext ) sender doMessage(...
... I'm in a rush and I don't have time to look into it right now, and it's been a while since I've played with Io, but I don't think this works right, for a...
... Thanks for the code. I made some modifications along the lines I mentioned previously, fixed some fringe cases, and added some more tests to your do.io....
Here's a new version of the emacs Io mode: http://www.alcyone.com/software/io-mode/io-mode.el ;; 0.7 2005-08-30 More options; first pass at Imenu support;...
... You're right, I was too quick on the assumption that it worked. In fact, now that I look at it, it's not 'do()' at all! I always get confused with all the...
... What editor do you use? :-) -- Erik Max Francis && max@... && http://www.alcyone.com/max/ San Jose, CA, USA && 37 20 N 121 53 W && AIM...
6906
Lexa
lexa@...
Aug 31, 2005 9:46 am
Hi! I wonder if Io has a mimetype ? That could be like "text/x-io" or/and "application/x-io" ? (or maybe x-io-src ?) Lexa -- Fondateur de ThacidLCD :...
... Nah, it was just the double indent starting with setSlot(..., method(... and the double dedent on one line with )) smacked of my io-mode. -- Erik Max...
Steve's blog reports some history of Smalltalk and LISP machines (computers with parts of compilers for Smalltalk or LISP in hardware and microcode --- follow...
... Ok! I'll do it! Send me your mythical machine, alone with 4 pints of unicorn blood and a signed photo of the Lock Ness monster to: 42 Implausible Way ...
... I was under the impression that Io doesn't have a virtual machine (i.e. an instruction set). It will be a little hard to write microcode to interpret an...
... That's correct - there wouldn't be any point since everything is a dynamic message send. That said, we could certainly get much better performance with...
... Sure it does: IoVM. OK, so the instructions are a little complicated for most chips. That's where the microcode comes in. Did anyone really think I was...