Sather
Sign in to saveSather is an object-oriented programming language. It originated circa 1990 at the International Computer Science Institute (ICSI) at the University of California, Berkeley, developed by an international team led by Steve Omohundro. It supports garbage collection and generics by subtypes.
Wikidata facts
- Official website
- www.gnu.org/software/sather
Show 3 more facts
- software version identifier
- 1.2.3
- source code repository URL
- bzr.savannah.gnu.org/r/sather/trunk
- inception
- 1990-00-00
via Wikidata · CC0
~4 min read
Article
4 sectionsContents
- Hello World
- Example of iterators
- References
- External links
Sather is an object-oriented programming language. It originated circa 1990 at the International Computer Science Institute (ICSI) at the University of California, Berkeley, developed by an international team led by Steve Omohundro. It supports garbage collection and generics by subtypes.
Originally, it was based on Eiffel, but it has diverged, and now includes several functional programming features.