[Haskell-cafe] Alternatives to hs-plugins?

Nils Anders Danielsson nad at cs.chalmers.se
Thu Oct 6 11:35:41 EDT 2005


On Thu, 06 Oct 2005, John Goerzen <jgoerzen at complete.org> wrote:

> I'm wondering if there are any alternatives?  Can a Haskell program
> using Hugs call Hugs to evaluate an arbitrary hunk of code?

Although it is not very efficient you can of course call Hugs and
parse its output. I have some working code in

  http://www.cs.chalmers.se/~nad/repos/diagnostic/Haskell.hs

which you can build on if you want to.

-- 
/NAD



More information about the Haskell-Cafe mailing list