Difference between revisions of "Easejs"
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=ease.js | + | |Name=GNU ease.js |
− | |Short description=Classical object-oriented framework for JavaScript | + | |Short description=Classical object-oriented framework for JavaScript. |
− | |Full description= | + | |Full description='''ease.js''' is a Classical Object-Oriented framework for JavaScript, intended to eliminate boilerplate code and “ease” the transition into JavaScript from other Object-Oriented languages. Current support includes: |
* Simple and intuitive class definitions | * Simple and intuitive class definitions | ||
Line 11: | Line 11: | ||
* Static and constant members | * Static and constant members | ||
|Homepage URL=https://www.gnu.org/software/easejs/ | |Homepage URL=https://www.gnu.org/software/easejs/ | ||
+ | |Is High Priority Project=No | ||
|VCS checkout command=git clone git://git.savannah.gnu.org/easejs.git | |VCS checkout command=git clone git://git.savannah.gnu.org/easejs.git | ||
− | |Documentation note= | + | |Documentation note=https://www.gnu.org/software/easejs/manual.html |
− | |Version identifier=0. | + | |
− | |Version date= | + | https://mikegerwitz.com/papers/coope.html |
− | |Version status= | + | |
− | |Version download= | + | |
− | |Last review by= | + | |Decommissioned or Obsolete=No |
− | |Last review date= | + | |Donate=https://my.fsf.org/donate/ |
+ | |Related projects=gnustandards | ||
+ | |Version identifier=0.2.9 | ||
+ | |Version date=2017/11/07 | ||
+ | |Version status=stable | ||
+ | |Version download=https://ftp.gnu.org/gnu/easejs/easejs-0.2.9.tar.gz | ||
+ | |Last review by=Bendikker | ||
+ | |Last review date=2019/01/24 | ||
|Submitted by=Genium | |Submitted by=Genium | ||
− | |Submitted date=2013/12/ | + | |Submitted date=2013/12/26 |
− | | | + | |Paid support=https://www.fsf.org/resources/service/ |
+ | |Accepts cryptocurrency donations=Yes | ||
+ | |OpenPGP signature=https://ftp.gnu.org/gnu/easejs/easejs-0.2.9.tar.gz.sig | ||
+ | |Test entry=No | ||
|Is GNU=Yes | |Is GNU=Yes | ||
|GNU package identifier=easejs | |GNU package identifier=easejs | ||
Line 27: | Line 38: | ||
{{Project license | {{Project license | ||
|License=GPLv3orlater | |License=GPLv3orlater | ||
+ | |License copyright=Copyright (C) 2013, 2014 Free Software Foundation, Inc. | ||
|License verified by=genium | |License verified by=genium | ||
− | |License verified date= | + | |License verified date=2014/08/14 |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Person | {{Person | ||
Line 41: | Line 46: | ||
|Role=Author and maintainer | |Role=Author and maintainer | ||
|Email=mikegerwitz@gnu.org | |Email=mikegerwitz@gnu.org | ||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Savannah (Ref) |
− | |Resource kind= | + | |Resource URL=https://savannah.gnu.org/projects/easejs/ |
− | |Resource URL=https:// | + | }} |
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://web.cvs.savannah.gnu.org/viewvc/easejs/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://git.savannah.gnu.org/cgit/easejs.git/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/help-easejs/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=https://lists.gnu.org/mailman/listinfo/bug-easejs/ | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind= | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/easejs-dev/ |
− | |Resource URL=https:// | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind=Mailing List | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/info-easejs/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Mailing List | |
− | |Resource kind=Mailing List | + | |Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=Download | |
− | |Resource kind= | + | |Resource URL=https://ftp.gnu.org/gnu/easejs/ |
− | |Resource URL= | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | + | |Resource kind=General | |
− | |Resource kind= | + | |Resource URL=https://savannah.gnu.org/people/ |
− | |Resource URL= | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Programming-language=javascript | |Programming-language=javascript | ||
+ | |Runs-on=GNU/Linux | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 15:55, 4 December 2020
GNU ease.js
https://www.gnu.org/software/easejs/
Classical object-oriented framework for JavaScript.
ease.js is a Classical Object-Oriented framework for JavaScript, intended to eliminate boilerplate code and “ease” the transition into JavaScript from other Object-Oriented languages. Current support includes:
- Simple and intuitive class definitions
- Classical inheritance
- Abstract classes and methods
- Interfaces
- Visibility (public, protected and private members)
- Static and constant members
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Mike Gerwitz | Author and maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
VCS Repository Webview | https://web.cvs.savannah.gnu.org/viewvc/easejs/ | |
General | https://savannah.gnu.org/people/ | |
VCS Repository Webview | https://git.savannah.gnu.org/cgit/easejs.git/ | |
Download | https://ftp.gnu.org/gnu/easejs/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/easejs/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/easejs-dev/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/help-easejs/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/info-easejs/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/bug-easejs/ |
Software prerequisites
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.