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
| Versions | 0.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 |
|---|---|
| Dependencies | array (0.2.*), base (4.0.*), containers (0.2.*), mtl (≥1.1.0.2 & <1.2) |
| License | BSD3 |
| Copyright | Copyright (c) Tracy Wadleigh 2008, 2009 |
| Author | Tracy Wadleigh |
| Maintainer | <tracy.wadleigh@gmail.com> |
| Stability | experimental |
| Category | Foreign |
| Home page | http://community.haskell.org/~TracyWadleigh/mathlink |
| Bug tracker | mailto:tracy.wadleigh@gmail.com?subject=dev-mathlink |
| Source repository | darcs get http://community.haskell.org/~TracyWadleigh/darcs/mathlink/ |
| Upload date | Mon Jan 26 23:05:50 UTC 2009 |
| Uploaded by | TracyWadleigh |
| Build failure | ghc-6.12 (log), ghc-7.4 (log) |
Modules
- Foreign
- Foreign.MathLink
- Foreign.MathLink.Expressible
- Foreign.MathLink.IO
- Foreign.MathLink
Downloads
- mathlink-1.0.0.1.tar.gz (Cabal source package)
- package description (included in the package)