== Quote from bearophile ([email protected])'s article > JohnZ Wrote: > >In this case what would be the pros and cons if any of D compared with C or asm?< > If you use C with GCC you can use the computed goto, that is really useful to speed up an interpreter like a Forth one. D misses still such feature because it was thought as not useful enough. > Bye, > bearophile
ah....project similar to forth interpreter was an easy way of saying an attempt at an interaction machine emulator. if any of you know who Peter Wegner is you'll get the joke here :D
