Brian Lonsdorf

Results 47 comments of Brian Lonsdorf

Should mention, we just threw things in there to reduce complexity for the class. But it's got most of what we use in client work as deps

ha nice. ramda and lambdajs expose a really nice curried api for doing pointfree stuff. Alternatively, lodash's chain and standard fantasyland api's turn into a scala-like approach. I tend to...

Great explanations @i-am-tom! I should mention there is a JS port of some of these concepts from matryoshka and Haskell's recursion scheme lib here: https://github.com/DrBoolean/excursion These are extremely powerful concepts...

Hi Adam, Yeah, your observation is correct, the work as far as I'm aware, hasn't progressed much (we need a JS hero). It's a shame because DOM recursions seem like...

Just to make sure “the drawback of recursion schemes” is that it requires fixed point data structures like the cons list, however, lenses can address this. I’d love to be...

That's a good idea for aliases, but i'd think the implementation differs for most datatypes. In any case, a cool thing to try!

I use this all the time in production. There isn't much to be done or maintenance in general since they are just implementations of well known abstractions.