01:13:36 sellout- [~Adium@c-24-61-13-161.hsd1.ma.comcast.net] has joined #ccl 01:17:41 hargettp [~hargettp@pool-71-184-185-93.bstnma.east.verizon.net] has joined #ccl 02:07:22 -!- hargettp [~hargettp@pool-71-184-185-93.bstnma.east.verizon.net] has quit [Quit: Leaving...] 10:28:22 hargettp [~hargettp@pool-71-184-185-93.bstnma.east.verizon.net] has joined #ccl 10:33:41 -!- rme [rme@8559C0CE.1A06B3E5.699BA7A6.IP] has quit [Ping timeout] 10:35:03 -!- rme [~rme@50.43.179.138] has quit [Ping timeout: 258 seconds] 10:44:30 rme [~rme@50.43.144.13] has joined #ccl 10:50:32 -!- rme [~rme@50.43.144.13] has quit [Ping timeout: 240 seconds] 10:59:56 tfb [~tfb@92.41.69.184.threembb.co.uk] has joined #ccl 11:03:34 rme [~rme@50.43.151.243] has joined #ccl 11:07:40 -!- rme [~rme@50.43.151.243] has quit [Ping timeout: 240 seconds] 11:16:28 rme_ [~rme@50.43.191.75] has joined #ccl 11:24:34 rme [~rme@50.43.159.213] has joined #ccl 11:25:18 -!- rme [rme@5358370A.DEBDCB80.699BA7A6.IP] has quit [Ping timeout] 11:25:19 -!- rme_ is now known as rme 11:26:33 -!- rme_ [~rme@50.43.191.75] has quit [Ping timeout: 248 seconds] 11:31:25 -!- rme [rme@BA36F1AA.F0008889.699BA7A6.IP] has quit [Ping timeout] 11:32:57 -!- rme [~rme@50.43.159.213] has quit [Ping timeout: 248 seconds] 11:33:48 rme [~rme@50.43.160.92] has joined #ccl 11:44:38 -!- rme [rme@AFE28121.9AB02A83.699BA7A6.IP] has quit [Ping timeout] 11:45:43 -!- rme [~rme@50.43.160.92] has quit [Ping timeout: 252 seconds] 11:47:04 rme [~rme@50.43.151.40] has joined #ccl 11:54:39 -!- orivej [~orivej@host-31-152-66-217.spbmts.ru] has quit [Ping timeout: 255 seconds] 11:57:49 -!- hargettp [~hargettp@pool-71-184-185-93.bstnma.east.verizon.net] has quit [Quit: Leaving...] 12:03:45 hargettp [~hargettp@pool-71-184-185-93.bstnma.east.verizon.net] has joined #ccl 14:51:08 -!- alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 15:44:13 -!- milanj [~milanj_@79-101-138-223.dynamic.isp.telekom.rs] has quit [Ping timeout: 240 seconds] 16:56:48 milanj [~milanj_@79-101-138-223.dynamic.isp.telekom.rs] has joined #ccl 17:52:09 -!- tfb [~tfb@92.41.69.184.threembb.co.uk] has quit [Ping timeout: 248 seconds] 18:04:59 gz_ [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #ccl 18:06:09 -!- gz [Clozure@clozure-123267BA.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout] 18:07:26 -!- gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout: 252 seconds] 18:07:26 -!- gz_ is now known as gz 18:12:00 -!- hargettp [~hargettp@pool-71-184-185-93.bstnma.east.verizon.net] has quit [Quit: Leaving...] 18:36:24 -!- gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Quit: gz] 18:37:54 gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has joined #ccl 18:53:37 hargettp [~hargettp@pool-71-184-185-93.bstnma.east.verizon.net] has joined #ccl 19:16:49 I'm looking at a problem with trivial-garbage, it doesn't acknowledge CCL supports weak hashtables. I'm aware of :key, I'm aware of :value, is there a :key-and-value or :key-or-value for supporting *that* mode? 19:17:47 I take that back - it seems it's accurately only failing on key-or-value hashtables - is there an alternative? 19:31:06 -!- sellout- [~Adium@c-24-61-13-161.hsd1.ma.comcast.net] has quit [Ping timeout: 240 seconds] 19:38:01 I take it all back - I could do the job with 2 hashtables . . . :) 19:39:02 -!- gz [~gz@209-6-49-85.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com] has quit [Quit: gz] 20:36:28 Separate question. . . Is there something in the CCL system that's the equivalent of a timer? I.e. a "Run after X seconds have passed" entity. . . 21:19:34 anRch [~markmilli@64.134.103.220] has joined #ccl 21:54:46 Modius: you could use something like (ccl:process-run-function "run-after" #'(lambda (n) (sleep n) (print 'yow)) 4) 22:20:00 -!- milanj [~milanj_@79-101-138-223.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 22:30:46 -!- anRch [~markmilli@64.134.103.220] has quit [Quit: anRch] 22:44:19 I should commit my timeout package 22:44:43 It implements (with-timeout()) and (run-at-time...) using a single additional thread 22:45:11 But it currently requires GBBopen for its queues 23:57:25 sellout- [~Adium@c-24-61-13-161.hsd1.ma.comcast.net] has joined #ccl