Difference between revisions of "Pure"
(New version) |
Agyaanapan (talk | contribs) (add irc channel) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
|Short description=is a modern-style functional programming language based on term rewriting. | |Short description=is a modern-style functional programming language based on term rewriting. | ||
|Full description=Pure is a modern-style functional programming language based on term rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code. Pure is closely related to the author's Q language and is slated to eventually become its successor, since it offers many new and powerful features and programs run much faster than their Q equivalents. (OTOH, Q still offers many more library modules right now. Most of these will eventually be ported to Pure, but this will take some time.) | |Full description=Pure is a modern-style functional programming language based on term rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code. Pure is closely related to the author's Q language and is slated to eventually become its successor, since it offers many new and powerful features and programs run much faster than their Q equivalents. (OTOH, Q still offers many more library modules right now. Most of these will eventually be ported to Pure, but this will take some time.) | ||
− | |Homepage URL=https:// | + | |Homepage URL=https://agraef.github.io/pure-lang/ |
− | | | + | |Version download=https://github.com/agraef/pure-lang/releases/tag/pure-0.68 |
+ | |Is High Priority Project=No | ||
|Computer languages=C++ | |Computer languages=C++ | ||
+ | |Decommissioned or Obsolete=No | ||
|Related projects=LLVM,Q | |Related projects=LLVM,Q | ||
|Keywords=compiler,interpreter,matrix,pattern matching,functional,rewrite | |Keywords=compiler,interpreter,matrix,pattern matching,functional,rewrite | ||
− | |Version identifier=0. | + | |Version identifier=0.68 |
− | |Version date= | + | |Version date=2018/04/11 |
|Version status=beta | |Version status=beta | ||
− | + | |Last review by=Mojo | |
− | |Last review by= | + | |Last review date=2018/08/03 |
− | |Last review date= | ||
− | |||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |User level=intermediate |
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
|Is GNU=No | |Is GNU=No | ||
|License verified date=2008-11-06 | |License verified date=2008-11-06 | ||
Line 22: | Line 24: | ||
{{Project license | {{Project license | ||
|License=GPLv3orlater | |License=GPLv3orlater | ||
− | |License verified by= | + | |License copyright=https://agraef.github.io/pure-docs/pure.html#copying |
− | |License verified date= | + | |License verified by=agyaanapan |
+ | |License verified date=2021-06-16 | ||
+ | |License note=https://agraef.github.io/pure-docs/pure.html#copying | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line | ||
+ | |Software-development=programming-language | ||
+ | |Use=software-development | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=No | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
}} | }} | ||
{{Person | {{Person | ||
Line 29: | Line 44: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=Dr.Graef@t-online.de | |Email=Dr.Graef@t-online.de | ||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience=Developer | + | |Resource audience=Ruby (Ref) |
+ | |Resource URL=https://rubygems.org/gems/pure | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer (old versions) | ||
|Resource kind=Download | |Resource kind=Download | ||
|Resource URL=http://code.google.com/p/pure-lang/downloads/list | |Resource URL=http://code.google.com/p/pure-lang/downloads/list | ||
Line 41: | Line 59: | ||
|Resource URL=http://pure-lang.googlecode.com/ | |Resource URL=http://pure-lang.googlecode.com/ | ||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=Bug Tracking |
− | | | + | |Resource URL=https://github.com/agraef/pure-lang/issues |
− | | | + | }} |
+ | {{Resource | ||
+ | |Resource audience=Documentation | ||
+ | |Resource kind=General | ||
+ | |Resource URL=https://agraef.github.io/pure-docs/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Mailing List | ||
+ | |Resource URL=http://groups.google.com/group/pure-lang | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://github.com/agraef/pure-lang/wiki/Download | ||
+ | }} | ||
+ | {{EntryDetails | ||
+ | |Is High Priority Project=No | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |IRC general=irc://irc.freenode.net/pure-lang | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 15:24, 15 June 2021
Pure
https://agraef.github.io/pure-lang/
is a modern-style functional programming language based on term rewriting.
Pure is a modern-style functional programming language based on term rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code. Pure is closely related to the author's Q language and is slated to eventually become its successor, since it offers many new and powerful features and programs run much faster than their Q equivalents. (OTOH, Q still offers many more library modules right now. Most of these will eventually be ported to Pure, but this will take some time.)
IRC general channel
- irc://irc.freenode.net/pure-lang
Licensing
License
Verified by
Verified on
Notes
License
Verified by
agyaanapan
Verified on
16 June 2021
Leaders and contributors
Contact(s) | Role |
---|---|
Albert Graef | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer (old versions) | Download | http://code.google.com/p/pure-lang/downloads/list |
Ruby (Ref) | https://rubygems.org/gems/pure | |
Bug Tracking | https://github.com/agraef/pure-lang/issues | |
Download | https://github.com/agraef/pure-lang/wiki/Download | |
Documentation | General | https://agraef.github.io/pure-docs/ |
Mailing List | http://groups.google.com/group/pure-lang | |
Developer | Homepage | http://pure-lang.googlecode.com/ |
Software prerequisites
Kind | Description |
---|---|
Required to build | {{{Prerequisite description}}} |
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.