next-tutorial.html

Clone Tools
  • last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Hopefully the last big naming change: Instead of writing "C class-object method foo {} {...}" one can write now "C class method foo {} {...}" to define a class method named "foo" for class "C". This naming change became possible by defining XOTcl's "class" (and "superclass") as object parameter only. To change a class of an object o, one has to use "o configure -class NEWCLASS". The term "object-class" looks alien to language beginners, the term "class" is much more straightforward. Changing classes or superclasses is seldomly used by typicall application programs.

For already existing nx scripts, changing "object-class" into

class should be straightforward.

* various documentation updates (migration guide, nx tutorial)

  1. … 22 more files in changeset.
- updated documentation

  1. … 5 more files in changeset.
- documentation updates

  1. … 1 more file in changeset.
- next-tutorial: documentation updates

  1. … 19 more files in changeset.
- minor improvements

  1. … 2 more files in changeset.
- added first version of next-tutorial.[txt|html]

    • -0
    • +1372
    ./next-tutorial.html
  1. … 5 more files in changeset.