|
|
|
|
|
by ehaliewicz2
2205 days ago
|
|
> local variables I believe most modern forths will have these, gnuforth does for example. > down-to-the-metal compiling I think there are some that do this, but back in the day, the opinion of lots of forth programmers was that threaded code was good for the 90% of the program where performance didn't matter, and added an inline assembler for areas where it did. |
|