-"""
-Work in progress: standard library of "stuff" the "dyna executable" will make
-use of.
-"""
+#!/usr/bin/env python
#from debug import ultraTB2; ultraTB2.enable()
#from debug import saverr; saverr.enable(editor=True)
from defn import agg_bind, call
-
# TODO: as soon as we have safe names for these things we can get rid of this.
class chart_indirect(dict):
def __missing__(self, key):
print >> out, chart[x]
print >> out
+# maybe the chart should store pretty printed term and a reference to the
+# aggregator (each item get's its own aggregator to avoid a hash lookup w).
class Chart(object):