00:10:26 erikc [~erikc@CPE00222d53fe78-CM00222d53fe75.cpe.net.cable.rogers.com] has joined #sbcl 00:24:55 LiamH [~none@pool-74-96-4-63.washdc.east.verizon.net] has joined #sbcl 00:40:09 -!- ebobby [~fms@199.21.86.106] has quit [Quit: Lost terminal] 00:49:21 slyrus [~chatzilla@adsl-99-183-240-66.dsl.pltn13.sbcglobal.net] has joined #sbcl 00:56:41 -!- xymox [lechuck@unaffiliated/contempt] has quit [Ping timeout: 245 seconds] 00:57:46 xymox [lechuck@unaffiliated/contempt] has joined #sbcl 02:20:19 rpg [~rpg@216.243.156.16.real-time.com] has joined #sbcl 02:58:03 echo-area [~user@182.92.247.2] has joined #sbcl 03:13:11 -!- foreignFunction1 [~niksaak@94.27.89.89] has quit [Quit: Leaving.] 03:14:29 -!- easye [~user@213.33.70.157] has quit [Remote host closed the connection] 03:20:18 easye [~user@213.33.70.157] has joined #sbcl 03:26:24 attila_lendvai [~attila_le@92.47.204.232] has joined #sbcl 03:26:24 -!- attila_lendvai [~attila_le@92.47.204.232] has quit [Changing host] 03:26:24 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 03:51:37 -!- rpg [~rpg@216.243.156.16.real-time.com] has quit [Quit: rpg] 03:59:18 -!- LiamH [~none@pool-74-96-4-63.washdc.east.verizon.net] has quit [Ping timeout: 245 seconds] 04:13:33 Bike_ [~Glossina@67-5-253-220.ptld.qwest.net] has joined #sbcl 04:14:39 -!- Bike [~Glossina@67-5-253-220.ptld.qwest.net] has quit [Disconnected by services] 04:14:40 -!- Bike_ is now known as Bike 04:18:30 -!- edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has quit [Quit: end of paranoid activity] 04:42:38 LiamH [~none@pool-74-96-4-63.washdc.east.verizon.net] has joined #sbcl 04:52:58 -!- LiamH [~none@pool-74-96-4-63.washdc.east.verizon.net] has quit [Ping timeout: 256 seconds] 05:19:17 -!- ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has quit [Remote host closed the connection] 05:28:21 -!- FareWell [fare@nat/google/x-jiitjtoejvmuicbw] has quit [Ping timeout: 245 seconds] 05:29:00 -!- Fare [fare@nat/google/x-vxhujkdaqqclvbzb] has quit [Ping timeout: 264 seconds] 05:29:56 -!- erikc [~erikc@CPE00222d53fe78-CM00222d53fe75.cpe.net.cable.rogers.com] has quit [Quit: erikc] 05:32:32 prxq [~mommer@mnhm-5f75cc24.pool.mediaWays.net] has joined #sbcl 05:36:34 erikc [~erikc@CPE00222d53fe78-CM00222d53fe75.cpe.net.cable.rogers.com] has joined #sbcl 14:22:15 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 14:22:15 14:22:15 -!- names: ccl-logbot drmeister leuler pranavrc psilord FareWell Fare wbooze attila_lendvai yacks edgar-rft prxq jdz specbot minion easye tcr stassats` |3b| angavrilov xymox slyrus milosn_ akovalenko scymtym Posterdati_Fail Volundr foom kanru Vivitron danlentz meyersh p_l loke pkhuong pipping luis ivan`` pchrist brucem Tribal reb scymtym__ antoszka fe[nl]ix cmm- @Krystof cow-orker asedeno daimrod jsnell joshe _8david` christoph_debian antifuchs flip214 redline6561 14:23:28 stassats`: depends on which parts of the C runtime.... Some are tightly integrated with all sorts of code, from genesis to the type system. 14:25:03 erikc [~erikc@209.20.28.194] has joined #sbcl 14:26:12 pkhuong, I'm assuming numbers.lisp in the library would be a good pivot point to study code relevant to the number theory project? 14:26:54 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 240 seconds] 14:30:33 pranavrc: no, srctran.lisp 14:30:52 go in the SLIME REPL, type truncate, M-. on it 14:31:31 [oh, right, step 0: build and install SBCL from git] 14:31:42 pkhuong, that's done :) 14:31:54 There's an entry for (:DEFTRANSFORM TRUNCATE ((UNSIGNED-BYTE 64) (SB-INT:CONSTANT-ARG (UNSIGNED-BYTE 64))) "convert integer division to multiplication") 14:32:03 move the point to that line. 14:35:23 Read that, M-. around (M-, to pop back out). Some stuff will be hairy, e.g. DEFTRANSFORM. I wouldn't worry about it; it's mostly about parsing the body. The point is that it gets LVARs (an IR representation of values at program points) and returns code, or declines, e.g. via give-up-ir1-transform, which gives up on that specific transform. 14:38:25 pkhuong: congrats on being accepted :) 14:39:13 brucem: thank you! (and thanks Krystof for putting up with the admin stuff) 14:39:14 pkhuong, SLIME? Can I do this with a non-Emacs REPL? I'm more of a Vim guy, but if I have to learn Emacs, that's fine, I'll get to that 14:39:22 and yeah, congrats! :) 14:39:41 slime makes it easier 14:39:42 pranavrc: your life will be much harder without SLIME. 14:40:13 right, so I'll wrap my head around that 14:40:19 Some people write code in Vim and only use SLIME for the REPL and to explore the code. 14:40:36 there's emacs-evil for vimifying the experience 14:40:44 Other use Evil, emacs's vimish mode. 14:41:05 there are some slime-like offerings for vim, but i can't comment on their quality 14:41:12 and specifically, for sbcl development 14:41:20 And I don't know who can offer support. 14:42:14 Ah. Doesn't matter, Emacs was on my agenda anyway, so I'll get SLIME. 14:42:27 minion: please tell pranavrc about slime.mov 14:42:28 pranavrc: please look at slime.mov: "using SLIME" video by Marco Baringer, http://common-lisp.net/project/movies/movies/slime.mov 14:43:21 thanks! 14:51:55 I need to do some expectation management. The google docs suggest that new mentoring organizations typically get a very small number of slots in SoC: I've seen "one or two" mentioned. We may be able to swing more (if enough mentors sign up!) because of prior experience and mentors in education (with the long summer "vacation" hahaha) 14:53:03 So. Fine. I hope that interested students can remain interested even if they're not the lucky ones that get the google love. 14:53:32 there's always next year, where it won't be new anymore 14:54:09 It's allowable to work on projects without being paid, too. :) 14:54:22 and being a student 14:57:00 absolutely -- and I hope that interested mentors will also mentor whether or not they get the google tshirt 14:58:00 also, if we're aiming to maximise things -- getting good feedback from students back to google is a good way of increasing slots: so, quick responses to e-mails, nice behaviour on IRC, etc. 14:58:01 there's a t shirt? 14:58:21 there was back in 200x -- I have two GSoC t-shirts. Mostly I use them as draught excluders 14:59:20 bege [~bege@S0106001d7e5132b0.ed.shawcable.net] has joined #sbcl 14:59:52 in case anyone is wondering why I am not more on top of the admin: I am actually on holiday, and keeping two children from drawing on the walls / maiming each other is somewhat challenging 15:00:42 so any easy stuff like a 64x64px version of the coloured square logo would be just fine! 15:01:42 Bike [~Glossina@67-5-253-220.ptld.qwest.net] has joined #sbcl 15:01:57 all I know is imagemagick. GraD[C[C[C[C[C[C[Cphists tell me that makes me more dangerous than anything else ;) 15:02:24 milosn [~milosn@user-5af5076a.broadband.tesco.net] has joined #sbcl 15:02:33 I think I can do the logo (should be easy with gimp). Shall I? 15:02:49 *stassats`* tries to do it with vecto 15:04:32 I look forward to having 3 copies :) 15:04:33 -!- milosn_ [~milosn@user-5af50108.broadband.tesco.net] has quit [Ping timeout: 240 seconds] 15:04:34 thanks 15:07:14 Yesterday it was 65 x 65, now it's 64 x 64. Will the requirements keep shrinking? 15:08:58 leuler: now you know how the process people at Intel feel. 15:09:57 I think it is actually 65x65, if you want a one-pixel-wide white stripe 15:10:15 I have to relinquish the computer to children's videos now... 15:11:14 hopefully no Boohbah for the children. 15:12:13 brucem: how does dylan do cores/images? 15:12:25 pkhuong: we don't! 15:12:49 pkhuong: we compile to native executables. 15:13:46 myeah. I'm trying to see how to serialise an MPS heap. Not obvious yet. 15:14:04 I guess we might have to write our own block allocator. 15:15:17 pkhuong: mps-discussion  or email mps-staff for a private exchange. 15:15:49 I'll try and free up some more of my time before wasting others'. 15:17:08 pkhuong: i guess that technically we serialize a lot of data in Dylan to what the compiler calls heaps, but is really static data in the executable. now I'm not sure how that is handled for roots offhand. 15:26:33 cic_ [~connolly@Catnip.AI.SRI.COM] has joined #sbcl 15:29:08 Where shall I upload that logo? 15:29:32 http://paste.lisp.org/display/136584 15:37:17 leuler: I guess you could email it to Krystof. 15:39:54 -!- Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has quit [Remote host closed the connection] 15:40:09 Yes, after not seeing how to upload a binary png to paste.lisp.org, I came to exactly that conclusion. Mail sent. 15:40:54 success! 15:40:59 lol 15:41:39 -!- drmeister [~drmeister@farnsworth.chem.temple.edu] has quit [Remote host closed the connection] 15:56:15 Tuxedo [~tuxedo@bas3-cooksville17-3096516824.dsl.bell.ca] has joined #sbcl 15:57:37 LiamH [~none@aes048148.nrl.navy.mil] has joined #sbcl 16:04:43 -!- LiamH [~none@aes048148.nrl.navy.mil] has quit [Ping timeout: 264 seconds] 16:12:42 Quadrescence [~quad@unaffiliated/quadrescence] has joined #sbcl 16:14:57 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 256 seconds] 16:15:14 -!- FareWell [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Ping timeout: 256 seconds] 16:28:56 drmeister [~drmeister@farnsworth.chem.temple.edu] has joined #sbcl 16:48:36 foreignFunction [~niksaak@94.27.89.199] has joined #sbcl 16:59:08 -!- wbooze [~wbooze@xdsl-87-79-249-60.netcologne.de] has quit [Remote host closed the connection] 17:00:05 wbooze [~wbooze@xdsl-87-79-249-60.netcologne.de] has joined #sbcl 17:02:49 FareWell [fare@nat/google/x-pxeahkxnkmddmtap] has joined #sbcl 17:03:20 Fare [fare@nat/google/x-vxecjdrtquwcoyuh] has joined #sbcl 17:14:55 -!- edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has quit [Ping timeout: 264 seconds] 17:18:39 ykm [~ykm@124.155.255.230] has joined #sbcl 17:19:01 easy-iPad [~easyipad@chello080109062130.15.14.vie.surfer.at] has joined #sbcl 17:24:21 -!- slyrus [~chatzilla@adsl-99-183-240-66.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 248 seconds] 17:27:50 edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has joined #sbcl 17:37:36 -!- ykm [~ykm@124.155.255.230] has quit [Quit: Lost terminal] 17:46:49 attila_lendvai [~attila_le@92.47.204.232] has joined #sbcl 17:46:49 -!- attila_lendvai [~attila_le@92.47.204.232] has quit [Changing host] 17:46:49 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 17:53:47 nyef [~nyef@c-76-119-183-159.hsd1.ma.comcast.net] has joined #sbcl 17:53:59 Hello all. 17:54:50 I'm just reading through the GSOC ideas list, and... 6.12, "Precise stack scanning" says that threaded PPC uses a conservative stack scan. My question is, since when? 17:57:45 (Threaded PPC was originally implemented to use a fully-precise GC, to the point of having a different implementation of pinned objects because of it.) 18:00:11 I thought we just had gencgc there too? 18:01:14 It's gencgc, but against a partitioned register set with separate control and number stacks. 18:01:21 ah, ok. 18:01:41 So, any pages pointed to by the "pin list" get pinned, but otherwise it's fully precise. 18:02:18 And there's a bug or two in the implementation of WITH-PINNED-OBJECTS. Missing D-X declarations, specifically. 18:02:53 do i have to use with-pinned-objects if i access vector-sap, but process it on the lisp side only? 18:03:23 stassats`: yes. 18:03:24 yes 18:04:35 even if it's only in the dynamic-extent? 18:04:53 Yes, but I'm usually fairly naughty about it, as it typically won't break even on PPC (you need to catch a GC at the wrong time for it to go wrong), and even less likely on x86oids (since the vector pointer is probably in the conservative roots). 18:05:35 i just don't want to write two versions of encoding processing functions, one for saps, one for vectors 18:05:39 Oh, and x86-64 will probably be easier to convert to a precise scavenger than x86, because you can go with the PPC/SPARC model of a partitioned register set and separate control/number stacks there. x86 just doesn't have enough registers. 18:06:36 I wonder how terrible for performance that would be. 18:06:39 W-P-O should be cheap anyway, as x86oids just force a reference onto the stack, and PPC /should/ be using D-X consing to add the objects to the pin list. 18:07:09 Really should have a compile-time register map. :( 18:08:13 conservative on stack would already be huge 18:08:19 erh, precise on stack even 18:09:05 Yeah, a compile-time register map would be nice. Even nicer would be a map per stack frame as well. 18:10:40 (there's a recent report by Eric Marsden about a ppc-linux gc assertion going wrong) 18:11:35 sdemarre [~serge@91.180.126.217] has joined #sbcl 18:12:32 How recent is recent? 18:13:57 Actually, we possibly have most of a compile-time register map already. 18:14:36 With the caveat that the granularity is only to VOP boundaries, not actual instructions, thus rendering it almost useless for GC. 18:15:25 unless gc only runs at safepoints... 18:15:54 Fair enough. 18:16:17 -!- reb [user@nat/google/x-svhrcoxpvsmayjlk] has quit [Remote host closed the connection] 18:16:18 Of course, at that point, you can CLEAR the register set fairly simply. 18:16:31 reb [user@nat/google/x-tkoyxgawdyvbhkjw] has joined #sbcl 18:16:45 erh, our safepoint is a single instruction... 18:16:45 didn't CCL use dynamically parititioned register set? 18:16:56 You don't really want to force everything out to the stack every safepoint. 18:17:24 -!- pranavrc [~pranavrc@unaffiliated/pranavrc] has quit [Quit: Ping timeout: ] 18:17:29 also, regalloc can be tweaked to obey a per-component stack map. 18:21:20 -!- redline6561 [~redline65@li69-162.members.linode.com] has quit [Quit: ZNC - http://znc.in] 18:23:28 -!- erikc [~erikc@209.20.28.194] has quit [Ping timeout: 245 seconds] 18:23:44 nyef: last release recent 18:24:52 Ah, found it. 18:26:24 Hrm. room.test.sh failing is possibly not abnormal, but the defstruct one... 18:26:44 ... don't know, and don't currently have a working PPC machine set up. 18:27:25 ASau [~user@p4FF9673F.dip.t-dialin.net] has joined #sbcl 18:29:21 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 18:29:55 ignotus [~ignotus@unaffiliated/ignotus] has joined #sbcl 18:30:44 hi, where can I get more info about using hash tables in a multi threaded environment? Is it possible to only protect the hash table access during writes, and don't use mutexes for reading? 18:32:09 SBCL? yes. 18:34:18 pkhuong: is this written somewhere? I'm googling right now but can't really find useful info 18:35:34 I don't think so. 18:36:09 sb-ext:with-locked-hash-table? 18:39:03 stassats`: I'm thinking about using locikng to synchronize writers, but using the readers without locking, just simple gethash-ing 18:39:04 details of CCL GC: http://ccl.clozure.com/manual/chapter17.2.html#Register-and-stack-usage-conventions 18:39:52 https://groups.google.com/forum/?fromgroups=#!topic/sbcl-help-archive/NtG3r0oGaC0 ah, here it is 18:52:42 ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has joined #sbcl 18:57:13 redline6561 [~redline65@li69-162.members.linode.com] has joined #sbcl 19:07:44 -!- scymtym [~user@ip-178-202-214-83.unitymediagroup.de] has quit [Read error: Connection reset by peer] 19:18:33 slyrus [~chatzilla@173-228-44-92.dsl.static.sonic.net] has joined #sbcl 19:22:08 -!- easy-iPad [~easyipad@chello080109062130.15.14.vie.surfer.at] has quit [Quit: Outta here?] 19:25:39 davazp [~user@92.251.159.187.threembb.ie] has joined #sbcl 19:34:35 easy-iPad [~easyipad@chello080109062130.15.14.vie.surfer.at] has joined #sbcl 19:45:35 scymtym [~user@ip-178-202-214-83.unitymediagroup.de] has joined #sbcl 19:49:42 -!- easy-iPad [~easyipad@chello080109062130.15.14.vie.surfer.at] has quit [Quit: Outta here?] 19:51:41 -!- prxq [~mommer@mnhm-5f75fb4e.pool.mediaWays.net] has quit [Quit: Leaving] 19:53:55 -!- davazp [~user@92.251.159.187.threembb.ie] has quit [Ping timeout: 264 seconds] 19:59:04 -!- stassats` [~stassats@wikipedia/stassats] has quit [Ping timeout: 256 seconds] 20:04:14 Ralt [Ralt@2a01:7e00::f03c:91ff:feae:6c69] has joined #sbcl 20:04:33 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Read error: Operation timed out] 20:08:29 Bike_ [~Glossina@63-230-173-174.ptld.qwest.net] has joined #sbcl 20:11:28 -!- Bike [~Glossina@67-5-253-220.ptld.qwest.net] has quit [Ping timeout: 256 seconds] 20:12:07 easy-iPad [~easyipad@chello080109062130.15.14.vie.surfer.at] has joined #sbcl 20:12:31 -!- Fare [fare@nat/google/x-vxecjdrtquwcoyuh] has quit [Ping timeout: 264 seconds] 20:12:48 -!- FareWell [fare@nat/google/x-pxeahkxnkmddmtap] has quit [Ping timeout: 264 seconds] 20:13:49 -!- Bike_ is now known as Bike 20:14:09 logo deployed at https://google-melange.appspot.com/gsoc/org/google/gsoc2013/sbcl 20:14:17 go me^Wleuler 20:17:53 It has become 63x63 now ... I was right with the progressional shrinking :-) 20:22:41 actually I reread the instructions 20:22:52 it said "make sure it is smaller than 65x65px" 20:22:58 pbatko [5949569b@gateway/web/freenode/ip.89.73.86.155] has joined #sbcl 20:23:24 I was tempted to try a 65x64 version but in the end decided to be thoroughly literal and chopped one pixel off around the border :-) 20:25:02 -!- easy-iPad [~easyipad@chello080109062130.15.14.vie.surfer.at] has quit [Quit: Outta here?] 20:25:59 -!- sdemarre [~serge@91.180.126.217] has quit [Ping timeout: 256 seconds] 20:27:23 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Ping timeout: 252 seconds] 20:31:34 :-) 20:32:40 4 squares ((: 20:33:15 (well done) (: 20:34:56 careful cooperation 20:35:16 By the way, who designed that logo originally? 20:35:42 I think Brian Mastenbrook 20:36:14 agree, I think it was chandler 20:38:39 Thanks. 20:47:55 erikc [~erikc@CPE00222d53fe78-CM00222d53fe75.cpe.net.cable.rogers.com] has joined #sbcl 20:52:11 *cmm-* doesn't get the logo 20:53:36 cmm-: you're so modern ;) 20:53:57 -!- easye [~user@213.33.70.157] has quit [Remote host closed the connection] 20:54:08 one square is for steel, one is for banks, one is for commonality, one is for lisp. 20:55:16 easye [~user@213.33.70.157] has joined #sbcl 20:56:20 LiamH [~none@pdp8.nrl.navy.mil] has joined #sbcl 21:02:33 antifuchs: but the colors must mean something, right? 21:02:51 you may very well think that, but I couldn't possibly comment 21:03:08 s/modern/senile/ 21:07:07 -!- wbooze [~wbooze@xdsl-87-79-249-60.netcologne.de] has quit [Ping timeout: 260 seconds] 21:18:43 -!- leuler [~user@p548FAE76.dip.t-dialin.net] has quit [Quit: ERC Version 5.1.2 $Revision: 1.796.2.6 $ (IRC client for Emacs)] 21:23:45 clearly, sbcl's manual needs the equivalent of this http://www.clisp.org/impnotes/faq.html#faq-menorah-why 21:26:38 flip214_ [~marek@86.59.100.100] has joined #sbcl 21:27:20 -!- psilord [~psilord@23-25-144-217-static.hfc.comcastbusiness.net] has quit [Quit: Leaving.] 21:28:45 bege_ [~bege@S0106001d7e5132b0.ed.shawcable.net] has joined #sbcl 21:31:31 snafuchs [~foobar@boots.boinkor.net] has joined #sbcl 21:33:34 -!- antifuchs [~foobar@boots.boinkor.net] has quit [*.net *.split] 21:33:34 -!- bege [~bege@S0106001d7e5132b0.ed.shawcable.net] has quit [*.net *.split] 21:33:34 -!- flip214 [~marek@unaffiliated/flip214] has quit [*.net *.split] 21:33:35 -!- snafuchs is now known as antifuchs 21:36:11 -!- pbatko [5949569b@gateway/web/freenode/ip.89.73.86.155] has quit [Quit: Page closed] 21:43:27 -!- luis [~luis@nhop.r42.eu] has quit [Quit: ZNC - http://znc.sourceforge.net] 21:48:08 antifuchs: :D 21:48:36 Francis, is that you ? 21:57:09 -!- drmeister [~drmeister@farnsworth.chem.temple.edu] has quit [Remote host closed the connection] 22:23:33 -!- erikc [~erikc@CPE00222d53fe78-CM00222d53fe75.cpe.net.cable.rogers.com] has quit [Quit: erikc] 22:24:22 psilord [~psilord@c-69-180-173-249.hsd1.mn.comcast.net] has joined #sbcl 22:45:02 drmeister [~drmeister@pool-173-59-25-70.phlapa.fios.verizon.net] has joined #sbcl 22:46:32 -!- Bike [~Glossina@63-230-173-174.ptld.qwest.net] has quit [Ping timeout: 252 seconds] 22:46:49 -!- ASau [~user@p4FF9673F.dip.t-dialin.net] has quit [Read error: Operation timed out] 22:48:18 Bike [~Glossina@67-5-215-119.ptld.qwest.net] has joined #sbcl 23:00:00 mc40 [~mc@host86-148-31-142.range86-148.btcentralplus.com] has joined #sbcl 23:07:17 -!- slyrus [~chatzilla@173-228-44-92.dsl.static.sonic.net] has quit [Ping timeout: 248 seconds] 23:14:48 -!- nyef [~nyef@c-76-119-183-159.hsd1.ma.comcast.net] has quit [Quit: G'night all.] 23:17:27 -!- edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has quit [Quit: no future] 23:17:54 -!- LiamH [~none@pdp8.nrl.navy.mil] has quit [Quit: Leaving.] 23:24:33 _8david [~user@port-212-202-134-139.static.qsc.de] has joined #sbcl 23:26:08 -!- _8david` [~user@port-212-202-134-139.static.qsc.de] has quit [Ping timeout: 252 seconds] 23:40:06 -!- drmeister [~drmeister@pool-173-59-25-70.phlapa.fios.verizon.net] has quit [Remote host closed the connection] 23:43:18 -!- mc40 [~mc@host86-148-31-142.range86-148.btcentralplus.com] has quit [Quit: mc40] 23:45:23 drmeister [~drmeister@pool-173-59-25-70.phlapa.fios.verizon.net] has joined #sbcl