[Haskell-beginners] GHCI in my app...
Sean Charles
sean at objitsu.com
Sun Jul 10 22:01:35 CEST 2011
On 10/07/11 18:57, Felipe Almeida Lessa wrote:
> Hey!
>
> I don't know how to answer your question. I just wanted to say that
> some kind of integration of GHCi with the internals of a running
> program may be useful as a 'manhole', e.g. on web apps. Something
> like what Twisted have [1].
That'smy point! I have *already* done that, I just "telnet localhost
3000" and I get a prompt up I can enter commands that I have implemented.
What I am after is if I can embed the GHCI code and just have it work...
until then I am continuing down my chosen path with it to just get it
working
> Cheers!
>
> [1] http://www.lothar.com/tech/twisted/manhole.xhtml
>
More information about the Beginners
mailing list