Sather - Hello World

Hello World

class HELLO_WORLD is main is #OUT+"Hello World\n"; end; end;

A few remarks:

  • Class names are ALL CAPS; this is not only a convention but is enforced by the compiler.
  • The method called main is the entry point for execution. It may belong to any class, but if this is different from MAIN, it must be specified as a compiler option.
  • # is the constructor symbol, calling method create of the corresponding class; here it is used for instantiating the OUT class, which is actually stdout.
  • The + operator has been overloaded here to stand for stream append.
  • Operators such as + are syntactic sugar for conventionally named method calls: a + b stands for a.plus(b). The usual arithmetic precedence conventions are used to resolve the calling order of methods in complex formulae.
  • The program layout allows for pre- and post-conditions (not shown here), showing Sather's Eiffel lineage.

Read more about this topic:  Sather

Famous quotes containing the word world:

    Everything that explains the world has in fact explained a world that does not exist, a world in which men are at the center of the human enterprise and women are at the margin “helping” them. Such a world does not exist—never has.
    Gerda Lerner (b. 1920)

    Patience, to hear frivolous, impertinent, and unreasonable applications: with address enough to refuse, without offending; or, by your manner of granting, to double the obligation: dexterity enough to conceal a truth, without telling a lie: sagacity enough to read other people’s countenances: and serenity enough not to let them discover anything by yours; a seeming frankness, with a real reserve. These are the rudiments of a politician; the world must be your grammar.
    Philip Dormer Stanhope, 4th Earl Chesterfield (1694–1773)