Dan Connolly
Dan Connolly
https://lobste.rs/s/fnfzbt/object_capability_model#c_uolfnw
https://github.com/darius/cant
These should be readily available in libraries. The js one should handle all traps (boring). Implementation in Rholang is complicated by lack of a spread operator to handle varying number...
gee... I'm overdue adding these
revise **Influences** section of infobox on https://en.wikipedia.org/wiki/E_(programming_language) to add SES and Monte Bonus points to anyone who beats me to it. cc @erights @agoric @MostAwesomeDude p.s. Out of concern for...
Here's hoping I find time to help.
I suggest a test for `Map([[1n, "abc"]]).has(1n)` and the like, analagous to https://github.com/tc39/test262/blob/main/test/built-ins/Map/symbol-as-entry-key.js cc @erights ref https://github.com/Moddable-OpenSource/moddable/issues/577
In a discussion about input validation to avoid reentrancy risks in cases such as `amount.brand`, I asked whether stamps (a la [ejectorsGuardsTrademarks.js](https://github.com/googlearchive/caja/blob/master/src/com/google/caja/ses/ejectorsGuardsTrademarks.js) would work? @erights writes: > ... the path...
In MDN, [Array.prototype.findLastIndex](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/lastIndexOf) seems to be standard. I don't know why we're removing it. I haven't researched the others. These are new as of a recent XS update. ``` Removing...