Skip to content
Paul Moeller edited this page Oct 28, 2014 · 1 revision

UI.Widget

  • More in common with GUI toolkits, than with web templating.

  • Not simple text substitution (like perl variable interpolation inside double quotes, or M4 macros)

  • Abstract Syntax Tree of Objects... we have behavior at each branch in the AST

  • AUTOLOAD lets us write the objects with short names (among other things)

Examples

Clone this wiki locally