Sather

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. Wikipedia

Created Year: 1990
Designed by: GNU Project
Developed by: Steve Omohundro
Named after: Sather Tower

Wikidata: Q602012

Programming paradigms: object-oriented programmingfunctional programming

Hello World in Sather

class MAIN is
   main is 
      loop 
         #OUT + "Hello World\n" 
      end 
   end
end

Search on GitHub


Latest data update: 2026-02-09