I was wondering wheter anyone has written a SMALL haskell interpreter in haskell? (& if so to what level of sophistication?) I would like a compiled Haskell application to provide the user with the option of writing Haskell macros without including ghc into the executable, because ghc would be overkill. Sengan