#jython IRC Log (v0.9)

Index

IRC Log for 2015-12-22

Timestamps are in GMT/BST.

[0:09] * Cheaterman (~cheaterma@unaffiliated/cheaterman) Quit (Quit: Lost terminal)
[0:12] * xemdetia (xemdetia@nat/ibm/x-vcbepjsmkieyhjxp) Quit (Ping timeout: 246 seconds)
[0:13] * cyraxjoe (~joe@CableLink205-241.telefonia.InterCable.net) Quit (Quit: No Ping reply in 180 seconds.)
[0:13] * cyraxjoe (~joe@CableLink205-241.telefonia.InterCable.net) has joined #jython
[0:13] * topi` (topi@kaverit.org) Quit (Ping timeout: 245 seconds)
[0:14] * topi` (topi@kaverit.org) has joined #jython
[1:10] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[3:27] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) has joined #jython
[3:29] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) Quit (Client Quit)
[12:35] * Arfrever (~Arfrever@apache/committer/Arfrever) has joined #jython
[12:35] * ChanServ sets mode +o Arfrever
[13:07] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) has joined #jython
[14:01] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[14:04] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) has joined #jython
[14:50] <Misdicorl> I have queue implemented in Java which takes a type annotation and capacity to instantiate. e.g. Queue test = new Queue<Object>(100). How do I instantiate this object from Jython with a specified type annotation?
[14:51] <agronholm> Misdicorl: type annotations are a compile time thing
[14:51] <agronholm> they don't exist at run time
[14:51] <agronholm> (unlike in python)
[14:52] <Misdicorl> so If I have a function: public void initialize( Queue<DataStructure> queue, ... )
[14:53] <agronholm> you just give it a Queue
[14:53] <Misdicorl> Jython: queue = Queue( 100 )
[14:53] <Misdicorl> initialize( queue, ... )
[14:53] <agronholm> yes
[14:53] <Misdicorl> weird
[14:53] <Misdicorl> ok, thanks
[14:53] <agronholm> what's weird? :)
[14:55] <Misdicorl> I dunno, just feels funky not to specify the type
[16:22] * eatkin (~eatkin@166.70.212.121) Quit (Quit: ZNC 1.6.2 - http://znc.in)
[16:32] * JStoker (jstoker@unaffiliated/jstoker) Quit (Ping timeout: 240 seconds)
[16:34] * JStoker (jstoker@unaffiliated/jstoker) has joined #jython
[16:34] * eatkin (~eatkin@166.70.212.121) has joined #jython
[16:39] * xemdetia (~xemdetia@pool-96-230-53-83.bstnma.fios.verizon.net) has joined #jython
[17:29] * xemdetia (~xemdetia@pool-96-230-53-83.bstnma.fios.verizon.net) Quit (Ping timeout: 245 seconds)
[18:55] * xemdetia (xemdetia@nat/ibm/x-xkfgeecpekcdgipg) has joined #jython
[19:51] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[20:43] * zesus_ is now known as zesus
[21:10] * Misdicorl (434f0e42@gateway/web/cgi-irc/kiwiirc.com/ip.67.79.14.66) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[21:24] * Cheaterman (~cheaterma@tms-server.com) has joined #jython
[21:24] * Cheaterman (~cheaterma@tms-server.com) Quit (Changing host)
[21:24] * Cheaterman (~cheaterma@unaffiliated/cheaterman) has joined #jython
[21:28] * Cheaterman (~cheaterma@unaffiliated/cheaterman) Quit (Client Quit)
[21:28] * Cheaterman (~cheaterma@tms-server.com) has joined #jython
[21:28] * Cheaterman (~cheaterma@tms-server.com) Quit (Changing host)
[21:28] * Cheaterman (~cheaterma@unaffiliated/cheaterman) has joined #jython
[22:03] * Arfrever (~Arfrever@apache/committer/Arfrever) Quit (Ping timeout: 255 seconds)
[23:03] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[23:07] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Remote host closed the connection)
[23:08] * robbyoconnor (~wakawaka@guifications/user/r0bby) has joined #jython
[23:10] * robbyoconnor (~wakawaka@guifications/user/r0bby) Quit (Read error: Connection reset by peer)
[23:22] * robbyoconnor (~wakawaka@guifications/user/r0bby) 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).