Difference between revisions of "Sather"

From Free Software Directory
Jump to: navigation, search
(resources)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Sather
 
|Name=GNU Sather
|Short description=Object-oriented language
+
|Short description=Object-oriented language.
 
|Full description='''Sather''' is an object-oriented programming language similar to Eiffel. It is designed to be simple, efficient, safe, and non-proprietary. It features garbage collection, statically-checked strong typing, multiple inheritance, parameterized classes and more. This package consists of a compiler, a class library, the language specification and programming manual, and a browser for displaying sources and directed graphs of class inheritance.
 
|Full description='''Sather''' is an object-oriented programming language similar to Eiffel. It is designed to be simple, efficient, safe, and non-proprietary. It features garbage collection, statically-checked strong typing, multiple inheritance, parameterized classes and more. This package consists of a compiler, a class library, the language specification and programming manual, and a browser for displaying sources and directed graphs of class inheritance.
 
|Homepage URL=https://www.gnu.org/software/sather/
 
|Homepage URL=https://www.gnu.org/software/sather/
Line 10: Line 10:
  
 
https://www.gnu.org/software/sather/docs-1.2/specification/sather-specification.html
 
https://www.gnu.org/software/sather/docs-1.2/specification/sather-specification.html
|Decommissioned/Obsolete=No
+
 
|Donate=https://my.fsf.org/donate
+
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 
|Keywords=object-oriented,development,C,li18n,sather
 
|Keywords=object-oriented,development,C,li18n,sather
 
|Version identifier=1.2.3
 
|Version identifier=1.2.3
|Version date=2007/07/07
+
|Version date=2001/03/13
|Version status=stable
+
|Version status=beta
|Version download=https://ftp.gnu.org/gnu/sather/sather-1.2.3.tar.bz2
+
|Version download=https://ftp.gnu.org/gnu/sather/sather-1.3-beta-7.tar.bz2
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/06/07
+
|Last review date=2019/01/19
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011/04/12
+
|Submitted date=2011/04/01
 
|User level=advanced
 
|User level=advanced
 +
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=sather
 
|GNU package identifier=sather
 +
|Decommissioned/Obsolete=No
 
|License verified date=2001-02-01
 
|License verified date=2001-02-01
 
}}
 
}}
Line 44: Line 62:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/sather
+
|Resource URL=https://savannah.gnu.org/projects/sather/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://bzr.savannah.gnu.org/lh/sather
+
|Resource URL=https://bzr.savannah.gnu.org/lh/sather/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/info-sather
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/info-sather/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-sather
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-sather/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/old-gnu/sather/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/sather
+
|Resource URL=https://ftp.gnu.org/gnu/sather/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 74: Line 100:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=Boehm GC
+
|Prerequisite description=[[Boehm GC]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=Tcl/Tk 8.0
+
|Prerequisite description=[[Tcl]]/[[Tk]] 8.0
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 07:04, 19 January 2019


[edit]

GNU Sather

https://www.gnu.org/software/sather/
Object-oriented language.

Sather is an object-oriented programming language similar to Eiffel. It is designed to be simple, efficient, safe, and non-proprietary. It features garbage collection, statically-checked strong typing, multiple inheritance, parameterized classes and more. This package consists of a compiler, a class library, the language specification and programming manual, and a browser for displaying sources and directed graphs of class inheritance.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

7 June 2018




Leaders and contributors

Contact(s)Role
Michael R. Taylor Maintainer


Resources and communication

AudienceResource typeURI
Downloadhttps://ftp.gnu.org/gnu/sather/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/info-sather/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-sather/
Debian (Ref)https://tracker.debian.org/pkg/sather
Generalhttps://savannah.gnu.org/people/
Savannah (Ref)https://savannah.gnu.org/projects/sather/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Downloadhttps://ftp.gnu.org/old-gnu/sather/
VCS Repository Webviewhttps://bzr.savannah.gnu.org/lh/sather/


Software prerequisites

KindDescription
Required to buildBoehm GC
Weak prerequisiteTcl/Tk 8.0




Entry







"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.

























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.