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

ST/Ruby/Java etc       TclOO                                       TclOO(C)
Class method           self.method on class object                 Tcl_NewMethod
Singleton method       self.method on class or instance object     Tcl_NewMethod
Instance method        method on class object                      Tcl_NewClassMethod

Notice the possibility for confusion between Class methods in for instance Smalltalk and Tcl_NewClassMethod in the TclOO C-API