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

Event driven top end #18

Open mitra42 opened 3 years ago

mitra42 commented 3 years ago

Look at making top end event driven - only run EVAL via on('data') event,

Hard part will be locking

One way ..... catch event, if buff is non-zero then append, if its zero , then append and start the Loop to evaluate.

Relevant to #22