2016-06-16T00:09:59Z DougNYC joined #sbcl 2016-06-16T00:41:09Z stassats quit (Ping timeout: 276 seconds) 2016-06-16T01:58:49Z abruanese joined #sbcl 2016-06-16T02:15:28Z edgar-rft quit (Quit: edgar-rft) 2016-06-16T04:16:35Z engblom_ quit (Quit: Lost terminal) 2016-06-16T04:41:37Z DougNYC quit 2016-06-16T05:39:01Z antoszka joined #sbcl 2016-06-16T05:52:58Z antoszka quit (*.net *.split) 2016-06-16T05:57:50Z antoszka joined #sbcl 2016-06-16T06:30:51Z vydd quit 2016-06-16T06:36:45Z gingerale joined #sbcl 2016-06-16T06:47:37Z shka joined #sbcl 2016-06-16T06:50:06Z Bike quit (Quit: gone foreverz) 2016-06-16T06:59:59Z angavrilov joined #sbcl 2016-06-16T07:12:25Z nzambe quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2016-06-16T07:24:44Z Shinmera- is now known as Shinmera 2016-06-16T07:28:00Z scymtym joined #sbcl 2016-06-16T07:33:25Z wgslayer joined #sbcl 2016-06-16T09:01:04Z ASau quit (Ping timeout: 240 seconds) 2016-06-16T09:12:27Z edgar-rft joined #sbcl 2016-06-16T12:07:49Z wgslayer quit (Quit: wgslayer) 2016-06-16T12:11:57Z wgslayer joined #sbcl 2016-06-16T12:12:52Z DGASAU quit (Read error: Connection reset by peer) 2016-06-16T12:50:53Z wgslayer quit (Quit: wgslayer) 2016-06-16T12:53:26Z wgslayer joined #sbcl 2016-06-16T13:02:08Z wgslayer quit (Quit: wgslayer) 2016-06-16T13:05:08Z wgslayer joined #sbcl 2016-06-16T13:12:01Z eudoxia joined #sbcl 2016-06-16T13:51:44Z DGASAU joined #sbcl 2016-06-16T14:13:49Z wgslayer quit (Quit: wgslayer) 2016-06-16T14:34:34Z eudoxia quit (Quit: Leaving) 2016-06-16T14:35:16Z nzambe joined #sbcl 2016-06-16T16:26:09Z paule32 joined #sbcl 2016-06-16T16:26:19Z paule32: hello 2016-06-16T16:27:24Z paule32: jasom? 2016-06-16T16:35:41Z jasom: hi 2016-06-16T16:48:39Z paule32: the #lisp channel is not so commucative 2016-06-16T16:49:04Z paule32: so i ask here: i use sbcl, and want a list in list 2016-06-16T16:49:21Z paule32: https://paste.fedoraproject.org/379995/46607818/ 2016-06-16T17:05:40Z scymtym: paule32: (W__ SIE) is evaluated by attempting to call a function W__ with the value of a variable SIE as its argument. you probably mean '(W__ SIE) which is equivalent to (QUOTE (W__ SIE)) which evaluates to an (immutable) list of two symbols W__ and SIE 2016-06-16T17:05:50Z scymtym: since the question is not sbcl-specific, please take the discussion to #lisp 2016-06-16T17:36:15Z DavidGuru joined #sbcl 2016-06-16T17:39:20Z paule32: no answers since days 2016-06-16T18:14:44Z jasom: paule32: I'm in #lisp and don't see anything from you in the last 12 hours 2016-06-16T18:15:40Z paule32: jasom: i send many requests 2016-06-16T18:16:03Z paule32: and i see only, which come in/out of the channel 2016-06-16T18:16:05Z jasom: something isn't working then because I idle in #lisp 24x7 and my logs show only joins and parts, not messages from you 2016-06-16T18:17:33Z paule32: 19:48:46 now, the variable is handled 2016-06-16T18:17:54Z paule32: that was my last post 2016-06-16T18:18:35Z joshe: I also see nothing from you this month in #lisp except joins and parts 2016-06-16T18:18:50Z joshe: well, joins and ping timeouts 2016-06-16T18:21:29Z jasom: paule32: try reconnecting to irc 2016-06-16T18:21:41Z paule32: ok 2016-06-16T18:21:47Z paule32 quit (Quit: Leaving) 2016-06-16T18:22:51Z paule32 joined #sbcl 2016-06-16T18:23:37Z paule32: so, i enter text, can you see it? 2016-06-16T18:24:23Z jasom: nope 2016-06-16T18:24:51Z wgslayer joined #sbcl 2016-06-16T18:25:50Z paule32: can i unmute myself? 2016-06-16T18:26:06Z jasom: paule32: can you see what jsnell and myself are saying? 2016-06-16T18:26:26Z paule32: yes 2016-06-16T18:26:47Z jasom: okay so it probably is the +q flag then, I'll look more closely 2016-06-16T18:27:39Z DGASAU quit (Read error: Connection reset by peer) 2016-06-16T18:28:28Z DGASAU joined #sbcl 2016-06-16T18:33:10Z wgslayer quit (Quit: wgslayer) 2016-06-16T18:39:35Z wgslayer joined #sbcl 2016-06-16T18:49:12Z wgslayer quit (Quit: wgslayer) 2016-06-16T18:53:09Z wgslayer joined #sbcl 2016-06-16T19:07:41Z scymtym: is this conforming: (lambda (&rest rest) (setf rest #(1)) (elt rest 0))? 2016-06-16T19:08:05Z scymtym: i couldn't find anything in the clhs forbidding it 2016-06-16T19:08:29Z scymtym: we emit a compile-time type-error 2016-06-16T19:30:55Z scymtym quit (Ping timeout: 260 seconds) 2016-06-16T19:42:43Z paule32 quit (Quit: Leaving) 2016-06-16T19:44:37Z dougk_: scymtym: http://www.lispworks.com/documentation/HyperSpec/Issues/iss178_w.htm has something to say. "There is a particular problem with &REST lambda variables, which are always bound to a value of type LIST." 2016-06-16T19:44:58Z dougk_: but i could see how that would be taken to mean "initially bound" 2016-06-16T19:57:05Z PuercoPop: dougk_: are the issues the normative? 2016-06-16T20:02:14Z DavidGuru1 joined #sbcl 2016-06-16T20:04:03Z DavidGuru quit (Ping timeout: 240 seconds) 2016-06-16T20:04:04Z DavidGuru1 is now known as DavidGuru 2016-06-16T20:14:54Z wgslayer quit (Quit: wgslayer) 2016-06-16T20:15:16Z dougk_: PuercoPop: no, not really 2016-06-16T20:29:57Z scymtym joined #sbcl 2016-06-16T20:39:57Z PuercoPop: dougk_: well it is still in poor taste to modify the rest parameter 2016-06-16T20:41:08Z gingerale quit (Remote host closed the connection) 2016-06-16T20:41:16Z PuercoPop: wonder why it compiles in montezuma and throws and error at run-time 2016-06-16T21:02:23Z ASau joined #sbcl 2016-06-16T21:08:17Z DeadTrickster joined #sbcl 2016-06-16T21:23:04Z shka quit (Ping timeout: 240 seconds) 2016-06-16T21:25:35Z scymtym: dougk_: thanks for digging that up. concluding anything beyond the type of the initial binding from cleanup issue seems like a stretch, though 2016-06-16T21:26:10Z scymtym: PuercoPop: in my experiment, SBCL warned at compile-time and signaled an error at runtime 2016-06-16T21:34:18Z DavidGuru1 joined #sbcl 2016-06-16T21:34:31Z DavidGuru quit (Ping timeout: 240 seconds) 2016-06-16T21:34:31Z DavidGuru1 is now known as DavidGuru 2016-06-16T21:36:33Z scymtym: maybe POSSIBLE-REST-ARG-CONTEXT needs additional checks 2016-06-16T21:41:52Z DavidGuru quit (Ping timeout: 264 seconds) 2016-06-16T21:41:55Z DavidGuru1 joined #sbcl 2016-06-16T21:44:03Z DavidGuru1 quit (Remote host closed the connection) 2016-06-16T21:58:15Z stassats joined #sbcl 2016-06-16T22:04:27Z stassats quit (Ping timeout: 244 seconds) 2016-06-16T22:06:10Z stassats joined #sbcl 2016-06-16T22:10:50Z stassats quit (Ping timeout: 258 seconds) 2016-06-16T22:12:08Z stassats joined #sbcl 2016-06-16T22:35:19Z DeadTrickster_ joined #sbcl 2016-06-16T22:39:02Z DeadTrickster quit (Ping timeout: 250 seconds) 2016-06-16T22:50:37Z angavrilov quit (Remote host closed the connection) 2016-06-16T23:17:21Z DeadTrickster_ quit (Remote host closed the connection) 2016-06-16T23:46:47Z karswell` joined #sbcl 2016-06-16T23:48:09Z scymtym quit (Ping timeout: 250 seconds) 2016-06-16T23:49:06Z stassats quit (Ping timeout: 272 seconds) 2016-06-16T23:52:09Z karswell` is now known as karswell 2016-06-16T23:58:11Z DougNYC joined #sbcl