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. WWW: https://code.google.com/p/pure-lang/ PR: ports/155647 Submitted by: Zhihao Yuan <lichray@gmail.com>
20 lines
483 B
Text
20 lines
483 B
Text
====
|
|
%%ETC%%Note that we installed a few Pure syntax highlighting
|
|
%%ETC%%files for the code editors in %%DATADIR%%/etc/
|
|
%%ETC%%
|
|
A text-based browser, such as one of following
|
|
|
|
lynx www/lynx
|
|
w3m www/w3m
|
|
|
|
is recommended to use the `help' command inside the
|
|
interpreter. Check pure(1) for details.
|
|
|
|
To enable the inline C/C++ code compilation, one of
|
|
following is required:
|
|
|
|
clang lang/clang
|
|
llvm-gcc4 lang/llvm-gcc4
|
|
|
|
Install them as needed.
|
|
====
|