(no title)
joshzayin | 13 years ago
I'm curious as to what exactly that means, but without further explanation I'm going to assume that the thing running in the "past" just waits for information from the "future". It's possible they mean something else, of course, but that's my first guess.
EvilTerran|13 years ago
State and Reverse State are both about having a single conceptually-mutable "cell" (although that can, of course, be a complex value like a mapping or whatever), written with "put" and read with "get" -- take a minimal example:
In State, that would result in "Past"; in Reverse State, it would result in "Future".The blog posts linked at the bottom of the readme may help make things clearer.