Skip to content
jhellerstein edited this page Sep 20, 2011 · 1 revision
  • modules require glue for all interfaces. should be more like inheritance: only overload what you need.
  • module interfaces do not expose whether they are sync or async, which can lead to bugs when reused. would be nicer if the "gluing" were automatic
  • should we infer temporality of accumulation ops, rather than require programmer to do it?
Clone this wiki locally