#jython IRC Log (v0.9)

Index

IRC Log for 2012-06-26

Timestamps are in GMT/BST.

[0:56] * r0bby (~wakawaka@guifications/user/r0bby) Quit (Ping timeout: 245 seconds)
[1:01] <jimbaker`> codedivine, yes, the fact that there's a conversion pipeline from java bytecode to dex is the problem. it can be circumvented. 1) do ahead-of-time compilation; 2) use a VM running on top of the JVM (and its equivalent dex impl), this is the python bytecode vm, see the impl in org.python.core.PyBytecode
[1:01] <jimbaker`> both are good choices
[1:02] <jimbaker`> as in both need to be implemented for android, not to mention other platforms with similar write-your-own-bytecode restrictions
[1:25] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) Quit (Quit: Leaving)
[2:10] * lheuer1 (~Adium@blfd-4d082f05.pool.mediaWays.net) has joined #jython
[2:10] * lheuer (~Adium@blfd-4d082fee.pool.mediaWays.net) Quit (Ping timeout: 244 seconds)
[2:52] * fwierzbicki (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (Ping timeout: 265 seconds)
[2:52] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[4:03] * juneau001 (~juneau@50.44.51.220) Quit (Quit: Take care...)
[5:35] * int3__ (~int3__@69.170.160.74) Quit (Remote host closed the connection)
[5:46] * int3____away (~int3__@ip-64-134-224-63.public.wayport.net) has joined #jython
[6:29] * int3____away (~int3__@ip-64-134-224-63.public.wayport.net) Quit (Remote host closed the connection)
[7:19] * pjenvey (~pjenvey@underboss.org) Quit (Write error: Broken pipe)
[7:19] * pjenvey_ (~pjenvey@underboss.org) has joined #jython
[7:23] * int3____away (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) has joined #jython
[7:33] * lheuer1 is now known as lheuer
[7:36] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (*.net *.split)
[7:36] * jabley (u2487@gateway/web/irccloud.com/x-swneorwufavmpmvm) Quit (*.net *.split)
[7:56] * int3_____ (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) has joined #jython
[7:56] * int3____away (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[7:57] * int3____away (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) has joined #jython
[7:57] * int3_____ (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) Quit (Read error: Connection reset by peer)
[8:10] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) has joined #jython
[8:10] * jabley (u2487@gateway/web/irccloud.com/x-avoxacclzevateup) has joined #jython
[8:19] * int3____away (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) Quit (Remote host closed the connection)
[8:22] * int3__ (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) has joined #jython
[8:26] * int3__ (~int3__@99-119-64-75.lightspeed.sntcca.sbcglobal.net) Quit (Remote host closed the connection)
[8:59] * fwierzbicki_ (~frank@99-106-170-105.lightspeed.sntcca.sbcglobal.net) Quit (*.net *.split)
[9:07] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) has joined #jython
[10:17] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) Quit (Quit: seletz)
[10:31] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) has joined #jython
[10:37] * wmeissner (~wmeissner@110.93.16.202) has joined #jython
[11:10] * juneau001 (~juneau@131.225.170.23) has joined #jython
[11:17] * juneau001_ (~juneau@fess-116326.dhcp.fnal.gov) has joined #jython
[11:20] * juneau001 (~juneau@131.225.170.23) Quit (Ping timeout: 264 seconds)
[11:20] * juneau001_ is now known as juneau001
[11:36] * codedivine (415f0e91@gateway/web/freenode/ip.65.95.14.145) has joined #jython
[11:37] <codedivine> Hi
[11:38] <codedivine> jimbaker i hope you see this :)
[11:39] <codedivine> there is apparently a library that converts JVM bytecode to DEX bytecode that can run on an android device
[11:42] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) Quit (Quit: seletz)
[11:44] <codedivine> jimbaker : see here: https://github.com/headius/dexclient
[11:45] <codedivine> Apparently it basically just wraps around dx utility from google, which converts JVM bytecode to DEX
[11:46] <codedivine> and gives you the ability to convert JVM bytecode to DEX on-device if you ship the dx.jar with your app
[11:49] <codedivine> if this works, then ahead-of-time compilation may not be necessary
[12:40] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) has joined #jython
[13:09] * wmeissner (~wmeissner@110.93.16.202) Quit (Ping timeout: 240 seconds)
[13:55] * ctismer_afk is now known as ctismer
[13:56] * ctismer is now known as ctismer_afk
[13:59] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) Quit (Remote host closed the connection)
[13:59] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) has joined #jython
[14:00] * seletz_ (~seletz@business-178-015-118-087.static.arcor-ip.net) has joined #jython
[14:04] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) Quit (Ping timeout: 252 seconds)
[14:04] * seletz_ is now known as seletz
[14:07] * svennb (~svennb@h62-92-118-75.q-free.com) has joined #jython
[14:08] * enebo (~enebo@174-20-178-12.mpls.qwest.net) has joined #jython
[14:21] * ctismer_afk is now known as ctismer
[14:44] * ctismer is now known as ctismer_afk
[14:45] * ctismer_afk is now known as ctismer
[15:28] * ctismer is now known as ctismer_afk
[16:16] * enebo (~enebo@174-20-178-12.mpls.qwest.net) Quit (Quit: enebo)
[16:23] <jimbaker`> codedivine, worth asking headius from #jruby about, since it is 2 years old in that repo, they may have better options now
[16:31] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) Quit (Remote host closed the connection)
[16:31] * seletz (~seletz@business-178-015-118-087.static.arcor-ip.net) has joined #jython
[16:50] * wainersm (wainersm@nat/ibm/x-bypoomsrxkveeuyv) has joined #jython
[17:03] * shashank (shanka.mns@nat/google/x-qlaspthrdljpemeb) has joined #jython
[17:44] * enebo (~enebo@174-20-178-12.mpls.qwest.net) has joined #jython
[17:50] * ctismer_afk is now known as ctismer
[18:17] * Oti (~ohumbel@adsl-84-227-68-63.adslplus.ch) has joined #jython
[18:22] * codedivine (415f0e91@gateway/web/freenode/ip.65.95.14.145) Quit (Quit: Page closed)
[18:42] * ctismer is now known as ctismer_afk
[18:43] * vayer (~vayer@173-164-129-225-SFBA.hfc.comcastbusiness.net) has joined #jython
[18:44] * ctismer_afk is now known as ctismer
[18:49] * ctismer is now known as ctismer_afk
[19:02] * wainersm (wainersm@nat/ibm/x-bypoomsrxkveeuyv) Quit (Read error: Operation timed out)
[19:14] * juneau001 (~juneau@fess-116326.dhcp.fnal.gov) Quit (Quit: juneau001)
[19:32] * pjenvey_ (~pjenvey@underboss.org) Quit (Quit: ZNC - http://znc.sourceforge.net)
[19:33] * pjenvey (~pjenvey@underboss.org) has joined #jython
[19:37] * wainersm (wainersm@nat/ibm/x-ghdjgdilpcuktxtv) has joined #jython
[20:25] * ciziar (~textual@81-225-140-103-no12.tbcn.telia.com) has joined #jython
[20:52] * wainersm (wainersm@nat/ibm/x-ghdjgdilpcuktxtv) Quit (Quit: Ex-Chat)
[21:51] * wmeissner (~wmeissner@120.22.43.218) has joined #jython
[22:07] * wmeissner (~wmeissner@120.22.43.218) Quit (Quit: wmeissner)
[22:19] * enebo (~enebo@174-20-178-12.mpls.qwest.net) Quit (Quit: enebo)
[22:23] * enebo (~enebo@174-20-178-12.mpls.qwest.net) has joined #jython
[22:27] * enebo (~enebo@174-20-178-12.mpls.qwest.net) Quit (Client Quit)

Index

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