On Jan 4, 2012, at 4:51 PM, Fred Cisin wrote:
Does anybody write compilers in assembly any more? Or
ever will, again?
</rant>
Well, yeah. All my Forth interpreters are written in assembler (the parts that aren't
written in Forth, anyway). Often it progresses to adding assembler macros to the
interpreter to compile, which then turns it into a Forth compiler.
Of course, at that point, you can self-host if you want to (a lot of Forth, Inc.'s
implementations used to do that, and I think Chuck Moore's ColorForth does something
similar).
- Dave