
Is it possible to implement a REPL (Read-eval-print loop) in Haskell ? Many thanks in advance, Aaron

The answer is yes, but could you elaborate? What exactly are you wanting? Do
you want something similar to ghci? Are you wanting to implement a REPL for
some other language in haskell? REPL for haskell, in haskell?
- Job
On Mon, Dec 20, 2010 at 12:47 PM, Aaron Gray
Is it possible to implement a REPL (Read-eval-print loop) in Haskell ?
Many thanks in advance,
Aaron
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

You might want to look at Malcolm Wallace's HMake - there is both the code and a paper describing it. Quoting the paper: "hi - hmake interactive - is a small program, itself written in Haskell, which imitates many of the interactive features of Hugs."
participants (3)
-
Aaron Gray
-
Job Vranish
-
Stephen Tetley