[REBOL] Re: Is Rebol code smaller?/Compiler!
From: greggirwin:mindspring at: 20-Nov-2002 9:41
Hi Gabriele,
GS> What would be useful to, instead, is offering something like:
GS> f: make native! [...] [
GS> ; a compilable REBOL dialect here
GS> ]
I agree, but I think Carl once mentioned that another tricky issue is
that certain OSs don't allow you to create code segments dynamically,
so I'm not sure if that's even possible in all cases. Not sure how
JITing works either, as might be applied to REBOL.
-- Gregg