[Haskell-cafe] running ghci simply

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Mon Sep 6 04:08:55 EDT 2010


On 6 September 2010 18:00, Johann Bach <johann.bach1127 at gmail.com> wrote:
> Regarding runhaskell: the last time I tried it, it compiled the
> program, but I want to use the interpreter. I have a script-like
> application in which the code will be changing frequently and I want
> to run it and see the results quickly.

Unless on Windows it does something differently, that shouldn't
happen: on *nix it just interprets the file and doesn't compile it.

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list