@hackage mathlink1.1.0.2

Call Haskell from Mathematica

Provides a simple way to expose Haskell functions to Mathematica via the MathLink interface.

One defines a Haskell function of type (Expressible e1, Expressible e2) => e1 -> IO e2 and provides a pair of Strings that function analogously to the :Pattern: and :Arguments: directives for Mathematica's mprep utility.

The library provides instances of the Expressible class for many data types, including tuples, lists, arrays, and unboxed arrays.

The library does not use or require foreign export declarations, so may be used interactively.

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      32bit
       (off by default)

      Build and link against the 32-bit version of the MathLink library, instead of the 64-bt version.