metaobject module

metaobject module provides functions for dynamic object oriented scripting. It allows you to define, modify, and manupilate objects at run time.

This package includes functions for both class-based and prototype-based OO scripting.
  1. class-based OO scripting
    A simple object system based on class inheritance.
  2. prototype-based OO scripting
    A simple object system based on prototype.