00:08:56 -!- kaek [~b@c-c3cae253.97-16-64736c12.cust.bredbandsbolaget.se] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] 00:30:57 slyrus [~chatzilla@adsl-76-254-45-145.dsl.pltn13.sbcglobal.net] has joined #sbcl 01:12:28 echo-area [~user@114.251.86.0] has joined #sbcl 01:23:21 prxq_ [~mommer@mnhm-4d01347a.pool.mediaWays.net] has joined #sbcl 01:25:50 -!- clop [~jared@moat3.centtech.com] has quit [Read error: Operation timed out] 01:26:38 -!- prxq [~mommer@mnhm-5f75dd87.pool.mediaWays.net] has quit [Ping timeout: 248 seconds] 01:44:28 clop [~jared@moat3.centtech.com] has joined #sbcl 01:50:22 -!- Fare [~Fare@ita4fw1.itasoftware.com] has quit [Quit: Leaving] 01:56:41 -!- nikodemus [~nikodemus@cs181199216.pp.htv.fi] has quit [Ping timeout: 240 seconds] 02:49:45 -!- hargettp [~hargettp@96.237.121.111] has quit [Quit: Leaving...] 03:14:50 antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has joined #sbcl 04:58:13 slyrus_ [~slyrus@adsl-76-254-45-145.dsl.pltn13.sbcglobal.net] has joined #sbcl 05:07:04 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 06:10:13 superjudge [~mjl@c83-250-110-188.bredband.comhem.se] has joined #sbcl 06:19:37 flip214 [~marek@2001:858:107:1:7a2b:cbff:fed0:c11c] has joined #sbcl 06:19:37 -!- flip214 [~marek@2001:858:107:1:7a2b:cbff:fed0:c11c] has quit [Changing host] 06:19:37 flip214 [~marek@unaffiliated/flip214] has joined #sbcl 06:28:17 -!- prxq_ [~mommer@mnhm-4d01347a.pool.mediaWays.net] has quit [Quit: Leaving] 06:28:42 prxq [~mommer@mnhm-4d01347a.pool.mediaWays.net] has joined #sbcl 06:35:57 tcr [~tcr@217-162-131-235.dynamic.hispeed.ch] has joined #sbcl 07:02:40 -!- tcr [~tcr@217-162-131-235.dynamic.hispeed.ch] has quit [Quit: Leaving.] 07:03:14 -!- prxq [~mommer@mnhm-4d01347a.pool.mediaWays.net] has quit [Quit: Leaving] 07:04:06 -!- superjudge [~mjl@c83-250-110-188.bredband.comhem.se] has quit [Quit: leaving] 07:22:59 nikodemus [~nikodemus@cs181199216.pp.htv.fi] has joined #sbcl 07:22:59 -!- ChanServ has set mode +o nikodemus 07:46:41 -!- echo-area [~user@114.251.86.0] has quit [Ping timeout: 252 seconds] 08:19:43 woudshoo [~user@ipleiden.intellimagic.net] has joined #sbcl 08:21:05 stassats` [~stassats@wikipedia/stassats] has joined #sbcl 08:24:29 tcr [~tcr@217-162-131-235.dynamic.hispeed.ch] has joined #sbcl 09:10:17 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Quit: leaving] 09:11:31 pchrist [~spirit@gentoo/developer/pchrist] has joined #sbcl 10:02:28 -!- fe[nl]ix [~lacedaemo@pdpc/supporter/professional/fenlix] has quit [Quit: Valete!] 10:08:02 fe[nl]ix [~lacedaemo@pdpc/supporter/professional/fenlix] has joined #sbcl 10:08:26 -!- fe[nl]ix [~lacedaemo@pdpc/supporter/professional/fenlix] has quit [Client Quit] 10:09:52 fe[nl]ix [~lacedaemo@pdpc/supporter/professional/fenlix] has joined #sbcl 10:24:21 antgreen` [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has joined #sbcl 10:25:06 hargettp [~hargettp@96.237.121.111] has joined #sbcl 10:25:35 -!- antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has quit [Ping timeout: 250 seconds] 10:55:53 homie` [~levgue@xdsl-78-35-135-191.netcologne.de] has joined #sbcl 10:58:24 -!- homie [~levgue@xdsl-78-35-166-226.netcologne.de] has quit [Ping timeout: 276 seconds] 11:29:38 What's happens if you try to interrupt a thread blocked in a syscall? 11:30:04 is the signal that interrupt-thread is implemented upon masked out before a syscall? 11:34:18 For any blocking syscall, EINTR. 11:34:44 Interrupt-thread is, IIRC, implemented on SIGPIPE. 11:34:57 the interrupt-thread will take place? 11:35:22 Should do, modulo WITHOUT-INTERRUPTS. 11:44:50 udzinari [~user@nat/ibm/x-wurotjqufuiysgnq] has joined #sbcl 11:44:57 ... damn. Long-form DEFSETF is obviously implemented in terms of DEFINE-SETF-EXPANDER, for a net loss of information that could plausibly be used in DESCRIBE. :-/ 11:47:59 -!- hargettp [~hargettp@96.237.121.111] has quit [Quit: Leaving...] 11:55:38 -!- udzinari [~user@nat/ibm/x-wurotjqufuiysgnq] has quit [Remote host closed the connection] 13:38:18 -!- homie` [~levgue@xdsl-78-35-135-191.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 13:42:25 homie [~levgue@xdsl-78-35-135-191.netcologne.de] has joined #sbcl 14:01:47 nyef: yeah, I was wondering if you were going to need to use define-setf-expander instead of defsetf for your setf* thing 14:01:47 and morning 14:01:48 tsuru [~charlie@adsl-87-47-213.bna.bellsouth.net] has joined #sbcl 14:04:57 Hello slyrus. 14:05:38 No, I didn't need to use define-setf-expander in the end, as it doesn't destructure and there are a fixed number of values. 14:08:05 Even ended up parsing the defgeneric options for :documentation in order to set a docstring on the setf-expander, hence the complaint about information loss: DESCRIBE should be able to emit the arglist and, for long-form DEFSETF, the list of value names. 14:09:29 Did get me to thinking about having presentations in the base system, and what implications that would have for DESCRIBE and any SLIME-like interface. 14:32:15 -!- rpg [~rpg@216.243.156.16.real-time.com] has quit [Ping timeout: 260 seconds] 14:44:55 -!- flip214 [~marek@unaffiliated/flip214] has quit [Remote host closed the connection] 14:50:20 -!- homie [~levgue@xdsl-78-35-135-191.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 14:57:20 -!- stassats` [~stassats@wikipedia/stassats] has quit [Ping timeout: 260 seconds] 15:00:20 rpg [~rpg@mpls.sift.info] has joined #sbcl 15:01:09 *nyef* finds GET-SETF-METHOD, and winces. 15:07:16 superjudge [~mjl@c83-250-110-188.bredband.comhem.se] has joined #sbcl 15:16:54 stassats [~stassats@wikipedia/stassats] has joined #sbcl 15:20:00 -!- superjudge [~mjl@c83-250-110-188.bredband.comhem.se] has quit [Quit: leaving] 15:20:43 homie [~levgue@xdsl-78-35-135-191.netcologne.de] has joined #sbcl 15:26:38 In SBCL, can COMPILED-FUNCTION-P ever return non-T? 15:27:21 I'd guess if you use the evaluator 15:27:27 (compiled-function-p (let ((sb-ext:*evaluator-mode* :interpret)) (coerce '(lambda ()) 'function))) 15:27:31 => NIL 15:27:46 Ahh... :-) 15:28:18 But without going to SBCL-specific stuff, it seems like it rarely if ever happens, yes? 15:28:33 in sbcl? 15:28:40 Yeah 15:29:30 yes, it's :compile by default 15:29:36 -!- rpg [~rpg@mpls.sift.info] has quit [Quit: rpg] 15:34:34 (compiled-function-p :foo) => NIL. 15:34:48 If you pass it a non-function, it won't return T either. :-P 15:35:48 nyef: haha. OK, that's a good point. I was actually looking at the SBCL source code to check whether there was something like this in there: (defun compled-function-p (v) t) 15:36:05 never thought about non-functions :-) 15:36:07 Hermanski [~b@c-c3cae253.97-16-64736c12.cust.bredbandsbolaget.se] has joined #sbcl 15:37:49 loke: you were just given an example on which there could be bona fide non-compiled functions in SBCL. 15:38:21 pkhuong: Yep. My looking at the code was hours ago. I didn't have IRC available then 15:38:32 (I was at the office, pretending to work) 15:38:56 well, I was working. I was waiting for a build. But whatever 15:57:37 -!- woudshoo [~user@ipleiden.intellimagic.net] has quit [Read error: Operation timed out] 16:12:25 -!- hargettp_ [~hargettp_@dhcp-162.mirrorimage.net] has quit [Remote host closed the connection] 16:12:51 hargettp_ [~hargettp_@dhcp-162.mirrorimage.net] has joined #sbcl 16:34:30 -!- homie [~levgue@xdsl-78-35-135-191.netcologne.de] has quit [Remote host closed the connection] 16:38:07 -!- antgreen` [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has quit [Remote host closed the connection] 16:45:52 homie [~levgue@xdsl-78-35-135-191.netcologne.de] has joined #sbcl 16:57:57 -!- homie [~levgue@xdsl-78-35-135-191.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 17:17:28 -!- stassats [~stassats@wikipedia/stassats] has quit [Remote host closed the connection] 17:19:17 stassats [~stassats@wikipedia/stassats] has joined #sbcl 17:26:37 stassats` [~stassats@wikipedia/stassats] has joined #sbcl 17:27:07 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 252 seconds] 18:03:23 -!- gor[e] [~svr@gw1.masterhost.ru] has quit [Remote host closed the connection] 18:27:47 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 18:28:18 -!- gor[e] [~svr@gw1.masterhost.ru] has quit [Client Quit] 18:29:48 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 18:39:23 mjl [~mjl@c83-250-110-188.bredband.comhem.se] has joined #sbcl 18:39:35 -!- mjl [~mjl@c83-250-110-188.bredband.comhem.se] has quit [Client Quit] 18:47:01 superjudge [~mjl@c83-250-110-188.bredband.comhem.se] has joined #sbcl 18:56:24 -!- gor[e] [~svr@gw1.masterhost.ru] has quit [Quit: Lost terminal] 18:57:06 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 19:09:53 -!- gor[e] [~svr@gw1.masterhost.ru] has quit [Quit: Lost terminal] 19:10:21 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 19:13:48 -!- dlowe [~dlowe@ita4fw1.itasoftware.com] has quit [Quit: Leaving.] 19:22:05 -!- gor[e] [~svr@gw1.masterhost.ru] has quit [Quit: Lost terminal] 19:22:33 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 19:22:41 -!- cmm [~cmm@109.65.203.181] has quit [Ping timeout: 264 seconds] 19:23:18 cmm [~cmm@109.65.203.181] has joined #sbcl 19:37:10 prxq [~mommer@mnhm-4d01347a.pool.mediaWays.net] has joined #sbcl 19:38:26 -!- scymtym [~user@2001:638:504:2093:21a:a0ff:fe34:2d7d] has quit [Read error: Connection reset by peer] 19:38:47 scymtym [~user@2001:638:504:2093:21a:a0ff:fe34:2d7d] has joined #sbcl 19:43:17 -!- gor[e] [~svr@gw1.masterhost.ru] has quit [Quit: Lost terminal] 19:43:46 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 19:44:17 -!- scymtym [~user@2001:638:504:2093:21a:a0ff:fe34:2d7d] has quit [Ping timeout: 264 seconds] 19:44:53 antgreen [~user@nat/redhat/x-muuwebxqcbttcgkw] has joined #sbcl 19:46:23 -!- gor[e] [~svr@gw1.masterhost.ru] has quit [Client Quit] 19:46:51 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 19:58:13 -!- peddie [~peddie@XVM-107.MIT.EDU] has quit [Read error: Operation timed out] 20:00:55 homie [~levgue@xdsl-78-35-135-191.netcologne.de] has joined #sbcl 20:18:14 peddie [~peddie@XVM-107.MIT.EDU] has joined #sbcl 20:31:15 -!- antgreen [~user@nat/redhat/x-muuwebxqcbttcgkw] has quit [Read error: Connection reset by peer] 20:35:26 -!- superjudge [~mjl@c83-250-110-188.bredband.comhem.se] has quit [Ping timeout: 248 seconds] 20:39:45 homie` [~levgue@xdsl-78-35-135-191.netcologne.de] has joined #sbcl 20:50:05 -!- gor[e] [~svr@gw1.masterhost.ru] has quit [Quit: Lost terminal] 20:53:18 gor[e] [~svr@gw1.masterhost.ru] has joined #sbcl 22:04:41 -!- stassats` [~stassats@wikipedia/stassats] has quit [Ping timeout: 252 seconds] 22:10:23 -!- prxq [~mommer@mnhm-4d01347a.pool.mediaWays.net] has quit [Quit: Leaving] 22:42:53 -!- homie` [~levgue@xdsl-78-35-135-191.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:05:30 homie` [~levgue@xdsl-78-35-137-148.netcologne.de] has joined #sbcl 23:07:26 -!- homie [~levgue@xdsl-78-35-135-191.netcologne.de] has quit [Ping timeout: 250 seconds] 23:24:15 -!- tcr [~tcr@217-162-131-235.dynamic.hispeed.ch] has quit [Quit: Leaving.] 23:28:15 antgreen [~user@CPE00222d6c4710-CM00222d6c470d.cpe.net.cable.rogers.com] has joined #sbcl 23:28:34 -!- homie` [~levgue@xdsl-78-35-137-148.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 23:31:15 homie [~levgue@xdsl-78-35-137-148.netcologne.de] has joined #sbcl