Chet Corcos

Results 162 comments of Chet Corcos

Oy. I'm lost from the very beginning... I don't know Haskell or this notation. Where should I start?

I'm pretty much just familiar with JS and Python... I get functors.

interesting. that makes sense. the periods we're throwing me off in terms of how it flows. Its also interesting how its all automatically curried in some sense.

So you can read these sentences and understand whats going on without thinking about it for 10 minutes? ``` Lens s t a b = ∀f. Functor f => (a...

hmm. I think what confuses me is there's no distriction between multiple inputs, multiple outputs, and applying a functor to some arguments. ``` Lens' (s, a) = ∀f. Functor f...

`/usr/local/bin/node` seems like a reasonable place for it for node. I think it atom should look there...

I see. you can't do those head import through the package?

Thanks :) So the master branch is "stable" but has some flaws that I've been trying to address, primarily having to do with large-scale performance. If you want to build...

> Maybe a sample project using mego would be useful as well that can evolve as the branch does. Thats going to be a while -- I havent figured out...