mathlink-1.0.0.1: Call Haskell from Mathematica

The mathlink package

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

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

Data whose types are instances of the Expressible class can be marshaled to/from Mathematica. The library already provides instances for many data types, including tuples, lists, and unboxed arrays.

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

Properties

Versions0.1.0.0, 0.1.0.1, 0.1.0.2, 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.1.0.1, 1.1.0.2, 2.0.0.3, 2.0.0.4, 2.0.0.5, 2.0.0.7, 2.0.1.1
Dependenciesarray (0.2.*), base (4.0.*), containers (0.2.*), mtl (≥1.1.0.2 & <1.2)
LicenseBSD3
CopyrightCopyright (c) Tracy Wadleigh 2008, 2009
AuthorTracy Wadleigh
Maintainer<tracy.wadleigh@gmail.com>
Stabilityexperimental
CategoryForeign
Home pagehttp://community.haskell.org/~TracyWadleigh/mathlink
Bug trackermailto:tracy.wadleigh@gmail.com?subject=dev-mathlink
Source repositorydarcs get http://community.haskell.org/~TracyWadleigh/darcs/mathlink/
Upload dateMon Jan 26 23:05:50 UTC 2009
Uploaded byTracyWadleigh
Build failureghc-6.12 (log), ghc-7.4 (log)

Modules

Downloads