[Haskell-cafe] Re: [Haskell] ANNOUNCE: Harpy -- run-time code generation library

Dirk Kleeblatt klee at cs.tu-berlin.de
Fri May 11 12:25:15 EDT 2007


Justin Bailey wrote:
> On 5/11/07, *Dirk Kleeblatt* <klee at cs.tu-berlin.de 
> <mailto:klee at cs.tu-berlin.de>> wrote:
>     we're pleased to announce the first release of Harpy.
> 
> Impressive.  Does the library require that an assembler ( e.g. MASM) be 
> installed?

No, it doesn't, it's doing all the dirty stuff using the foreign 
function interface. Harpy just allocates memory blocks and directly 
writes opcodes into them. One of the goals of Harpy was being able to 
run generated code without big overhead, like starting external programs.

- Dirk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3212 bytes
Desc: S/MIME Cryptographic Signature
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20070511/191a45fb/smime.bin


More information about the Haskell-Cafe mailing list