mitra42 / webForth

Forth for the web - implemented in JS and other web technologies
https://www.mitra.biz/forth/console.html
GNU Affero General Public License v3.0
27 stars 1 forks source link

EXTENSION: Locals #50

Open mitra42 opened 3 years ago

mitra42 commented 3 years ago

See Discussion on ProgrammingForth FB group; proposal in forth-standard.org different proposal in forth-200x . I think (but am not sure) that the forth-standard.org one is more current, but its devoid of usable examples.

Their is example code for {: in forth200x and forth-standard and https://forth-standard.org/standard/locals which depend on system-dependent code.

Current thinking ... subject to any suggestions below .... is to try and implement the forth-standard.org version by implementing (LOCAL) (in JS) and then using the sample code from there for {: