#jython IRC Log (v0.9)

Index

IRC Log for 2016-11-28

Timestamps are in GMT/BST.

[13:42] * TomA (~TomA@2601:402:500:8e98:ed31:cbf8:5eca:e8a9) has joined #jython
[14:01] * TomA_ (~TomA@2601:402:500:8e98:71d8:9537:428b:ea38) has joined #jython
[14:05] * TomA (~TomA@2601:402:500:8e98:ed31:cbf8:5eca:e8a9) Quit (Ping timeout: 258 seconds)
[14:22] * stewori (~stefan@5.146.129.76) has joined #jython
[14:47] * xemdetia (xemdetia@nat/ibm/x-tggcvrijhcsyfpnw) has joined #jython
[14:54] * xemdetia (xemdetia@nat/ibm/x-tggcvrijhcsyfpnw) Quit (Ping timeout: 260 seconds)
[14:55] * xemdetia (xemdetia@nat/ibm/x-ioutwgabwgzxjelk) has joined #jython
[16:03] * TomA_ (~TomA@2601:402:500:8e98:71d8:9537:428b:ea38) Quit (*.net *.split)
[16:03] * cyraxjoe (~joe@2607:f0d0:1103:106:e::12c) Quit (*.net *.split)
[16:04] * TomA (~TomA@c-107-5-124-78.hsd1.mi.comcast.net) has joined #jython
[16:05] * cyraxjoe (~joe@2607:f0d0:1103:106:e::12c) has joined #jython
[16:28] * xentrac (~kragen@adjuvant.canonical.org) has joined #jython
[16:29] <xentrac> Hi. I have Jython embedded in my Java application, which is primarily single-threaded (there's a separate thread that receives network messages and enqueues tasks to handle them on the main thread). Is there an embeddable network-connectable Jython REPL I can use in this situation?
[16:30] <xentrac> I want to be able to run some kind of "REPL client", connect to the running process over a socket, and start evaluating expressions and executing statements on the main thread with the queuing thing I hacked together, sending the results back to the client, which could be a simple terminal app or something.
[16:31] <xentrac> Like https://github.com/aolshevskiy/rjyc, but that project seems to be abandoned and I'm not yet sure if I can hack the task-enqueuing thing into it.
[16:39] <xentrac> (and there's <http://www.enigmacurry.com/2009/03/01/jython-shell-server-adding-a-repl-to-any-java-app/>: "JythonShellServer works, but I only just wrote it this morning, so consider it alpha quality at the moment"
[16:39] <xentrac> )
[17:42] * srcerer_ is now known as srcerer
[17:48] * stewori (~stefan@5.146.129.76) Quit (Quit: Leaving.)
[18:32] <jimbaker> xentrac, pure python solutions should work. in general, jython supports standard console semantics, as well as standards around each piece of the REPL, such as evaluating some code. but i don't know this space
[18:33] <jimbaker> agronholm has worked with rpyc in the past, and i have tried execnet
[19:16] <xentrac> thanks! I didn't know about those
[23:36] * stewori (~stefan@5.146.129.76) has joined #jython

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).