hint: Runtime Haskell interpreter (GHC API wrapper)
This library defines an Interpreter
monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
expressions and even coerce them into values. The library is
thread-safe and type-safe (even the coercion of expressions to
values).
It is, esentially, a huge subset of the GHC API wrapped in a simpler
API. Works with GHC 6.10.x and 6.8.x
(this version was not tested with GHC 6.6).
[Skip to Readme]
Modules
[Index]
Downloads
- hint-0.3.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Versions [RSS] | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.4, 0.2.4.1, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.3.0, 0.3.3.1, 0.3.3.2, 0.3.3.3, 0.3.3.4, 0.3.3.5, 0.3.3.6, 0.3.3.7, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.2.3, 0.4.3, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.9.0.5, 0.9.0.6, 0.9.0.7, 0.9.0.8 (info) |
---|---|
Change log | Changes |
Dependencies | base (>=3 && <4.3), directory, filepath, ghc (>6.6 && <7), ghc-mtl, ghc-paths, haskell-src, MonadCatchIO-mtl, mtl, random, utf8-string (<1) [details] |
License | BSD-3-Clause |
Author | Daniel Gorin |
Maintainer | jcpetruzza@gmail.com |
Revised | Revision 2 made by HerbertValerioRiedel at 2015-01-24T20:48:18Z |
Category | Language, Compilers/Interpreters |
Home page | http://projects.haskell.org/hint |
Uploaded | by DanielGorin at 2009-01-22T19:41:19Z |
Distributions | Arch:0.9.0.6, Debian:0.9.0.3, Fedora:0.9.0.7, FreeBSD:0.4.2.3, LTSHaskell:0.9.0.8, NixOS:0.9.0.8, Stackage:0.9.0.8 |
Reverse Dependencies | 39 direct, 194 indirect [details] |
Downloads | 75526 total (315 in the last 30 days) |
Rating | 2.5 (votes: 4) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |