I just pushed out the initial release of
pakyow-bindr, a library that adds recursive data binding methods to Pakyow. I've had this code sitting around for a long time; it's about time something happened with it! It's useful in instances where you have a view with nested scopes and want to apply a matching data structure to it all at once, rather than one scope at a time. You can read more about it in the
README.