Package details
pd-pure: Pd loader for Pure scripts.
This plugin lets you write external Pd control objects in Pure. Pure
is a functional programming language based on the term rewriting
calculus, see http://pure-lang.googlecode.com.
This is still an experimental version, please report bugs to the
author.
In particular, note that the embedded Pure interpreter uses the same
kind of JIT compiler as the command line version, which may cause
annoying delays during startup, since the Pure functions are compiled
by the JIT when they are first used. (However, once all Pure objects
have been compiled to native code, they are executed very efficiently.)
With the current version of the LLVM JIT used by the Pure interpreter
there's no easy way around this, but we hope to fix this issue in a
future release.
Author: Albert Graef
This package has no releases.