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.
Check out Adapton though, which is trying to bridge the gap.