Hacker News new | past | comments | ask | show | jobs | submit login

Let's go through these one by one :)

> does it memoize dependencies?

Not sure what do you mean by memoization here, but there is no stored state at all (see the original post for the reasoning behind this).

> if i have several cells that all depend on a central one, will the central one only run once?

Sure!

> can you declare a variable in one cell then use it in another?

You can, as long as it's in global scope.




what iā€™m really wondering is: could you build a stateful repl with this?


It's a bit tricky, but possible, yes.


oooooh say more! i might use this for a personal project




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: