pounce-lang / js-core

Core elements of a Pounce (pounce-lang) interpreter, parser, preprocessor written in TypeScript. Pounce types are being developed (a preprocess type checker is in beta)
https://pounce-lang-show-case.netlify.app/
6 stars 0 forks source link

figure out how to store state in pounce #1

Closed nmorse closed 4 years ago

nmorse commented 4 years ago

although state is stored on the stack, it is not really always the best place for all state storage concerns. possibly it is not the purest concatenative programming thought, to consider the storing a specific domains concern in a word. This is a thought experiment/branch that will propose and experiment with setting state (state machine and others) in various ways

nmorse commented 4 years ago

bad thought, not a good idea