View · Index

XOTcl - Short Introduction

XOTcl (www.xotcl.org) is one of several OO extensions for Tcl.

Important properties

  • efficient (implemented in C)
  • Similar to CLOS object system
  • Relations between objects and classes (and between classes) are dynamically changeable relations
  • All data is stored in object
  • Class are Objects
  • Classes of a Class are Meta-Classes