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

Martijn van Steenbergen martijn at van.steenbergen.nl
Thu Oct 22 04:45:45 EDT 2009


Waldemar Biernacki wrote:
> Is there the eval function like in imperative languages? 

You mean like in interpreted languages?

> 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

HTH,

Martijn.


More information about the Haskell-Cafe mailing list