Components of LPMOO
The entire LPMOO simulation is written in LPC. So that a deeper appreciation
of its internal structure can be realized, what follows is a somewhat
technical description of what makes the whole thing tick.
The LPMOO simulation is comprised of several discrete components:
Library (daemon) Objects
Generic (clonable) Objects
Inheritable Support Objects
- The DGD Auto object
- The Combined MOO Builtins object
- The generic cache
- The generic core
- The data utilities object
- The DGD-extra builtins object
- The extended-efuns object
- The extra-builtins object
- The kernel-functions object
- The MOO Lexical Analyzer
- The string utilities object
- The DGD value-to-literal translator
- The generic MOO verb object
rob@ccs.neu.edu