Imperative Core, Sandboxed Shell
Imperative Core, Sandboxed Shell What if instead of implementing using functional programming, which often copies data that has to be later collected, we wrote code that matched the operation & memory model of the underlying compute? And then put that inside a strong sandbox? That’s how Docker works, where it can run any number of living processes isolated from the host OS. That’s how GPU shaders work, where an imperative function is run for each pixel. That’s how WebAssembly works, where every input & outp
评论
?
参与讨论