Posted to tcl by mjanssen at Thu Jan 03 21:21:19 GMT 2008view raw

  1. ST/Ruby/Java etc TclOO TclOO(C)
  2. Class method self.method on class object Tcl_NewMethod
  3. Singleton method self.method on class or instance object Tcl_NewMethod
  4. Instance method method on class object Tcl_NewClassMethod
  5.  
  6. Notice the possibility for confusion between Class methods in for instance Smalltalk and Tcl_NewClassMethod in the TclOO C-API