
6 Oct
2005
6 Oct
'05
3:35 p.m.
On Thu, 06 Oct 2005, John Goerzen
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