mathlink: A library for Mathematica's MathLink

[ bsd3, foreign, library ] [ Propose Tags ]

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.

Flags

Automatic Flags
NameDescriptionDefault
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

Maintainer's Corner

Package maintainers

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]
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-06T16:49:13Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 9267 total (35 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]