mathlink: 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 ML ()
(a
Monad
built on top of IO
) and provides a pair of String
s 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.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
32bit | Build and link against the 32-bit version of the MathLink library, instead of the 64-bt version. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- mathlink-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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 && <0.3), base (>=4.0 && <4.1), containers (>=0.2 && <0.3), mtl (>=1.1.0.2 && <1.2) [details] |
Tested with | ghc ==6.10.1 |
License | BSD-3-Clause |
Copyright | Copyright (c) Tracy Wadleigh 2008, 2009 |
Author | Tracy Wadleigh |
Maintainer | <tracy.wadleigh@gmail.com> |
Category | Foreign |
Bug tracker | mailto:tracy.wadleigh@gmail.com?subject=dev-mathlink |
Uploaded | by TracyWadleigh at 2009-01-06T21:56:32Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 9492 total (52 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |