#jython IRC Log (v0.9)

Index

IRC Log for 2013-06-27

Timestamps are in GMT/BST.

[0:00] <jimbaker> https://github.com/jimbaker/jython-storm-starter and
[0:00] <jimbaker> https://bitbucket.org/jimbaker/proxymaker
[0:00] <jimbaker> pjenvey, you might find this of interest as well
[0:02] <jimbaker> but as far as i can tell, this should make custom proxy making pretty open ended; in particular, we should be able to say create exposed like classes and feed them in through this hook
[0:02] <jimbaker> (eg stuff inheriting from PyObject and implementing __call__ for best performance, just like our internal types are done)
[0:03] <agronholm> will this enable applet writing in jython?
[0:03] <agronholm> (people are going to ask about that, I know it)
[0:04] <jimbaker> agronholm, i don't have enough insight into applet writing
[0:04] <jimbaker> so if you can give me a specific set of problems for that??? maybe
[0:04] <agronholm> writing applets requires a java entrypoint, a specific interface implemented in a class
[0:05] <jimbaker> yes, that's a goal of this work
[0:06] <jimbaker> you should be able to implement a proxy (wrapper) such that you can import into your java code, and building that will act as an object factory in jython
[0:07] <jimbaker> with minimal overhead; eg the proxy construction can be done in python as i do it here in https://github.com/jimbaker/jython-storm-starter/blob/master/clamp/__init__.py
[0:07] <jimbaker> note that hardcoding of serialVersionUID, prints, etc is just because this is early code
[0:08] <jimbaker> also i would like to add support in the custom proxy maker for such bytecode gen, but it should also be openended in case we don't anticipate a specific need
[0:08] <agronholm> it'll be interesting to see the polished version
[0:08] <agronholm> not that this isn't cool already
[0:08] <agronholm> :)
[0:09] <jimbaker> agronholm, definitely! and thanks! it really builds on some work that darjus did a while back. but i did simplify it by pushing it into python
[0:10] <jimbaker> in doing so, i found some missing functionality, so that's good
[1:30] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[1:31] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Client Quit)
[7:29] * JythonLogBot (~PircBot@74.50.59.201) Quit (Ping timeout: 248 seconds)
[7:29] * JythonLogBot disconnected - trying to reconnect...
[7:29] -calvino.freenode.net- *** Looking up your hostname...
[7:29] -calvino.freenode.net- *** Checking Ident
[7:29] -calvino.freenode.net- *** No Ident response
[7:29] -calvino.freenode.net- *** Couldn't look up your hostname
[21:48] -banks.freenode.net- *** Looking up your hostname...
[21:48] -banks.freenode.net- *** Checking Ident
[21:48] -banks.freenode.net- *** No Ident response
[21:48] -banks.freenode.net- *** Couldn't look up your hostname
[21:48] * JythonLogBot (~PircBot@74.50.59.201) has joined #jython
[21:48] * Topic is 'Try Jython 2.7b1 at http://tinyurl.com/d4s8qvd | This channel is logged: http://jython.extreme.st/irclogs/ | Please update the wiki: http://wiki.python.org/jython | Jython Book: http://jythonbook.com | Podcast: http://jython.org/jythonpodcast/'
[21:48] * Set by Juneau001!~Juneau@50-45-119-204.dklb.il.frontiernet.net on Tue Feb 12 23:33:36 UTC 2013
[21:48] * Oti (~ohumbel@adsl-178-38-206-36.adslplus.ch) 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).