Comment by lispm

12 years ago

Does it provide integrated interactive error handling, break loops, debugging of compiled code, ...

It doesn't have a similar error handling system to lisp or scheme no, but it does have an interactive debugger, and the code does get compiled when you're in ghci (including whatever modules you have loaded).