AltME: Meta

Messages

Kaj
Made this group for discussion of Meta

GiuseppeC
Inhave read it has been writte in Rebol3, is it the oldes version?

Kaj
Oldes' version gave me the confidence to return to R3, but eventually I settled on Carl's last version
I needed some code differences to support both, but there were no debilitating problems in Carl's version
The Meta compiler needs to report any occurred errors. In unfortunate cases, they can still be errors in the REBOL code. Oldes' version puts ANSI codes in the output, which I cannot report to all Meta platforms
Perhaps they can be switched off somehow, I didn't look very hard for that. Carl's version is usable so far, and faster
There's also a dialecting regression in Oldes' version. I forgot exactly what it was, but I think it was imported from Red
Kaj
This was it:
>> type? quote ::x
** Syntax error: invalid "word" -- "::x"
I'm using several special word forms to create new lexical types for Meta

Oldes

Last message posted 137 weeks ago.