|
|
1. |
Dynamic Object Aggregations
-
An article about the usage of dynamic object aggregations as a foundation for composition.
|
|
|
2. |
Filters
-
Article by Gustaf Neumann and Uwe Zdun about filters as a language support for design patterns in object-oriented scripting languages.
|
|
|
3. |
XOTcl: Extended Object Tcl
-
Official home page. Information, history, source and binary downloads, publications.
|
|
|
4. |
XOTclIDE
-
XOTcl Integrated development environment, inspired by Smalltalk programming environments: syntax highlight and checking, version control, test framework. [Open source, GPL]
|
|
|
5. |
Enhancing Object-Based System Composition through Per-Object Mixins
-
The paper introduces per-object mixins as a new object-level language construct for object-based system composition. Per-object mixins are implemented in the scripting language XOTCL as a straightforward extension of its method chaining mechanism and enables the developer to mix classes into the precedence order of an arbitrary object.
|