[REBOL] Re: The Rebol type system
From: media:quazart at: 7-Nov-2001 7:58
aren't the types internal to rebol? you would have to get access to the REBOL dialect parser itself in order to handle new types of data arrangement transparently. Unless someone else has some enlightening information, That's what I understand of the datatype system... I do wish it was possible to supply a user hook when Rebol handles code, so that we could do such things as add new datatypes at run-time... -MAx