On Mon, Jul 11, 2011 at 8:32 AM, David Herman wrote:
> > My point is that the map spec is a deterministic algorithm because
> side-effects would be noticeable otherwise. However, this prevent
> implementations where function calls would be done in parallel for instance
> (for better performances)
> My point is that the map spec is a deterministic algorithm because
> side-effects would be noticeable otherwise. However, this prevent
> implementations where function calls would be done in parallel for instance
> (for better performances). In some cases (like the one I showed), the exact
>
On 11.07.2011 16:49, David Bruant wrote:
Le 11/07/2011 14:29, Dmitry A. Soshnikov a écrit :
On 11.07.2011 2:42, David Bruant wrote:
Le 10/07/2011 22:46, Dmitry A. Soshnikov a écrit :
Here I put some extensions for arrays standard library (separated
from this thread:
https://mail.mozilla.org/p
Le 11/07/2011 14:29, Dmitry A. Soshnikov a écrit :
On 11.07.2011 2:42, David Bruant wrote:
Le 10/07/2011 22:46, Dmitry A. Soshnikov a écrit :
Here I put some extensions for arrays standard library (separated
from this thread:
https://mail.mozilla.org/pipermail/es-discuss/2011-July/015856.html
On 11.07.2011 2:42, David Bruant wrote:
Le 10/07/2011 22:46, Dmitry A. Soshnikov a écrit :
Here I put some extensions for arrays standard library (separated
from this thread:
https://mail.mozilla.org/pipermail/es-discuss/2011-July/015856.html
where Array.of and Array.from were considered).
W
On Jul 10, 2011, at 3:51 PM, Rick Waldron wrote:
> As a sidenote, but with regard to forEach, can someone point me to some
> documentation that explains why the generic form of forEach doesn't work with
> objects (the use case has sufficient history)
You mean: why wasn't Array.prototype.forEach
As a sidenote, but with regard to forEach, can someone point me to some
documentation that explains why the generic form of forEach doesn't work with
objects (the use case has sufficient history)
Rick
-- Sent from my Palm Pre
On Jul 10, 2011 6:42 PM, David Bruant wrote
Le 10/07/2011 22:46, Dmitry A. Soshnikov a écrit :
> Here I put some extensions for arrays standard library (separated from
> this thread:
> https://mail.mozilla.org/pipermail/es-discuss/2011-July/015856.html
> where Array.of and Array.from were considered).
>
> We can consider also the following (
In addition, here's Erlang's one, which has rich lists library --
http://www.erlang.org/doc/man/lists.html Some/most methods are already
implemented in JS of course (though, by different names), but we can
take missing, but needed (and thus implemented in many JS libs) methods.
Dmitry.
On 11.
Here I put some extensions for arrays standard library (separated from
this thread:
https://mail.mozilla.org/pipermail/es-discuss/2011-July/015856.html
where Array.of and Array.from were considered).
We can consider also the following (as a first step):
*- Array.prototype.remove(value, all)*
10 matches
Mail list logo