Hacker News new | ask | show | jobs
by seanmcdirmid 4162 days ago
SAC is quite different from reactive programming in the sense that it is not, well, reactive or interactive. SAC deals with incremental recomputation on change, whereas most reactive programming systems out their don't support incremental recomputation (maybe some DOM diffing and that's about it).

Check out Adapton though, which is trying to bridge the gap.

1 comments

Very interesting! Thanks.

I just hope there will be a browser-implementation soon :)