2015-05-06T18:18:10Z ccl-logbot joined #sbcl 2015-05-06T18:18:10Z 2015-05-06T18:18:10Z names: ccl-logbot mega1 selat milosn oleo ASau stassats flip214 psy_ prxq nyef loke irsol jlarocco scymtym edgar-rft nicdev Xof kanru angavrilov slyrus dustinm` Shinmera pchrist christoph_debian Posterdati DeadTrickster hlavaty Quadrescence tsumetai kjeldahl reb minion akkad Intensity foom jdz psilord ams dougk_ Xach dsp_ carvite alchemis7 pkhuong joshe salva |3b| cojy_ p_l jrm Ralt ferada gabriel_laddel PuercoPop brucem Bike rj-code ivan4th` tmh_ yauz 2015-05-06T18:18:10Z names: nightshade427 clop les mood jsnell_ fe[nl]ix Blkt abbe antoszka snafuchs drmeister luis 2015-05-06T18:18:14Z akkad: if you save lisp and die, and come back a month later, how can you see the history, or custom defined functions that were previously made? 2015-05-06T18:18:29Z nikki93_ joined #sbcl 2015-05-06T18:18:30Z stassats: there is no history 2015-05-06T18:18:46Z stassats: there's no distinction between functions 2015-05-06T18:18:57Z akkad: ok 2015-05-06T18:21:15Z akkad: rlwrap sbcl -load ./vpn-monitor ;; perfect. rlwrap has the history thanks 2015-05-06T18:23:41Z attila_lendvai joined #sbcl 2015-05-06T18:29:18Z nikki93_ quit (Remote host closed the connection) 2015-05-06T18:41:23Z slyrus quit (Ping timeout: 246 seconds) 2015-05-06T18:45:26Z nikki93_ joined #sbcl 2015-05-06T18:46:22Z selat quit (Quit: Lost terminal) 2015-05-06T18:47:57Z ASau quit (*.net *.split) 2015-05-06T18:47:57Z jlarocco quit (*.net *.split) 2015-05-06T18:47:58Z irsol quit (*.net *.split) 2015-05-06T18:47:58Z Xof quit (*.net *.split) 2015-05-06T18:47:59Z christoph_debian quit (*.net *.split) 2015-05-06T18:47:59Z Xach quit (*.net *.split) 2015-05-06T18:49:25Z Xof joined #sbcl 2015-05-06T18:49:25Z christoph_debian joined #sbcl 2015-05-06T18:49:25Z Xach joined #sbcl 2015-05-06T18:49:39Z ASau joined #sbcl 2015-05-06T18:49:39Z jlarocco joined #sbcl 2015-05-06T18:49:39Z irsol joined #sbcl 2015-05-06T18:50:34Z selat joined #sbcl 2015-05-06T18:53:28Z nikki93_ quit (Remote host closed the connection) 2015-05-06T18:58:32Z attila_lendvai quit (Ping timeout: 246 seconds) 2015-05-06T19:18:47Z Xof quit (*.net *.split) 2015-05-06T19:18:47Z christoph_debian quit (*.net *.split) 2015-05-06T19:18:47Z Xach quit (*.net *.split) 2015-05-06T19:19:18Z Xof joined #sbcl 2015-05-06T19:19:18Z christoph_debian joined #sbcl 2015-05-06T19:19:18Z Xach joined #sbcl 2015-05-06T19:25:41Z angavrilov quit (Quit: Konversation terminated!) 2015-05-06T19:45:18Z attila_lendvai joined #sbcl 2015-05-06T19:51:18Z slyrus joined #sbcl 2015-05-06T19:57:27Z Adlai joined #sbcl 2015-05-06T20:01:41Z prxq quit (Remote host closed the connection) 2015-05-06T20:02:05Z sdemarre joined #sbcl 2015-05-06T20:22:33Z slyrus quit (Ping timeout: 240 seconds) 2015-05-06T20:35:17Z rszeno joined #sbcl 2015-05-06T20:45:44Z slyrus joined #sbcl 2015-05-06T20:45:56Z selat quit (Quit: Lost terminal) 2015-05-06T21:08:16Z attila_lendvai quit (Ping timeout: 240 seconds) 2015-05-06T21:13:00Z attila_lendvai joined #sbcl 2015-05-06T21:13:00Z attila_lendvai quit (Changing host) 2015-05-06T21:13:00Z attila_lendvai joined #sbcl 2015-05-06T21:16:29Z sdemarre quit (Ping timeout: 245 seconds) 2015-05-06T21:30:25Z slyrus quit (Ping timeout: 256 seconds) 2015-05-06T21:32:25Z attila_lendvai quit (Quit: Leaving.) 2015-05-06T21:36:46Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-05-06T21:43:57Z attila_lendvai joined #sbcl 2015-05-06T21:43:57Z attila_lendvai quit (Changing host) 2015-05-06T21:43:57Z attila_lendvai joined #sbcl 2015-05-06T21:45:53Z Adlai quit (Ping timeout: 250 seconds) 2015-05-06T21:51:16Z fikusz joined #sbcl 2015-05-06T21:58:48Z Adlai joined #sbcl 2015-05-06T22:20:07Z attila_lendvai quit (Ping timeout: 250 seconds) 2015-05-06T23:21:29Z dougk_: stassats: I might have saved you some work on that %map issue, if you could take a look 2015-05-06T23:35:16Z stassats: i was thinking about transforming into map-into 2015-05-06T23:35:32Z stassats: not sure how good map-into is 2015-05-06T23:38:46Z edgar-rft quit (Quit: edgar-rft) 2015-05-06T23:43:12Z scymtym quit (Ping timeout: 272 seconds) 2015-05-06T23:55:09Z stassats: what about expanding into (map-into (make-sequence type (min lengths)) fun sequences*)? 2015-05-06T23:58:17Z stassats: seems as fast as a loop