The mathlink package
Provides a simple way to expose Haskell functions to Mathematica via the MathLink interface. One defines a Haskell function of type ML () (a Monad built on top of IO) and provides a pair of Strings that function analogously to the :Pattern: and :Arguments: directives for Mathematica's mprep utility. Data can be marshaled either as an Expression or, more generally, as an instance of the Expressible class. 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 | Thu Jan 8 17:14:51 UTC 2009 |
| Uploaded by | TracyWadleigh |
| Built on | ghc-6.10 |
| Build failure | ghc-6.12 (log) |
Modules
Downloads
- mathlink-0.1.0.2.tar.gz (Cabal source package)
- package description (included in the package)