#jython IRC Log (v0.9)

Index

IRC Log for 2013-12-12

Timestamps are in GMT/BST.

[3:01] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[3:23] * mike_af (~mike_af@50-77-49-46-static.hfc.comcastbusiness.net) Quit (Ping timeout: 245 seconds)
[3:40] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[3:55] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 260 seconds)
[4:11] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[4:21] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[4:21] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 252 seconds)
[4:59] * r0bby_ (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[5:39] * r0bby_ (~wakawaka@cpe-68-174-56-147.hvc.res.rr.com) has joined #jython
[5:39] * r0bby_ (~wakawaka@cpe-68-174-56-147.hvc.res.rr.com) Quit (Changing host)
[5:39] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[6:33] * lheuer (~Adium@f049197061.adsl.alicedsl.de) has joined #jython
[6:33] * lheuer (~Adium@f049197061.adsl.alicedsl.de) Quit (Changing host)
[6:33] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[7:36] * lheuer1 (~Adium@f048204138.adsl.alicedsl.de) has joined #jython
[7:39] * lheuer (~Adium@unaffiliated/lheuer) Quit (Ping timeout: 264 seconds)
[11:21] * lheuer1 is now known as lheuer
[11:21] * lheuer (~Adium@f048204138.adsl.alicedsl.de) Quit (Changing host)
[11:21] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[12:07] * lheuer (~Adium@unaffiliated/lheuer) Quit (Quit: Leaving.)
[12:12] * oscar_toro (~Thunderbi@194.182.245.61) has joined #jython
[12:16] * lheuer (~Adium@f048204138.adsl.alicedsl.de) has joined #jython
[12:16] * lheuer (~Adium@f048204138.adsl.alicedsl.de) Quit (Changing host)
[12:16] * lheuer (~Adium@unaffiliated/lheuer) has joined #jython
[13:24] * dothebart (~willi@mail.outgesourced.org) Quit (Remote host closed the connection)
[14:01] * zz_whg is now known as whg
[14:15] * mcurve (~quassel@pop.nakinasystems.com) Quit (Remote host closed the connection)
[14:17] * mcurve (~quassel@pop.nakinasystems.com) has joined #jython
[14:46] * oscar_toro (~Thunderbi@194.182.245.61) Quit (Ping timeout: 260 seconds)
[14:52] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[15:10] * r0bby_ (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 252 seconds)
[16:17] * mike_af (~mike_af@50-77-49-46-static.hfc.comcastbusiness.net) has joined #jython
[16:54] * fluxdude (~fluxdude@unaffiliated/fluxdude) has joined #jython
[17:03] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[17:14] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[18:01] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) Quit (Ping timeout: 260 seconds)
[18:20] * fluxdude (~fluxdude@unaffiliated/fluxdude) Quit (Quit: fluxdude)
[18:26] * whg is now known as zz_whg
[18:26] * zz_whg is now known as whg
[18:41] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) has joined #jython
[19:36] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) has joined #jython
[19:42] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[19:44] * Symbiosisz (~Symbiosis@d67-193-128-93.home3.cgocable.net) has joined #jython
[19:45] <Symbiosisz> Does anyone happen to know where I can download replacejythonc from? My attempts at Googling are failing me.
[19:54] <jimbaker> Symbiosisz, the only replacement for jythonc is something like the clamp project; some early docs here: https://github.com/jimbaker/clamped
[19:58] <Symbiosisz> jimbaker: thanks!
[19:59] <jimbaker> Symbiosisz, if you end up using it, i would love your feedback; we also a big TODO here - https://github.com/jythontools/clamp#todo
[20:01] <Symbiosisz> jimbaker: I was wondering how the clamped approach differs from jython -m compileall
[20:02] <Symbiosisz> I'm not completely certain what precisely this clamped library does
[20:02] <jimbaker> Symbiosisz, so clamp implicitly uses compileall, because of the use of setuptools
[20:03] <jimbaker> however, compileall does not generate proxies, because class definitions are in python executed when running the top-level script during import (or potentially even later, of course)
[20:04] <Symbiosisz> I certainly appreciate your effort in explaining it to me, but I'd be lying if I said I understand any of that.
[20:04] <Symbiosisz> jimbaker: Fairly new to programming.
[20:04] <Symbiosisz> The main thing that brought me here is most of my experience is in Python. I'm trying to learn Java, but there's some stuff I'd like to still do in Python, so I'd like to be able to write some code in Python and call it from Java.
[20:04] <jimbaker> Symbiosisz, yeah, no worries. let's just say then that because python is a dynamic language, lots of stuff happens at runtime
[20:05] <jimbaker> Symbiosisz, so clamp would seem to work for you then
[20:05] <Symbiosisz> Awesome, alright. I'll read over this read me first before I use your time with questions. Thanks a lot :)
[20:05] <jimbaker> such as the specific bit here, https://github.com/jimbaker/clamped#clamped-demonstrating-the-clamp-package
[20:18] <Symbiosisz> jimbaker: I believe I'm starting to get a bit of a grasp of what clamped does. I'm wondering what exactly differs between jython -m compileall and clamped, though? You mentioned that clamped implicitly calls jython -m compileall, but what exactly is ti adding on top?
[20:19] <Symbiosisz> When I did jython -m compileall I was abl eto get a .class file out of it, but I haven't figured out how to use it yet. For me that approach seems a bit more comfortable if it's as easy as just compiling it and effectively having a java class that I can use
[20:19] <Symbiosisz> but I'm not sure if it's mroe complicated than that
[20:19] <jimbaker> clamp uses setuptools, so that's how compileall works
[20:19] <jimbaker> with it
[20:20] <jimbaker> the generated class files from compileall cannot be directly used from java
[20:20] <jimbaker> however, clamp-generated class files can be
[20:20] <jimbaker> that's the big diff
[20:20] <jimbaker> iab
[20:20] <jimbaker> biab
[20:21] <Symbiosisz> Ahh, okay. That makes sense then. Thank you :)
[20:25] * Symbiosisz (~Symbiosis@d67-193-128-93.home3.cgocable.net) Quit (Remote host closed the connection)
[22:07] * mike_af_ (~mike_af@50-77-49-46-static.hfc.comcastbusiness.net) has joined #jython
[22:08] * mike_af (~mike_af@50-77-49-46-static.hfc.comcastbusiness.net) Quit (Ping timeout: 260 seconds)
[22:47] * whg is now known as zz_whg
[22:48] * r0bby_ (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 252 seconds)
[22:49] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[22:55] * r0bby_ (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 272 seconds)
[23:04] * ivan` (~ivan@unaffiliated/ivan/x-000001) Quit (Ping timeout: 272 seconds)
[23:11] * ivan` (~ivan@unaffiliated/ivan/x-000001) has joined #jython
[23:16] * mike_af_ (~mike_af@50-77-49-46-static.hfc.comcastbusiness.net) Quit (Remote host closed the connection)
[23:27] * enebo (~enebo@c-75-73-8-169.hsd1.mn.comcast.net) Quit (Quit: enebo)
[23:44] * r0bby_ (~wakawaka@guifications/user/r0bby) has joined #jython
[23:57] * oscar_toro (~Thunderbi@80-62-162-242-static.dk.customer.tdc.net) Quit (Ping timeout: 260 seconds)

Index

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