Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #29636

Re: library for fast map/filter/reduce

Newsgroups comp.lang.javascript
Date 2016-02-19 02:10 -0800
References <9f70cd71-da91-478c-ac97-392fcb7c7a63@googlegroups.com> <8e0eb84d-66c8-41da-847b-759f634bc4cd@googlegroups.com>
Message-ID <286742ed-e3f3-466f-9b4d-b9deb5bb4442@googlegroups.com> (permalink)
Subject Re: library for fast map/filter/reduce
From glathoud <glathoud@yahoo.fr>

Show all headers | View raw


Scott, thank you very much for taking the time to write such a detailed response. Below is an attempt to address several points you made.

.

Concerning O'Steele functional JavaScript: if I remember correctly, he was the one behind most of dojox.lang.functional back then. My article pointed to this already:

http://glat.info/transfun/#interlude-personal-story

I should probably add the link you provided.

.

Concerning the string lambdas: transfun.js permits both string lambdas and usual functions:

http://glat.info/transfun/#with-functions

I am personally happy with both:

http://glat.info/transfun/#personal-opinion

It is probably a matter of context.

.

Concerning transducers, the term may be relatively new, but I am not sure whether the underlying mechanisms are that new. See for example this discussion:

http://forum.dlang.org/post/mailman.166.1409468422.5783.digitalmars-d@puremagic.com

.

Thanks for mentionning Ramda. My impression after a brief glance: that's a lot of functionalities! Certainly something to look at.

.

Side note: transfun.js offers a few selected transformations (especially the ones I often need), but anyone can write his own:

http://glat.info/transfun/#defining

.

Thanks again and best regards,
Guillaume

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-16 22:24 -0800
  Re: library for fast map/filter/reduce Scott Sauyet <scott.sauyet@gmail.com> - 2016-02-18 20:01 -0800
    Re: library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-19 02:10 -0800
      Re: library for fast map/filter/reduce Scott Sauyet <scott.sauyet@gmail.com> - 2016-02-19 08:44 -0800
        Re: library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-20 04:03 -0800
          Re: library for fast map/filter/reduce Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-02-20 13:59 +0000
            Re: library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-23 21:53 -0800
  Re: library for fast map/filter/reduce "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-02-23 19:22 -0800
    Re: library for fast map/filter/reduce glathoud <glathoud@yahoo.fr> - 2016-02-23 22:11 -0800

csiph-web