James Forbes

Results 67 comments of James Forbes

I'm fairly sure the underlying `nodes` array is exposed as `heap.nodes`. So you could use normal array functions like `every` to do any inspection you would like: ``` js var...

@briancavalier sorry if I'm misunderstanding. I think the value that is immediately returned is the Functor. So `Promise::cata` / `Task::cata` / `Stream::cata` could potentially implement the `Either` type by aliasing...

Sorry @rpominov I'm not trying to detract from your observations I think they may be far more precise technically or in the broader context of FP literature. I just want...

@rpominov I nearly linked to that exact talk! :D

One administrative thing worth sorting out. Where should proposals be discussed? Should we have a separate repo on fantasy-land to namespace these discussions? Interested in your thoughts on that @rpominov...

@mindeavor thanks for the info! That's very helpful.

I'm going to say a few blunt harsh truths I think we need to internalise if we are going to have any success. We are walking into a world where...

I've got some input from @isiahmeadows re: es-discuss. You can subscribe to the mailing list here: https://mail.mozilla.org/listinfo/es-discuss And you can make proposals by posting an email to [email protected]. The goal...

@isiahmeadows that is a lot more ambitious than I would have expected we could be. But you do have a lot more experience in these matters. Few questions: 1. why...