Path to this page:
Subject: CVS commit: wip/pure
From: crocusino
Date: 2011-09-26 23:17:28
Message id: E1R8IYc-0003gx-50@sfs-ml-3.v29.ch3.sourceforge.com
Log Message:
Import pure-0.47 as wip/pure.
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.
Files: