00:02:31 hargettp [~hargettp@pool-71-174-136-64.bstnma.east.verizon.net] has joined #sbcl 01:42:51 -!- hargettp [~hargettp@pool-71-174-136-64.bstnma.east.verizon.net] has quit [Quit: Leaving...] 03:47:35 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 260 seconds] 04:20:24 here's one thing that I love for SBCL to be able to pull off , but I'm doing with clang for now. 05:51:06 -!- Krystof [~user@81.174.155.115] has quit [Remote host closed the connection] 06:05:34 sdemarre [~serge@91.176.84.5] has joined #sbcl 06:24:03 Krystof [~user@81.174.155.115] has joined #sbcl 07:28:57 -!- pchrist_ is now known as pchrist 07:33:58 Blkt [~user@89-96-199-46.ip13.fastwebnet.it] has joined #sbcl 07:38:37 good morning everyone 08:05:42 -!- antifuchs [~foobar@care.boinkor.net] has quit [Ping timeout: 244 seconds] 09:07:31 homie [~levgue@xdsl-78-35-149-107.netcologne.de] has joined #sbcl 09:41:52 akovalen` [~user@95.73.223.202] has joined #sbcl 09:42:37 -!- Krystof [~user@81.174.155.115] has quit [Read error: No route to host] 09:43:43 -!- akovalenko [~user@95.72.97.10] has quit [Ping timeout: 248 seconds] 09:44:38 -!- akovalen` [~user@95.73.223.202] has quit [Client Quit] 09:52:01 akovalenko [~anton@95.73.223.202] has joined #sbcl 09:52:05 stassats [~stassats@wikipedia/stassats] has joined #sbcl 09:56:19 -!- akovalenko [~anton@95.73.223.202] has quit [Client Quit] 09:56:48 akovalenko [~anton@95.73.223.202] has joined #sbcl 10:05:17 hargettp [~hargettp@pool-71-174-136-64.bstnma.east.verizon.net] has joined #sbcl 10:15:53 -!- hargettp [~hargettp@pool-71-174-136-64.bstnma.east.verizon.net] has quit [Quit: Leaving...] 10:16:50 hargettp [~hargettp@pool-71-174-136-64.bstnma.east.verizon.net] has joined #sbcl 10:34:54 attila_lendvai [~attila_le@catv-178-48-172-189.catv.broadband.hu] has joined #sbcl 10:34:54 -!- attila_lendvai [~attila_le@catv-178-48-172-189.catv.broadband.hu] has quit [Changing host] 10:34:54 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 11:29:38 attila_lendvai1 [~attila_le@catv-178-48-172-189.catv.broadband.hu] has joined #sbcl 11:29:38 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Disconnected by services] 11:31:52 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 11:31:55 -!- attila_lendvai1 [~attila_le@catv-178-48-172-189.catv.broadband.hu] has quit [Client Quit] 11:41:37 attila_lendvai1 [~attila_le@catv-178-48-172-189.catv.broadband.hu] has joined #sbcl 11:41:37 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Disconnected by services] 11:45:18 -!- hargettp [~hargettp@pool-71-174-136-64.bstnma.east.verizon.net] has quit [Quit: Leaving...] 12:26:53 -!- fe[nl]ix [~quassel@pdpc/supporter/professional/fenlix] has quit [Remote host closed the connection] 12:27:01 fe[nl]ix [~quassel@pdpc/supporter/professional/fenlix] has joined #sbcl 12:30:39 -!- rpg [~rpg@216.243.156.16.real-time.com] has quit [Ping timeout: 248 seconds] 12:56:17 tsuru` [~user@c-68-53-57-241.hsd1.tn.comcast.net] has joined #sbcl 13:29:18 nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has joined #sbcl 13:48:28 Krystof [~user@81.174.155.115] has joined #sbcl 14:00:05 -!- slyrus [~chatzilla@99.62.136.133] has quit [Ping timeout: 260 seconds] 14:10:03 rpg [~rpg@mpls.sift.info] has joined #sbcl 14:45:54 antifuchs [~foobar@care.boinkor.net] has joined #sbcl 14:48:16 Qworkescence [~quad@unaffiliated/quadrescence] has joined #sbcl 14:49:56 any idea why the body of some functions in seq.lisp (like reverse-list) is inside a macro and then just (defun list-reverse* (sequence) (list-reverse-macro sequence))? 14:51:39 and the macro isn't used anywhere else 14:52:28 Not even used in the compiler (seqtran)? 14:52:58 unless it mangles the name in some bizarre fashion, i can't grep it 14:53:17 If there truly are no uses, I might go for "hysterical raisins" as an explanation. 14:53:42 CMUCL is, of course, often the precedent-setter for this kind of thing. 14:53:50 and for vector it's "vector-reverse", but for list it's "list-reverse-macro" 14:59:38 some macros are used twice, and most of them are defined only at compile time 15:07:44 Heh. At least they're not defined only at cross-compile time, by means of a macro calling EVAL directly (not within its expansion, /directly/). 15:10:04 -!- attila_lendvai1 [~attila_le@catv-178-48-172-189.catv.broadband.hu] has left #sbcl 15:45:35 slyrus [~chatzilla@adsl-99-62-136-133.dsl.pltn13.sbcglobal.net] has joined #sbcl 16:20:45 -!- Blkt [~user@89-96-199-46.ip13.fastwebnet.it] has quit [Quit: going home] 16:43:26 -!- homie [~levgue@xdsl-78-35-149-107.netcologne.de] has quit [Read error: Connection reset by peer] 16:44:25 homie [~levgue@xdsl-78-35-138-151.netcologne.de] has joined #sbcl 16:53:20 hargettp [~hargettp@mobile-166-137-138-237.mycingular.net] has joined #sbcl 17:50:33 -!- hargettp [~hargettp@mobile-166-137-138-237.mycingular.net] has quit [Quit: Colloquy for iPhone - http://colloquy.mobi] 18:04:43 Anyone here awake and know anything about "no size function" in SLAD on OSX? 18:04:49 Someone's asking on #lisp. 19:12:31 nyef_ [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has joined #sbcl 19:15:27 -!- nyef [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has quit [Ping timeout: 248 seconds] 19:33:23 gabnet [~gabnet@77.193.63.149] has joined #sbcl 19:54:33 -!- rpg [~rpg@mpls.sift.info] has quit [Quit: rpg] 20:22:49 -!- nyef_ [~nyef@c-174-63-105-188.hsd1.ma.comcast.net] has quit [Quit: G'night all.] 20:34:28 -!- akovalenko [~anton@95.73.223.202] has quit [Quit: upgrading emacs-snapshot] 20:38:01 akovalenko [~anton@95.73.223.202] has joined #sbcl 21:06:57 -!- gabnet [~gabnet@77.193.63.149] has quit [Quit: Quitte] 21:08:31 -!- sdemarre [~serge@91.176.84.5] has quit [Ping timeout: 248 seconds] 21:48:53 hargettp [~hargettp@pool-71-174-135-228.bstnma.east.verizon.net] has joined #sbcl 22:20:00 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 260 seconds] 22:30:59 -!- Qworkescence [~quad@unaffiliated/quadrescence] has quit [Quit: Leaving] 22:53:47 -!- homie [~levgue@xdsl-78-35-138-151.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 22:58:00 -!- tsuru` [~user@c-68-53-57-241.hsd1.tn.comcast.net] has quit [Read error: Operation timed out] 23:10:26 borkman [~user@S0106001111de1fc8.cg.shawcable.net] has joined #sbcl 23:15:55 -!- tsuru [~charlie@50.9.237.217] has quit [Remote host closed the connection] 23:30:32 xharkonnen [~xharkonne@2.26.51.144] has joined #sbcl 23:44:18 attila_lendvai [~attila_le@catv-80-98-25-142.catv.broadband.hu] has joined #sbcl 23:44:18 -!- attila_lendvai [~attila_le@catv-80-98-25-142.catv.broadband.hu] has quit [Changing host] 23:44:18 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 23:59:46 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 255 seconds]