[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: s-exprs + prototypes
On Saturday, June 21, 2003, at 02:00 PM, Michael Vanier wrote:
> What do you mean exactly by (symbol, attached, next)?
The message name symbol, the attached message object (executed in the
context of the return value of this message), and the next message
object (executed after the attached message, but in the same context as
this message). I think this should be able to handle any tree of
messages. It should also cover non-OO languages a well, as OO/non-OO is
really just a scoping issue.
Cheers,
Steve
Io, a small language: http://www.iolanguage.com/