Difference between revisions of "Pure"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Pure |Short description=is a modern-style functional programming language based on term rewriting. |Full description=Pure is a modern-style functional programming l...")
 
Line 4: Line 4:
 
|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.)
 
|User level=intermediate
 
|User level=intermediate
 +
|Status=Live
 +
|Component programs=
 +
|Homepage URL=http://code.google.com/p/pure-lang/
 +
|VCS checkout command=
 +
|Computer languages=C++
 +
|Documentation note=
 +
|Paid support=
 +
|IRC help=
 +
|IRC general=
 +
|IRC development=
 +
|Related projects=LLVM,Q
 +
|Keywords=compiler,interpreter,matrix,pattern matching,functional,rewrite
 +
|Is GNU=n
 +
|Last review by=Kelly Hopkins
 +
|Last review date=2008-11-07
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.8
+
|Version identifier=0.13
 
|Version date=2008-11-06
 
|Version date=2008-11-06
 
|Version status=beta
 
|Version status=beta
|Version download=http://downloads.sourceforge.net/pure-lang/pure-0.8.tar.gz?modtime=1222606402&big_mirror=0
+
|Version download=http://pure-lang.googlecode.com/files/pure-0.13.tar.gz
 
|License verified date=2008-11-06
 
|License verified date=2008-11-06
 
|Version comment=
 
|Version comment=
 +
}}
 +
{{Person
 +
|Role=Maintainer
 +
|Real name=Albert Graef
 +
|Email=Dr.Graef@t-online.de
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Download
 +
|Resource URL=http://code.google.com/p/pure-lang/downloads/list
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Homepage
 +
|Resource URL=http://pure-lang.googlecode.com/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Software-development=programming-language
 +
|Use=software-development
 
}}
 
}}
 
{{Project license
 
{{Project license

Revision as of 08:23, 12 April 2011


[edit]

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" IRC general channel
irc://irc.freenode.net/pure-lang





Licensing

License

Verified by

Verified on

Notes

Verified by

agyaanapan

Verified on

16 June 2021




Leaders and contributors

Contact(s)Role
Albert Graef Maintainer


Resources and communication

AudienceResource typeURI
Developer (old versions)Downloadhttp://code.google.com/p/pure-lang/downloads/list
Ruby (Ref)https://rubygems.org/gems/pure
Bug Trackinghttps://github.com/agraef/pure-lang/issues
Downloadhttps://github.com/agraef/pure-lang/wiki/Download
DocumentationGeneralhttps://agraef.github.io/pure-docs/
Mailing Listhttp://groups.google.com/group/pure-lang
DeveloperHomepagehttp://pure-lang.googlecode.com/


Software prerequisites

KindDescription
Required to build{{{Prerequisite description}}}




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.