Difference between revisions of "Harpy"

From HaskellWiki
Jump to navigation Jump to search
(give Harpy its own page, Intro and examples)
(No difference)

Revision as of 05:05, 19 August 2008

Description

Harpy is a library for run-time x86 code generation in Haskell programs. Harpy requires several Haskell extensions and GHC-specific features (the Haskell FFI, Template Haskell, multi-parameter type classes and monad transformers).

Tutorials