Index: doc/next-tutorial.html =================================================================== diff -u -rad4acf8e7b3c2279b4711aa9cfd5aed6d86e2b98 -raa41f220776456c37553c5daf8e0519d5b51f0b8 --- doc/next-tutorial.html (.../next-tutorial.html) (revision ad4acf8e7b3c2279b4711aa9cfd5aed6d86e2b98) +++ doc/next-tutorial.html (.../next-tutorial.html) (revision aa41f220776456c37553c5daf8e0519d5b51f0b8) @@ -776,15 +776,15 @@

XOTcl was so far released in more than 30 versions. It is described in its detail in more than 20 papers and serves as a basis for other object systems like TclOO [Donal ???]. The scripting language NX and -the Next Scripting Framework NSF 2009] extend the basic ideas of -XOTcl by providing support for language-oriented programming. The -the Next Scripting Framework supports multiple object systems -concurrently. Effectively, every object system has different base -classes for creating objects and classes. Therefore, these object -systems can have different different interfaces and can follow -different naming conventions for built-in methods. Currently, the Next -Scripting Framework is packaged with three object systems: NX, XOTcl -2.0, and TclCool (the language introduced by TIP#279).

+the Next Scripting Framework [Neumann and Sobernig 2009] extend +the basic ideas of XOTcl by providing support for language-oriented +programming. The the Next Scripting Framework supports multiple +object systems concurrently. Effectively, every object system has +different base classes for creating objects and classes. Therefore, +these object systems can have different different interfaces and can +follow different naming conventions for built-in methods. Currently, +the Next Scripting Framework is packaged with three object systems: +NX, XOTcl 2.0, and TclCool (the language introduced by TIP#279).

Languages @@ -2245,7 +2245,7 @@ parameters is computed dynamically from the class structures, object parameters are often used in combination with special setter methods, etc.). Consider the following example, where we define the two -application classes Person and Student with a few attributes.

+application classes Person and Student with a few properties.

Listing 24: Object Parameters