Difference between revisions of "Apl"

From Free Software Directory
Jump to: navigation, search
(new release)
m (Text replacement - "'''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 Introdu...)
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU APL
 
|Name=GNU APL
|Short description=free version of the programming language APL
+
|Short description=Interpreter for APL Programming Language.
 
|Full description=GNU APL is an interpreter for APL as described in ISO standard 13751, aka. "Programming Language APL, Extended".
 
|Full description=GNU APL is an interpreter for APL as described in ISO standard 13751, aka. "Programming Language APL, Extended".
  
Line 7: Line 7:
  
 
GNU APL has [https://github.com/lokedhs/gnu-apl-mode builtin support] for [[Emacs]] (''gnu-apl-mode'').
 
GNU APL has [https://github.com/lokedhs/gnu-apl-mode builtin support] for [[Emacs]] (''gnu-apl-mode'').
|Homepage URL=https://www.gnu.org/software/apl/
 
|User level=beginner
 
|VCS checkout command=svn co svn://svn.sv.gnu.org/apl
 
|Computer languages=C++
 
|Documentation note=[https://www.gnu.org/software/apl/apl.html info manual for GNU APL]
 
  
 
GNU APL has a predefined keyboard layout in order to produce APL characters when the "Alt" key is held down.  The layout can be customized by the program [[xmodmap]] and a new keyboard mapping table like "apl.xmodmap" provided in source:
 
GNU APL has a predefined keyboard layout in order to produce APL characters when the "Alt" key is held down.  The layout can be customized by the program [[xmodmap]] and a new keyboard mapping table like "apl.xmodmap" provided in source:
Line 18: Line 13:
  
 
Text files beginning with ''#!apl'' run the interpreter as a shell with the subsequent lines as input.
 
Text files beginning with ''#!apl'' run the interpreter as a shell with the subsequent lines as input.
 +
|Homepage URL=https://www.gnu.org/software/apl/
 +
|Is High Priority Project=No
 +
|VCS checkout command=svn co svn://svn.sv.gnu.org/apl
 +
|Documentation note=https://www.gnu.org/software/apl/apl.html
 +
 +
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 
|Keywords=apl
 
|Keywords=apl
|Version identifier=1.3
+
|Version identifier=1.7
|Version date=2014/03/27
+
|Version date=2017/03/17
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/apl/apl-1.3.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/apl/apl-1.7.tar.gz
|Last review by=Genium
+
|Last review by=Bendikker
|Last review date=2014/05/18
+
|Last review date=2019/01/21
 
|Submitted by=Genium
 
|Submitted by=Genium
 
|Submitted date=2013/09/28
 
|Submitted date=2013/09/28
|Status=
+
|User level=beginner
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/apl/apl-1.7.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=apl
 
|GNU package identifier=apl
 +
|Decommissioned/Obsolete=No
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License copyright=Dr. Jürgen Sauermann
+
|License verified by=Bendikker
|License verified by=genium
+
|License verified date=2018/05/03
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/apl/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/apl/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://svn.savannah.gnu.org/viewvc/apl/
 
}}
 
}}
{{Person
+
{{Resource
|Real name=Jürgen Sauermann
+
|Resource kind=Mailing List
|Role=Author and Maintainer of GNU APL
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-apl/
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Reporting Bugs
 
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-apl
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Reporting Bugs
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://ftp.gnu.org/gnu/apl/
|Resource URL=bug-apl@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=General
|Resource kind=VCS Repository Webview
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=http://svn.savannah.gnu.org/viewvc/?root=apl
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Programming-language=C++
 +
|Runs-on=BSD, GNU/Linux
 
|Software-development=programming-language
 
|Software-development=programming-language
 
|Use=software-development
 
|Use=software-development
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=[http://www.netlib.org/lapack/ lapack]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=[[readline]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=[[gettext]]
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite description="APL characters"
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=Unicode
+
|Prerequisite description="Terminal (-emulation) with Unicode support"
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 16:05, 4 December 2020


[edit]

GNU APL

https://www.gnu.org/software/apl/
Interpreter for APL Programming Language.

GNU APL is an interpreter for APL as described in ISO standard 13751, aka. "Programming Language APL, Extended".

This free version of the programming language APL has already implemented the latest and greatest features (nested arrays and related functions, complex numbers, shared variables) and is intended to be a full implementation of the standard.

GNU APL has builtin support for Emacs (gnu-apl-mode).

GNU APL has a predefined keyboard layout in order to produce APL characters when the "Alt" key is held down. The layout can be customized by the program xmodmap and a new keyboard mapping table like "apl.xmodmap" provided in source:

xmodmap apl.xmodmap

Text files beginning with #!apl run the interpreter as a shell with the subsequent lines as input.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

3 May 2018




Leaders and contributors

Resources and communication

AudienceResource typeURI
Generalhttps://savannah.gnu.org/people/
VCS Repository Webviewhttps://svn.savannah.gnu.org/viewvc/apl/
Savannah (Ref)https://savannah.gnu.org/projects/apl/
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/apl/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-apl/
Downloadhttps://ftp.gnu.org/gnu/apl/


Software prerequisites

KindDescription
Required to use"Terminal (-emulation) with Unicode support"




Entry




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