[Haskell-beginners] Decent Haskell REPL?

Jon Harrop jon at ffconsultancy.com
Sat Feb 20 10:31:31 EST 2010


On Friday 19 February 2010 18:46:30 Tom Tobin wrote:
> On Fri, Feb 19, 2010 at 1:57 PM, Jon Harrop <jon at ffconsultancy.com> wrote:
> > GHCI seems to require type definitions to be described in a separate file
> > and then loaded into the REPL, which is seriously tedious.
> >
> > Are there any Haskell REPLs that don't have such limitations and,
> > preferably, use JIT compilation instead of an interpreter?
>
> I run Haskell in an inferior shell in Emacs alongside haskell-mode;
> it's easy to get immediate feedback to my changes that way.

What's your procedure for getting ghci to interpret a type definition?

-- 
Dr Jon Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/?e


More information about the Beginners mailing list