QtE5 - is a wrapping of Qt-5 for D
Jozsef via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Jun 23 06:04:09 PDT 2016
Nice work!
I do not know if performance of the Forth interpreter is
important, but I would replace the following sequence to spare a
function call.
CALL label; ret; --->>> JMP label;
More information about the Digitalmars-d-announce
mailing list