|
|
|
|
|
by NuclearPM
20 days ago
|
|
Thanks again for this. My goals are: Deep copy value passing semantics by default (with outs for hotpath and some optimization). Persistence by default using SQLite. (Again, opt out for hot paths). Lua tables, but callable. Also every object is a continuation. Optimizations for js are float64 arrays with the 0 index holding some meta stuff - but semantically just objects and messages. No variables, just fields. Fields can be thought of as canned message responses. Fallthrough is “call”. |
|