1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Make the URL a link instead.

llvm-svn: 156655
This commit is contained in:
Bill Wendling 2012-05-11 22:38:33 +00:00
parent 6161587c9f
commit 9c0a4581e4

View File

@ -282,17 +282,17 @@ Release Notes</a>.</h1>
<div> <div>
<p>Pure (http://pure-lang.googlecode.com/) is an algebraic/functional <p><a href="http://pure-lang.googlecode.com/">Pure</a> is an
programming language based on term rewriting. Programs are collections of algebraic/functional programming language based on term rewriting. Programs
equations which are used to evaluate expressions in a symbolic fashion. The are collections of equations which are used to evaluate expressions in a
interpreter uses LLVM as a backend to JIT-compile Pure programs to fast symbolic fashion. The interpreter uses LLVM as a backend to JIT-compile Pure
native code. Pure offers dynamic typing, eager and lazy evaluation, lexical programs to fast native code. Pure offers dynamic typing, eager and lazy
closures, a hygienic macro system (also based on term rewriting), built-in evaluation, lexical closures, a hygienic macro system (also based on term
list and matrix support (including list and matrix comprehensions) and an rewriting), built-in list and matrix support (including list and matrix
easy-to-use interface to C and other programming languages (including the comprehensions) and an easy-to-use interface to C and other programming
ability to load LLVM bitcode modules, and inline C, C++, Fortran and Faust languages (including the ability to load LLVM bitcode modules, and inline C,
code in Pure programs if the corresponding LLVM-enabled compilers are C++, Fortran and Faust code in Pure programs if the corresponding
installed).</p> LLVM-enabled compilers are installed).</p>
<p>Pure version 0.54 has been tested and is known to work with LLVM 3.1 (and <p>Pure version 0.54 has been tested and is known to work with LLVM 3.1 (and
continues to work with older LLVM releases >= 2.5).</p> continues to work with older LLVM releases >= 2.5).</p>