Sather FAQ : General questions about Sather : What is Sather? | |
Sather is an object oriented language designed to be simple, efficient, safe, flexible and non-proprietary. One way of placing it in the "space of languages" is to say that it aims to be:
Sather has garbage collection, statically-checked strong typing, multiple inheritance, separate implementation and type inheritance, parameterized classes, dynamic dispatch, iteration abstraction, higher-order routines and iters, exception handling, assertions, preconditions, postconditions, and class invariants. Sather code can be compiled into C code and can efficiently link with C object files. The upcoming version of Sather will have full internationalization support.
Sather is under the GPL/LGPL licenses to foster open development of Sather libraries and the language itself.
|
Next: | What does the ``Hello World'' program look like? |