Difference between revisions of "Sather"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=sather |Short description=Object-oriented language |Full description=An object-oriented language with garbage collection, statically-checked strong typing, multiple...")
 
m (upt. desc, title & URLs)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=sather
+
|Name=GNU Sather
 
|Short description=Object-oriented language
 
|Short description=Object-oriented language
|Full description=An object-oriented language with garbage collection, statically-checked strong typing, multiple inheritance, separate implementations and type inheritance, parameterized classes, dynamic dispatch, iteration abstraction, higher-order routines and iters, exception handling assertions, preconditions, postconditions, and class invariants. Code can be compiled into C code and can link with C object files. As a special feature, complete internationalization (including unicode) is a native part of the included library.
+
|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.
|User level=none
 
|Status=Live
 
|Component programs=
 
 
|Homepage URL=http://savannah.gnu.org/projects/sather
 
|Homepage URL=http://savannah.gnu.org/projects/sather
|VCS checkout command=
+
|User level=advanced
 +
|VCS checkout command= bzr branch http://bzr.savannah.gnu.org/r/sather/trunk
 
|Computer languages=Sather
 
|Computer languages=Sather
 
|Documentation note=User reference manual available at www.gnu.org/software/sather/Doc/Tutorial.html/index.html
 
|Documentation note=User reference manual available at www.gnu.org/software/sather/Doc/Tutorial.html/index.html
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=object-oriented,development,C,li18n,sather
 
|Keywords=object-oriented,development,C,li18n,sather
|Is GNU=y
 
|Last review by=Janet Casey
 
|Last review date=2007-07-09
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Version identifier=1.2.3
 
|Version identifier=1.2.3
|Version date=2007-07-07
+
|Version date=2007/07/07
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://ftp.gnu.org/gnu/sather/sather-1.2.3.tar.bz2
 
|Version download=http://ftp.gnu.org/gnu/sather/sather-1.2.3.tar.bz2
 +
|Version comment=1.2.3 released 2007-07-07
 +
|Last review by=Genium
 +
|Last review date=2015/10/24
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Status=
 +
|Is GNU=Yes
 +
|GNU package identifier=sather
 +
|License verified date=2001-02-01
 +
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Janet Casey
 
|License verified date=2001-02-01
 
|License verified date=2001-02-01
|Version comment=1.2.3 released 2007-07-07
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Michael Taylor
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Michael Taylor
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Alexander Blazej
 
|Role=Contributor
 
|Role=Contributor
|Real name=Alexander Blazej
 
 
|Email=ablazej@gnu.org
 
|Email=ablazej@gnu.org
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=John Newman
 
|Role=Contributor
 
|Role=Contributor
|Real name=John Newman
 
 
|Email=jnewman@cs.waikata.ac.nz
 
|Email=jnewman@cs.waikata.ac.nz
 
|Resource URL=
 
|Resource URL=
Line 60: Line 59:
 
|Resource kind=Newsgroup
 
|Resource kind=Newsgroup
 
|Resource URL=comp.lang.sather
 
|Resource URL=comp.lang.sather
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://bzr.savannah.gnu.org/lh/sather/trunk/files
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
|Software-development=compiler,programming-language
+
|Software-development=compiler, programming-language
 
|Use=software-development
 
|Use=software-development
}}
 
{{Project license
 
|License=GPLv3orlater
 
|License verified by=Janet Casey
 
|License verified date=2001-02-01
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 79: Line 78:
 
|Prerequisite description=Tcl/Tk 8.0
 
|Prerequisite description=Tcl/Tk 8.0
 
}}
 
}}
 +
{{Featured}}

Revision as of 15:51, 24 October 2015


[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































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.