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
- Instance of
- programming language
- Named after
- Sather Tower
- Developer
- GNU Project
- Official website
- www.gnu.org/software/sather
Show 6 more facts
- copyright license
- GNU General Public License, version 3.0
- software version identifier
- 1.2.3
- source code repository URL
- bzr.savannah.gnu.org/r/sather/trunk
- inception
- 1990-00-00
- programming paradigm
- functional programming
- typing discipline
- static typing
via Wikidata · CC0
~4 min read
Encyclopedic overview
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.
Excerpted from Wikipedia’s “Sather” article, available under the CC BY-SA 4.0 licence.