I am looking for a way to dynamically bind formulas throughout my DOM.
We have a data intensive app, and currently I write many handlers to try and recalculate and updat
What you are describing sounds a lot like "Bindings" and "Computed Properties" from Sproutcore or Ember.js.