top | item 47144290

(no title)

iberator | 5 days ago

IMO Lisp is harder to implement than Forth, and LESS readable, butt MAYBE i fell into the same trap as others with Forth. hahaha

discuss

order

NetMageSCW|4 days ago

actually I think Lisp is easier to implement than Forth, buth is it really Forth if the internals aren’t discussed? (E.g. Word secondary, threaded code, etc)

lebuffon|4 days ago

Forth does not specify threaded code. Implementation is left to the implementor.

Internally Forth can be direct threaded code, indirect threaded code, byte code, sub-routine calls or optimized native code.