buzzdecafe
buzzdecafe
> Are we really interested in having flipped `gt`? `gt_` would be equal to `lt[e]` and `lt_` would be equal to `gt[e]`. I.e. they would just be aliases. that's true....
you definitely have my attention. I'd be interested to see a POC on this idea. And if you are going for perf, then benches to P the C.
translated that gist to the repl to see it in action: http://goo.gl/mz4KJL
i would need more convincing. If you want this function it is trivial to implement as `const concatAll = reduce(concat, []);` which doesn't seem too onerous to me.
I think this is a bit different, in order to support semigroups generally. For example, this works with `concat` today: `concat(Tuple('a', 'c'), Tuple('b', 'd')) //=> Tuple('ab', 'cd')` To capture the...
@svozza nice point -- ouch
I think @CrossEye may be on vacation atm? I'm just back myself; it's that time of year
is this close to what you have in mind: http://ramdajs.com/repl/ ?
> what would be nice would be a code editor on the left of the screen, and then on the right side of the screen a colourful visualisation of the...
thanks for the report @scabbiaza that is good info.