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