[Haskell-cafe] Is there in Haskell the eval function?

Waldemar Biernacki wb at sao.pl
Thu Oct 22 07:07:00 EDT 2009


Thank you Martijn!

> You mean like in interpreted languages?
Naturally! My mistake.

> > I'd like to write an application which has to be compiled to exec file. It is neccessary to performe some additional procedures which are unknown at the moment of the compilition.
> 
> You could use the GHC libraries, or Hint which is built on top of GHC. 
> I've used it before and it works pretty nicely.
> 
> http://hackage.haskell.org/package/hint

At first sight it seems be what I'm looking for. I'll try.

Thank you for the help!

wb.


More information about the Haskell-Cafe mailing list