Zarutian

Results 16 comments of Zarutian

I have no idea if [this](https://github.com/zarutian/monte_stuff/blob/master/daliclock/timer.mt) adds to the discussion or not but I am going to leave it here anyway.

Hmm... uses of WeakKeyMaps as far as I can tell: - Any kind of 'seen' tables used by -- Membrane implementations (to prevent multiple wrapping of same object by the...

You mean the ejectors and guards I used in the rectsArea mathHelper? Sorry to say that the inlined "package" was copy pasted in in its entirety from my junk-drawer text...

also take into account of diffrent keycaps mapping (not all keyboards and programmers use USA QWERTY)

> Pure capability systems are quite hard to work with In which ways?

"Do not separate designation and authority" - Norm Hardy

This [paper](http://erights.org/data/serial/jhu-paper/index.html) might illuminate some ways this could be done. Serializing a system without using orthagonal persistance like KeyKOS and ilk is fraught with ackward choices but can be done.

Hmm... been trying to see if this violates the seperation between immediate invocations and eventual sends. (Seperation, which incidentially promted [my comment in #22](https://github.com/tc39/proposal-eventual-send/issues/22#issuecomment-850685150).) And it seems it does. This...

> I like `const delpromise = Promise.createDelegated(promise, delegation)` as an API. I think my concerns can be solved by adjusting `Promise.delegate(...)` to enforce a turn boundary before touching `delegation`. >...

> I am not familiar with the variants of captp besides what we do at Agoric, and more precisely in Swingset. > > The idea is to have non-thenable pseudo-promises...