Version 3 of Mini-language as Model-View-Controller

Updated 2008-12-26 22:38:57 by EKB

EKB This gives an example of what I think is a particularly Tcl-ish use of Model / View / Controller. I use this frequently in my own work and it certainly makes it easier to incrementally develop an application.

The architecture is pretty basic, something like this:

      +--------------------+
      |                           |
      |    Core Program    |
      |                           |
      +---------+----------+
                |
                |
               / \
              /   \
             /     \
          Mini-    GUI(s)
        language/
          CLI

enter categories here