Simple compiler question

Mark Carroll mark@chaos.x-philes.com
Wed, 25 Jul 2001 14:39:06 -0400 (EDT)


Do any of the decent Haskell compilers allow you to just type function
definitions at an interpreter prompt and use them in subsequent
interactions, as you'd expect from a Lisp environment? I'm fed up of
editing a tiny file separately and typing :reload each time, etc. Surely
I'm missing something obvious?

-- Mark