larsbrinkhoff / lbForth

Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
GNU General Public License v3.0
418 stars 112 forks source link

Retire Lisp metacompiler. #5

Open larsbrinkhoff opened 10 years ago

larsbrinkhoff commented 10 years ago

Go completely self-hosting by ditching the Lisp metacompiler.

larsbrinkhoff commented 7 years ago

I'd like to move the metacompiling words into the kernel. That would be a good reason to stop using the Lisp metacompiler. (Another option would be to extend it to interpret Forth definitions.)

But then I would have to do something else to bootstrap the compiler.