The latest version of hint is 0.9.0.8-1.

hint

Version 0.1 revision 0 uploaded by DanielGorin.

Package meta

Synopsis
Runtime Haskell interpreter (GHC API wrapper)
Description

This library defines an Interpreter monad, inside which modules can be loaded, and strings with Haskell expressions can be evaluated, coerced into values, or type-checked. The library is thread-safe and all operations (even the coertion of expressions to values) are type-safe. It is, esentially, a huge subset of the GHC API wrapped in a simpler API. Tested with GHC 6.6.1.

Author
Daniel Gorin
Bug reports
n/a
Category
Language, Compilers/Interpreters
Copyright
n/a
Homepage
n/a
Maintainer
jcpetruzza@gmail.com
Package URL
n/a
Stability
n/a

Components