Cetus Links: Sather - http://www.cetus-links.org/oo_sather.html
Introduction to the language and links to related resources. |
GNU Sather - http://savannah.gnu.org/projects/sather/
Official site, development occurs here; description, news, downloads, mail lists, contacts, CVS. |
Hello, World program - http://www2.latech.edu/~acm/helloworld/sather.html
|
http://en.wikipedia.org/wiki/Sather - http://en.wikipedia.org/wiki/Sather
Growing article, with links to many related topics. [Wikipedia] |
http://foldoc.org/index.cgi?query=Sather&action=Search - http://foldoc.org/index.cgi?query=Sather&action=Search
Brief article with links to related topics; in The Free Online Dictionary of Computing; FOLDOC. |
http://www.icsi.berkeley.edu/~sather/ - http://www.icsi.berkeley.edu/~sather/
Original home website. Object-oriented language designed to be simple, efficient, safe, flexible, non-proprietary. Goals: as efficient as C, C++, Fortran; as elegant as and safer than Eiffel; support higher-order functions and iteration abstraction as well as Common Lisp, CLU, Scheme. |
http://www.icsi.berkeley.edu/~sather/psather.html - http://www.icsi.berkeley.edu/~sather/psather.html
Parallel Sather: a parallel version of the language Sather. |
Sather FAQ - http://www.icsi.berkeley.edu/~sather/faq.html
Frequently Asked Questions about Sather. |
Sather-K - http://www.info.uni-karlsruhe.de/~sather/index_engl.html
A Sather dialect, omitting all "unneeded" constructs for efficiency and ease of learning. |
The Karlsruhe Library of Algorithms and Data Structures (Karla) - http://www.info.uni-karlsruhe.de/~zimmer/karla/
An object-oriented library of data structures and algorithms designed for reuse for Sather-K. |