Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement hybrid push/pull semantics #52

Closed
milibopp opened this issue May 3, 2015 · 0 comments · Fixed by #54
Closed

Implement hybrid push/pull semantics #52

milibopp opened this issue May 3, 2015 · 0 comments · Fixed by #54

Comments

@milibopp
Copy link
Owner

milibopp commented May 3, 2015

See this paper by Conal Elliott for reference. The general idea to see cells as a sequence piecewise continuous functions of time makes sense.

Contrary to Elliott, time will not be handled explicitly but rather implicitly by the sequence of transactions. Also the implementation itself will be inherently imperative, as the purely functional, lazy evaluation approach is not feasible in Rust (too much boilerplate to emulate Haskell features).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant