Concatenative topics
Concatenative meta
Other languages
Meta
You can read about Factor's object system at
http://docs.factorcode.org/content/article-objects.html
The object system is used pervasively throughout the library and is pretty flexible. The closest existing object system in another language is Common Lisp's CLOS, although Factor's object system does not have multiple dispatch or method combination.
This revision created on Thu, 16 Apr 2009 08:07:39 by jkleiser (A few (of Slava's) words, and a link to the docs)