Re: Aren’t membranes incompatible with private data via WeakMaps?

2015-11-24 Thread Axel Rauschmayer
Thanks! I forgot about unwrapping. > On 22 Nov 2015, at 00:32, Mark S. Miller wrote: > > Answering the question in the subject line, no. The key is the difference > between a standalone proxy and a membrane. With a membrane, the key is that > the: > > * Countdown class >

Re: Backward running version look-behinds

2015-11-24 Thread Claude Pache
> Le 20 nov. 2015 à 15:41, Nozomu Katō a écrit : > > I was expecting that ES6 would come with look-behinds, because a > proposal had been put at: > http://web.archive.org/web/20121114071428/http://wiki.ecmascript.org/doku.php?id=harmony:proposals > > However, ES6 does

Re: Backward running version look-behinds

2015-11-24 Thread Erik Corry
I can speak only for myself. I like the .Net-style lookbehinds, and I hope they will be part of the standard. For something to be in the standard we need both implementations and someone to describe the desired behaviour in the standards document. It looks like implementations are being found.