02:22:26 -!- rme [~rme@50.43.140.219] has quit [Quit: rme] 02:23:19 rme [~rme@50.43.140.219] has joined #ccl 03:30:25 DataLinkDroid [~DataLinkD@1.148.134.16] has joined #ccl 03:48:50 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 04:06:18 -!- bzzbzz [~franco@modemcable151.155-57-74.mc.videotron.ca] has quit [*.net *.split] 04:59:46 bzzbzz [~franco@modemcable151.155-57-74.mc.videotron.ca] has joined #ccl 05:19:30 -!- bzzbzz [~franco@modemcable151.155-57-74.mc.videotron.ca] has quit [*.net *.split] 05:43:34 -!- DataLinkDroid [~DataLinkD@1.148.134.16] has quit [Read error: Connection reset by peer] 06:02:37 -!- rme [rme@5C71B326.2D6491A5.699BA7A6.IP] has quit [Quit: rme] 06:02:37 -!- rme [~rme@50.43.140.219] has quit [Quit: rme] 06:16:14 DataLinkDroid [~DataLinkD@1.148.134.16] has joined #ccl 06:37:22 bzzbzz [~franco@modemcable151.155-57-74.mc.videotron.ca] has joined #ccl 08:25:06 DataLink_ [~DataLinkD@CPE-124-184-255-139.lns14.cht.bigpond.net.au] has joined #ccl 08:26:59 -!- DataLinkDroid [~DataLinkD@1.148.134.16] has quit [Ping timeout: 260 seconds] 08:54:54 -!- DataLink_ [~DataLinkD@CPE-124-184-255-139.lns14.cht.bigpond.net.au] has quit [Quit: Bye] 08:55:14 DataLinkDroid [~DataLinkD@CPE-124-184-255-139.lns14.cht.bigpond.net.au] has joined #ccl 11:27:43 jdz [~jdz@89.201.99.128] has joined #ccl 12:06:13 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 13:02:05 Vivitron` [~Vivitron`@pool-98-110-213-33.bstnma.fios.verizon.net] has joined #ccl 14:37:37 -!- alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 14:44:55 -!- sellout42 [~Adium@75-25-126-88.lightspeed.sjcpca.sbcglobal.net] has quit [Quit: Leaving.] 14:45:43 sellout42 [~Adium@75-25-126-88.lightspeed.sjcpca.sbcglobal.net] has joined #ccl 14:52:39 alms_ [~alms_@209-6-130-32.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 15:08:37 -!- asedeno_work [~asedeno@74.125.59.113] has quit [Ping timeout: 240 seconds] 15:21:37 asedeno_work [asedeno@nat/google/x-zbmezzjuiqagdlre] has joined #ccl 16:20:35 -!- asedeno_work [asedeno@nat/google/x-zbmezzjuiqagdlre] has quit [Read error: Operation timed out] 16:21:03 asedeno_work [asedeno@nat/google/x-waypxndykajxlgqq] has joined #ccl 17:55:47 rme [~rme@50.43.140.219] has joined #ccl 18:28:42 -!- jdz [~jdz@89.201.99.128] has quit [Ping timeout: 244 seconds] 19:39:00 tfb [~tfb@restormel.cley.com] has joined #ccl 21:15:28 -!- rme [rme@5C71B326.2D6491A5.699BA7A6.IP] has quit [Quit: rme] 21:15:28 -!- rme [~rme@50.43.140.219] has quit [Quit: rme] 21:18:59 -!- DataLinkDroid [~DataLinkD@CPE-124-184-255-139.lns14.cht.bigpond.net.au] has quit [Quit: Bye] 22:17:19 _8david [~user@port-92-195-41-46.dynamic.qsc.de] has joined #ccl 22:18:38 -!- lichtblau [~user@port-92-195-41-46.dynamic.qsc.de] has quit [Ping timeout: 246 seconds] 22:43:55 -!- tfb [~tfb@restormel.cley.com] has quit [Quit: gone] 22:57:49 dented42 [~dented42@b-martin-tech-mac-4.scl.utah.edu] has joined #ccl 23:04:37 will the garbage collector handle cocoa objects? or will I need to retain and release those? 23:54:45 The later. Notably, Apple removed support for GC. They had it briefly, but no more. 23:54:52 I don't know why, GC works nicely in lisp. 23:54:59 and a lot of other programming languages. 23:55:59 I use a wrapper class that does the retaining/releaseing and that has #+ccl (defmethod ccl:terminate ((self wrapper)) (setf (handle self) nil)) ; to release when the wrapper is GC'ed. 23:57:27 See http://fossil.informatimago.com/patchwork/artifact/3ef718a073ff2c19ae6e453579e92ad1009d2172