On Nov 7, 8:56 am, "Anton V. Belyaev" <[EMAIL PROTECTED]> wrote:
> I use REPL extensively while programming in Lisp and Python. Is there
> any way to enable REPL in TurboGears? It would be nice to be able, for
> example, to perform some queries or redefine some functions on a
> running server.

Perhaps you could make a controller than receives a form's textarea
field, and calls eval() on the whole thing? Maybe redirect the standard
output to the browser for the duration of that call as well. It would
be pretty horrific code, but it might let you perform some of the tasks
you want.

-- 
Ben Sizer


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to