Hacker News new | ask | show | jobs
by jamesbritt 6319 days ago
There is a Haskell REPL. ghci.
1 comments

Yes, but I am not aware of any program running in it. c.f. XMonad. It seems that the style is for complied code (and thus low-profile) with dynamic recompilation. This is effectively a REPL, but you technically do recompile. So more of a RCPL?