Difference between revisions of "Gforth"
(added categories, resource info & related project) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
|Name=GNU Forth | |Name=GNU Forth | ||
− | |Short description= | + | |Short description=Forth implementation of the GNU project. |
− | |Full description='''Gforth''' is a fast and portable implementation of the ANS Forth language. It works nicely with [[Emacs]], offers some nice features such as input completion and history and a powerful locals facility, and a manual. Gforth | + | |Full description='''Gforth''' is a fast and portable implementation of the ANS Forth language. It works nicely with the [[Emacs]] editor, offers some nice features such as input completion and history, backtraces, a decompiler and a powerful locals facility, and it has a comprehensive manual. Gforth combines traditional implementation techniques with newer techniques for portability and performance: its inner interpreter is direct threaded with several optimizations, but you can also use a traditional-style indirect threaded interpreter. |
+ | |||
+ | Gforth runs under GNU, BSD, and similar systems, MS Windows and MacOS and should not be hard to port to other systems supported by [[GCC]]. | ||
|Homepage URL=https://www.gnu.org/software/gforth/ | |Homepage URL=https://www.gnu.org/software/gforth/ | ||
+ | |Version download=https://ftp.gnu.org/gnu/gforth/gforth-0.7.3.tar.gz | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|VCS checkout command=git clone git://git.savannah.gnu.org/gforth.git | |VCS checkout command=git clone git://git.savannah.gnu.org/gforth.git | ||
|Computer languages=Forth | |Computer languages=Forth | ||
|Documentation note=https://www.complang.tuwien.ac.at/forth/gforth/Docs-html | |Documentation note=https://www.complang.tuwien.ac.at/forth/gforth/Docs-html | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
|Donate=https://my.fsf.org/donate/ | |Donate=https://my.fsf.org/donate/ | ||
Line 30: | Line 18: | ||
|Version date=2014/06/14 | |Version date=2014/06/14 | ||
|Version status=stable | |Version status=stable | ||
− | |||
|Last review by=Bendikker | |Last review by=Bendikker | ||
|Last review date=2019/01/03 | |Last review date=2019/01/03 | ||
Line 47: | Line 34: | ||
{{Project license | {{Project license | ||
|License=GPLv3orlater | |License=GPLv3orlater | ||
− | |License verified by= | + | |License copyright=Copyright (C) 1995,1996,1997,1998,1999,2003,2007,2013,2015,2016,2017,2018,2019,2020 Free Software Foundation, Inc. |
− | |License verified date= | + | |License verified by=Genium |
+ | |License verified date=2022-07-09 | ||
+ | |License note=https://git.savannah.gnu.org/cgit/gforth.git/tree/COPYING | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line | ||
+ | |Programming-language=C | ||
+ | |Runs-on=Windows, BSD, OS X, GNU/Linux | ||
+ | |Software-development=programming-language | ||
+ | |Use=software-development | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=Yes | ||
+ | |GNU package identifier=gforth | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=[[GCC]] 2.0 or later | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Weak prerequisite | ||
+ | |Prerequisite description=[[make | GNU make]] | ||
}} | }} | ||
{{Person | {{Person | ||
Line 61: | Line 69: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah |
− | |Resource URL=https:// | + | |Resource kind=VCS Repository Webview |
+ | |Resource URL=https://git.savannah.gnu.org/cgit/gforth.git/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience=Savannah | + | |Resource audience=Savannah |
+ | |Resource kind=Developer | ||
|Resource URL=https://savannah.gnu.org/projects/gforth/ | |Resource URL=https://savannah.gnu.org/projects/gforth/ | ||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
Line 81: | Line 87: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource kind= | + | |Resource audience=FTP |
− | |Resource URL= | + | |Resource kind=Download |
+ | |Resource URL=http://ftpmirror.gnu.org/gforth/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 89: | Line 96: | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=Anton Ertl | ||
|Resource kind=General | |Resource kind=General | ||
|Resource URL=https://www.complang.tuwien.ac.at/projects/forth.html | |Resource URL=https://www.complang.tuwien.ac.at/projects/forth.html | ||
}} | }} | ||
{{Resource | {{Resource | ||
+ | |Resource audience=Wikidata | ||
|Resource kind=General | |Resource kind=General | ||
− | |Resource URL=https:// | + | |Resource URL=https://www.wikidata.org/wiki/Q5555121 |
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource audience=Debian |
− | | | + | |Resource kind=Developer |
− | | | + | |Resource URL=https://tracker.debian.org/pkg/gforth |
− | |||
− | |||
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |Decommissioned or Obsolete=No |
− | + | |Related projects=vmgen | |
− | + | |Accepts cryptocurrency donations=No | |
− | | | + | |Test entry=No |
− | | | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 10:09, 9 July 2022
GNU Forth
https://www.gnu.org/software/gforth/
Forth implementation of the GNU project.
Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history, backtraces, a decompiler and a powerful locals facility, and it has a comprehensive manual. Gforth combines traditional implementation techniques with newer techniques for portability and performance: its inner interpreter is direct threaded with several optimizations, but you can also use a traditional-style indirect threaded interpreter.
Gforth runs under GNU, BSD, and similar systems, MS Windows and MacOS and should not be hard to port to other systems supported by GCC.
Related Projects
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
9 July 2022
Leaders and contributors
Contact(s) | Role |
---|---|
Anton Ertl | Maintainer |
Bernd Paysan | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
FTP | Download | http://ftpmirror.gnu.org/gforth/ |
Debian | Developer | https://tracker.debian.org/pkg/gforth |
Anton Ertl | General | https://www.complang.tuwien.ac.at/projects/forth.html |
Wikidata | General | https://www.wikidata.org/wiki/Q5555121 |
Savannah | VCS Repository Webview | https://git.savannah.gnu.org/cgit/gforth.git/ |
Mailing List | https://lists.gnu.org/mailman/listinfo/gforth/ | |
Savannah | Developer | https://savannah.gnu.org/projects/gforth/ |
Download | https://ftp.gnu.org/gnu/gforth/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-gforth/ |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | GNU make |
Required to build | GCC 2.0 or later |
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.