2021-06-01T00:11:21Z rumbler31 joined #lisp 2021-06-01T00:17:17Z mindCrime joined #lisp 2021-06-01T00:21:55Z zaquest quit (Quit: Leaving) 2021-06-01T00:22:06Z rumbler31 quit (Remote host closed the connection) 2021-06-01T00:26:15Z zaquest joined #lisp 2021-06-01T00:27:20Z rumbler31 joined #lisp 2021-06-01T00:47:40Z motersen quit (Remote host closed the connection) 2021-06-01T00:47:57Z motersen joined #lisp 2021-06-01T00:56:39Z rumbler31 quit (Remote host closed the connection) 2021-06-01T00:59:34Z nicktick joined #lisp 2021-06-01T01:05:09Z gxt quit (Ping timeout: 240 seconds) 2021-06-01T01:07:21Z gxt joined #lisp 2021-06-01T01:09:31Z gilez joined #lisp 2021-06-01T01:15:51Z shrysr_ is now known as shrysr 2021-06-01T01:43:48Z dbotton quit 2021-06-01T01:57:11Z rumbler31 joined #lisp 2021-06-01T02:01:24Z rumbler31 quit (Ping timeout: 252 seconds) 2021-06-01T02:10:17Z lowryder joined #lisp 2021-06-01T02:14:59Z shrysr quit (Remote host closed the connection) 2021-06-01T02:15:44Z jlf joined #lisp 2021-06-01T02:15:56Z shrysr joined #lisp 2021-06-01T02:19:26Z shrysr quit (Remote host closed the connection) 2021-06-01T02:20:06Z shrysr joined #lisp 2021-06-01T02:25:39Z lowryder quit (Ping timeout: 258 seconds) 2021-06-01T02:29:04Z lawt quit (Quit: WeeChat 2.8) 2021-06-01T02:40:52Z mindCrime quit (Ping timeout: 268 seconds) 2021-06-01T02:49:52Z mindCrime joined #lisp 2021-06-01T02:58:58Z mindCrime quit (Ping timeout: 252 seconds) 2021-06-01T03:00:45Z orivej joined #lisp 2021-06-01T03:08:08Z orivej quit (Ping timeout: 252 seconds) 2021-06-01T03:41:41Z mfiano left #lisp 2021-06-01T04:02:38Z Oladon quit (Quit: Leaving.) 2021-06-01T04:07:56Z gilez quit (Ping timeout: 258 seconds) 2021-06-01T04:32:20Z beach left #lisp 2021-06-01T04:35:59Z Oladon joined #lisp 2021-06-01T05:05:32Z narimiran joined #lisp 2021-06-01T05:08:06Z sdumi quit (Ping timeout: 240 seconds) 2021-06-01T05:22:58Z orivej joined #lisp 2021-06-01T05:42:41Z sdumi joined #lisp 2021-06-01T05:43:46Z dmiles_afk quit (Ping timeout: 240 seconds) 2021-06-01T05:52:53Z v88m joined #lisp 2021-06-01T06:18:45Z Oladon quit (Quit: Leaving.) 2021-06-01T07:09:07Z harovali quit (Ping timeout: 268 seconds) 2021-06-01T07:42:13Z orivej quit (Ping timeout: 258 seconds) 2021-06-01T07:43:36Z attila_lendvai joined #lisp 2021-06-01T07:45:23Z attila_lendvai quit (Client Quit) 2021-06-01T08:22:42Z wxie quit (Remote host closed the connection) 2021-06-01T08:29:31Z wxie joined #lisp 2021-06-01T08:50:50Z wxie quit (Ping timeout: 258 seconds) 2021-06-01T09:12:59Z wxie joined #lisp 2021-06-01T09:23:33Z nicktick quit (Ping timeout: 268 seconds) 2021-06-01T10:07:35Z orivej joined #lisp 2021-06-01T10:23:32Z random-nick joined #lisp 2021-06-01T10:38:56Z narimiran quit (Ping timeout: 258 seconds) 2021-06-01T10:48:18Z HerrBlume joined #lisp 2021-06-01T10:55:49Z HerrBlume: Hello, I have a function that splits a list into a plist and objects. But I cannot come up with a good name. Any ideas? 2021-06-01T10:56:05Z nicktick joined #lisp 2021-06-01T10:57:18Z HerrBlume: (defun parse-arg-list (args) 2021-06-01T10:57:18Z HerrBlume: (loop while args 2021-06-01T10:57:18Z HerrBlume: for item = (pop args) 2021-06-01T10:57:18Z HerrBlume: when (keywordp item) 2021-06-01T10:57:20Z HerrBlume: collect item into keys and 2021-06-01T10:57:25Z HerrBlume: collect (pop args) into keys 2021-06-01T10:57:28Z HerrBlume: else collect item into rest 2021-06-01T10:57:31Z HerrBlume: finally (return (values keys rest)))) 2021-06-01T10:58:06Z v88m quit (Ping timeout: 258 seconds) 2021-06-01T11:23:51Z hiroaki quit (Ping timeout: 250 seconds) 2021-06-01T11:29:09Z gareppa joined #lisp 2021-06-01T11:33:40Z gareppa quit (Remote host closed the connection) 2021-06-01T11:36:46Z hiroaki joined #lisp 2021-06-01T11:42:55Z xsperry quit (Ping timeout: 268 seconds) 2021-06-01T12:04:00Z p_l: you should probably use a pastebin next time, but probably something with the name "destructuring" in it. Also, ask on #commonlisp at libera.chat, this channel is pretty much dead 2021-06-01T12:33:45Z narimiran joined #lisp 2021-06-01T12:41:14Z HerrBlume: p_l: thank you 2021-06-01T12:42:01Z HerrBlume: p_l: thank you 2021-06-01T12:51:24Z Bike joined #lisp 2021-06-01T13:04:59Z nicktick quit (Ping timeout: 258 seconds) 2021-06-01T13:15:35Z nwoob joined #lisp 2021-06-01T13:15:49Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-01T13:16:18Z nwoob: I'm trying to learn Algorithms in lisp, but should I first learn discrete maths before picking up algorithms book? 2021-06-01T13:19:59Z gilez joined #lisp 2021-06-01T13:21:31Z galex-713 joined #lisp 2021-06-01T13:21:33Z xsperry joined #lisp 2021-06-01T13:24:09Z p_l: nwoob: discrete math isn't necessary for many algorithms 2021-06-01T13:24:29Z p_l: I can recommend book called "The Algorithm Design Manual" 2021-06-01T13:24:43Z p_l: Also, current "alive" channel is #commonlisp at libera.chat 2021-06-01T13:25:34Z nwoob: what is libera.chat 2021-06-01T13:26:35Z nwoob: oh got it /connect irc.libera.chat 2021-06-01T13:27:18Z p_l: https://libera.chat/ has instructions on how to connect 2021-06-01T13:28:09Z nwoob: and about the book, I'm a complete noob will I be able to understand this book 2021-06-01T13:29:10Z p_l: nwoob: I like that book especially because it gives practical examples of how each algorithm was used to solve a problem 2021-06-01T13:29:20Z p_l: and isn't dreadfully dry 2021-06-01T13:29:51Z p_l: So I recommend it *especially* if you don't have much experience 2021-06-01T13:30:27Z nwoob: great! I'll start with this then. Thank you so much for guidance p_l 2021-06-01T13:30:41Z p_l: no problem 2021-06-01T13:30:47Z p_l: and welcome on #commonlisp next time :) 2021-06-01T13:30:56Z p_l is pretty much doing janitorial cleaning here :D 2021-06-01T13:31:12Z nwoob: yes :) 2021-06-01T13:37:15Z nwoob: p_l: just to confirm book The algorithm design manual is by Steven S. Skiena, right? 2021-06-01T13:38:46Z p_l: yes 2021-06-01T13:39:20Z p_l: oh, and #lisp on libera is more generall "all lisps" channel 2021-06-01T13:39:25Z nicktick joined #lisp 2021-06-01T13:41:34Z Inline quit (Quit: Leaving) 2021-06-01T13:42:43Z nwoob: got it, just joined libera.chat thank you :) 2021-06-01T13:45:10Z nwoob left #lisp 2021-06-01T13:58:55Z Inline joined #lisp 2021-06-01T14:15:52Z beaky quit (Quit: WeebChat 2.0.1) 2021-06-01T14:45:20Z vydd quit (K-Lined) 2021-06-01T14:57:29Z rpg joined #lisp 2021-06-01T15:42:33Z lonjil quit (Ping timeout: 250 seconds) 2021-06-01T15:43:16Z lonjil joined #lisp 2021-06-01T15:47:11Z orivej quit (Ping timeout: 255 seconds) 2021-06-01T15:47:41Z orivej joined #lisp 2021-06-01T15:51:49Z dilated_dinosaur quit (Quit: Leaving) 2021-06-01T15:52:30Z nicktick quit (Ping timeout: 258 seconds) 2021-06-01T15:59:27Z hiroaki quit (Ping timeout: 250 seconds) 2021-06-01T16:12:34Z hiroaki joined #lisp 2021-06-01T16:16:58Z long4mud joined #lisp 2021-06-01T16:27:11Z hiroaki quit (Ping timeout: 250 seconds) 2021-06-01T16:37:16Z hiroaki joined #lisp 2021-06-01T16:48:26Z v88m joined #lisp 2021-06-01T16:48:47Z andrei-n joined #lisp 2021-06-01T16:50:37Z aeth: I guess that's it for this channel, then. Bye, everyone! It's been a long time. 2011-04-23 is the first time I can see this channel in my logs. But I think 2012-01-29 is the first time I stayed. Wow, time flies. 2021-06-01T16:51:39Z aeth: My grand entrance here: "I am told that Lisp is the best programming language. / I want Lisp to prove it to me." it won't 2021-06-01T16:52:10Z aeth: Also, I planned to make a tiling wm but or you could just install stumpwm and hack on that. 2021-06-01T16:52:40Z aeth: yup, I just use stumpwm these days. Good enough. Why bother with that when there are other things to do? 2021-06-01T16:54:55Z aeth: I, like many, found Lisp via pg essays. I probably wasn't the only person with a very mistaken impression of Lisp at first. 2021-06-01T17:01:12Z aeth: Oh, well. At least now I know that the meaning of life is not about asking what Lisp can do for me. It's asking asking what I can do for Lisp. 2021-06-01T17:03:26Z aeth: And I guess what I can do for Lisp is to remind everyone (especially ccl-logbot I guess?) that the new home of Common Lisp on the net is #commonlisp on libera.chat now. 2021-06-01T17:04:33Z aeth waves 2021-06-01T17:08:46Z aeth: It is so hard to /PART but goodbye. 2021-06-01T17:09:58Z aeth left #lisp 2021-06-01T17:23:57Z hiroaki quit (Ping timeout: 250 seconds) 2021-06-01T17:24:25Z v88m quit (Remote host closed the connection) 2021-06-01T17:25:06Z v88m joined #lisp 2021-06-01T17:35:46Z emacsomancer quit (Quit: WeeChat 3.1) 2021-06-01T17:36:51Z emacsomancer joined #lisp 2021-06-01T17:37:03Z hiroaki joined #lisp 2021-06-01T17:49:12Z ldbeth joined #lisp 2021-06-01T17:59:55Z phoe joined #lisp 2021-06-01T18:00:05Z phoe left #lisp 2021-06-01T18:08:15Z Sheilong joined #lisp 2021-06-01T18:10:51Z Inline quit (Quit: Leaving) 2021-06-01T18:25:40Z ldbeth quit (Quit: ERC (IRC client for Emacs 27.2)) 2021-06-01T18:26:09Z Oladon joined #lisp 2021-06-01T18:59:01Z luckless quit (Remote host closed the connection) 2021-06-01T18:59:51Z luckless joined #lisp 2021-06-01T19:01:27Z hiroaki quit (Ping timeout: 250 seconds) 2021-06-01T19:05:35Z akoana joined #lisp 2021-06-01T19:23:22Z sdumi quit (Remote host closed the connection) 2021-06-01T19:25:31Z bmansurov quit (Quit: 👋) 2021-06-01T19:27:30Z harovali joined #lisp 2021-06-01T19:29:34Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-01T19:32:40Z galex-713 joined #lisp 2021-06-01T19:34:19Z sdumi joined #lisp 2021-06-01T19:39:55Z Oladon quit (Quit: Leaving.) 2021-06-01T19:55:09Z Oladon joined #lisp 2021-06-01T20:01:36Z karlosz joined #lisp 2021-06-01T20:07:50Z gilez quit (Ping timeout: 252 seconds) 2021-06-01T20:13:09Z luckless quit (Ping timeout: 240 seconds) 2021-06-01T20:14:05Z luckless joined #lisp 2021-06-01T20:30:25Z nullx002 joined #lisp 2021-06-01T20:31:59Z rpg quit (Read error: Connection reset by peer) 2021-06-01T20:33:30Z narimiran quit (Ping timeout: 252 seconds) 2021-06-01T20:45:45Z mathrick joined #lisp 2021-06-01T20:48:07Z nullx002 quit (Read error: Connection reset by peer) 2021-06-01T20:54:51Z Oladon quit (Quit: Leaving.) 2021-06-01T21:04:05Z karlosz quit (Quit: karlosz) 2021-06-01T21:18:41Z andrei-n quit (Quit: Leaving) 2021-06-01T21:58:32Z mindCrime joined #lisp 2021-06-01T22:01:19Z karlosz joined #lisp 2021-06-01T22:07:47Z xsperry quit (Ping timeout: 258 seconds) 2021-06-01T22:29:29Z amb007 joined #lisp 2021-06-01T22:37:04Z GIANTWORLDKEEPER quit (Ping timeout: 252 seconds) 2021-06-01T22:41:11Z GIANTWORLDKEEPER joined #lisp 2021-06-01T22:44:35Z random-nick quit (Ping timeout: 258 seconds) 2021-06-01T22:51:35Z HerrBlume quit (Remote host closed the connection) 2021-06-01T23:08:03Z xi quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) 2021-06-01T23:11:35Z entel joined #lisp 2021-06-01T23:15:29Z Oladon joined #lisp 2021-06-01T23:39:02Z edgar-rft quit (Ping timeout: 265 seconds) 2021-06-01T23:39:26Z MichaelRaskin quit (Ping timeout: 240 seconds) 2021-06-01T23:39:31Z scymtym quit (Ping timeout: 265 seconds) 2021-06-01T23:40:29Z scymtym joined #lisp 2021-06-01T23:41:08Z edgar-rft joined #lisp 2021-06-01T23:53:22Z minion quit (Remote host closed the connection) 2021-06-01T23:53:39Z minion joined #lisp 2021-06-01T23:54:04Z minion quit (Remote host closed the connection) 2021-06-01T23:55:03Z minion joined #lisp 2021-06-01T23:55:19Z X-Scale` joined #lisp 2021-06-01T23:55:32Z minion quit (Remote host closed the connection) 2021-06-01T23:55:47Z minion joined #lisp 2021-06-01T23:56:16Z minion quit (Remote host closed the connection) 2021-06-01T23:57:15Z minion joined #lisp 2021-06-01T23:57:44Z minion quit (Remote host closed the connection) 2021-06-01T23:57:51Z mrchampion_ joined #lisp 2021-06-01T23:57:57Z justinmcp_ joined #lisp 2021-06-01T23:57:59Z minion joined #lisp 2021-06-01T23:58:34Z minion quit (Remote host closed the connection) 2021-06-01T23:58:41Z gummy joined #lisp 2021-06-01T23:58:49Z minion joined #lisp 2021-06-01T23:59:18Z freshmaker666 joined #lisp 2021-06-01T23:59:20Z minion quit (Remote host closed the connection) 2021-06-01T23:59:26Z zagura_ joined #lisp 2021-06-02T00:00:07Z Ankhers_ joined #lisp 2021-06-02T00:01:01Z minion joined #lisp 2021-06-02T00:01:07Z specbot quit (Disconnected by services) 2021-06-02T00:01:11Z specbot joined #lisp 2021-06-02T00:01:19Z copec_ joined #lisp 2021-06-02T00:02:28Z edgar-rft quit (Read error: Connection reset by peer) 2021-06-02T00:02:30Z scymtym quit (Ping timeout: 252 seconds) 2021-06-02T00:03:05Z edgar-rft joined #lisp 2021-06-02T00:03:24Z scymtym joined #lisp 2021-06-02T00:04:09Z mrchampion quit (*.net *.split) 2021-06-02T00:04:09Z CrazEd quit (*.net *.split) 2021-06-02T00:04:09Z X-Scale quit (*.net *.split) 2021-06-02T00:04:09Z justinmcp quit (*.net *.split) 2021-06-02T00:04:09Z matijja quit (*.net *.split) 2021-06-02T00:04:09Z copec quit (*.net *.split) 2021-06-02T00:04:09Z deltab quit (*.net *.split) 2021-06-02T00:04:09Z Ankhers quit (*.net *.split) 2021-06-02T00:04:09Z greeb quit (*.net *.split) 2021-06-02T00:04:09Z gum quit (*.net *.split) 2021-06-02T00:04:09Z madand_ quit (*.net *.split) 2021-06-02T00:04:09Z nydel quit (*.net *.split) 2021-06-02T00:04:09Z zagura quit (*.net *.split) 2021-06-02T00:04:10Z gummy is now known as gum 2021-06-02T00:04:10Z Ankhers_ is now known as Ankhers 2021-06-02T00:04:10Z copec_ is now known as copec 2021-06-02T00:04:11Z X-Scale` is now known as X-Scale 2021-06-02T00:09:24Z madand_ joined #lisp 2021-06-02T00:09:28Z amb007 quit (Ping timeout: 252 seconds) 2021-06-02T00:13:41Z MichaelRaskin joined #lisp 2021-06-02T00:15:05Z yottabyte quit (Ping timeout: 245 seconds) 2021-06-02T00:15:05Z femi quit (Ping timeout: 245 seconds) 2021-06-02T00:15:10Z yottabyte_ joined #lisp 2021-06-02T00:15:26Z FennecCode quit (Ping timeout: 245 seconds) 2021-06-02T00:16:36Z drdo_ joined #lisp 2021-06-02T00:17:16Z femi joined #lisp 2021-06-02T00:17:29Z drdo quit (Ping timeout: 245 seconds) 2021-06-02T00:17:29Z drdo_ is now known as drdo 2021-06-02T00:17:54Z bonz060 quit (Ping timeout: 245 seconds) 2021-06-02T00:18:19Z elderK quit (Ping timeout: 245 seconds) 2021-06-02T00:18:34Z ryanbw quit (Ping timeout: 245 seconds) 2021-06-02T00:18:41Z ryanbw1 joined #lisp 2021-06-02T00:20:06Z elderK joined #lisp 2021-06-02T00:20:10Z asdflkj quit (Ping timeout: 245 seconds) 2021-06-02T00:20:24Z cheers quit (Ping timeout: 245 seconds) 2021-06-02T00:22:01Z FennecCode joined #lisp 2021-06-02T00:22:04Z logenkain[m] quit (Ping timeout: 245 seconds) 2021-06-02T00:22:04Z jladd quit (Ping timeout: 245 seconds) 2021-06-02T00:22:34Z jladd joined #lisp 2021-06-02T00:22:57Z mjl quit (Ping timeout: 245 seconds) 2021-06-02T00:23:19Z lonjil quit (Ping timeout: 245 seconds) 2021-06-02T00:24:10Z parisienne quit (Ping timeout: 245 seconds) 2021-06-02T00:24:38Z mjl joined #lisp 2021-06-02T00:25:53Z parisienne joined #lisp 2021-06-02T00:26:33Z lonjil joined #lisp 2021-06-02T00:27:30Z SAL9000 quit (Quit: WeeChat 2.9) 2021-06-02T00:27:59Z logenkain[m] joined #lisp 2021-06-02T00:33:16Z Oladon quit (Quit: Leaving.) 2021-06-02T00:38:13Z ggoes quit (Ping timeout: 260 seconds) 2021-06-02T00:40:44Z ggoes joined #lisp 2021-06-02T00:41:11Z galex-713 quit (Ping timeout: 258 seconds) 2021-06-02T00:44:05Z galex-713 joined #lisp 2021-06-02T00:52:29Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T00:52:59Z galex-713 joined #lisp 2021-06-02T00:56:12Z daniel1302 quit (Remote host closed the connection) 2021-06-02T00:56:21Z daniel1302 joined #lisp 2021-06-02T00:59:02Z zaquest quit (Ping timeout: 268 seconds) 2021-06-02T00:59:24Z zaquest joined #lisp 2021-06-02T01:03:24Z zaquest quit (Client Quit) 2021-06-02T01:10:31Z galex-713 quit (Read error: Connection reset by peer) 2021-06-02T01:11:06Z galex-713 joined #lisp 2021-06-02T01:12:11Z zaquest joined #lisp 2021-06-02T01:21:19Z galex-713 quit (Ping timeout: 246 seconds) 2021-06-02T01:21:41Z galex-713 joined #lisp 2021-06-02T01:27:09Z galex-713 quit (Read error: Connection reset by peer) 2021-06-02T01:27:26Z galex-713 joined #lisp 2021-06-02T01:30:06Z gilez joined #lisp 2021-06-02T01:32:11Z galex-713 quit (Client Quit) 2021-06-02T01:33:33Z galex-713 joined #lisp 2021-06-02T01:37:16Z ryanbw1 is now known as ryanbw 2021-06-02T01:41:24Z galex-713 quit (Read error: Connection reset by peer) 2021-06-02T01:42:43Z galex-713 joined #lisp 2021-06-02T01:47:17Z lottaquestions quit (Remote host closed the connection) 2021-06-02T01:47:46Z lottaquestions joined #lisp 2021-06-02T01:53:19Z nicktick joined #lisp 2021-06-02T01:53:46Z lowryder joined #lisp 2021-06-02T02:01:22Z KingRiver joined #lisp 2021-06-02T02:03:49Z akoana quit (Quit: leaving) 2021-06-02T02:05:46Z galex-713 quit (Ping timeout: 246 seconds) 2021-06-02T02:09:58Z lowryder quit (Ping timeout: 246 seconds) 2021-06-02T02:10:55Z KingRiver quit (Read error: Connection reset by peer) 2021-06-02T02:11:01Z KingRiverLee joined #lisp 2021-06-02T02:11:51Z mrchampion joined #lisp 2021-06-02T02:13:13Z rumbler31 joined #lisp 2021-06-02T02:13:21Z mrchampion quit (Remote host closed the connection) 2021-06-02T02:13:21Z mrchampion_ quit (Remote host closed the connection) 2021-06-02T02:15:30Z mrchampion joined #lisp 2021-06-02T02:21:00Z KingRiver joined #lisp 2021-06-02T02:21:24Z KingRiverLee quit (Quit: Leaving) 2021-06-02T02:21:35Z KingRiver quit (Client Quit) 2021-06-02T02:22:08Z mrchampion quit (Remote host closed the connection) 2021-06-02T02:23:03Z mrchampion joined #lisp 2021-06-02T02:26:36Z mrchampion quit (Client Quit) 2021-06-02T02:41:52Z orivej quit (Ping timeout: 258 seconds) 2021-06-02T02:43:00Z rumbler31 quit (Remote host closed the connection) 2021-06-02T02:43:39Z rumbler31 joined #lisp 2021-06-02T02:46:51Z Noisytoot quit (Quit: ZNC 1.8.2 - https://znc.in) 2021-06-02T02:48:08Z Noisytoot joined #lisp 2021-06-02T02:49:49Z gilez quit (Ping timeout: 248 seconds) 2021-06-02T02:51:22Z ahungry joined #lisp 2021-06-02T02:53:16Z galex-713 joined #lisp 2021-06-02T02:56:14Z Oladon joined #lisp 2021-06-02T02:59:14Z galex-713 quit (Ping timeout: 252 seconds) 2021-06-02T03:06:26Z rumbler31 quit (Ping timeout: 260 seconds) 2021-06-02T03:16:23Z mrchampion joined #lisp 2021-06-02T03:25:25Z HiRE quit (Ping timeout: 250 seconds) 2021-06-02T03:45:34Z jlf quit (Ping timeout: 258 seconds) 2021-06-02T03:48:00Z Bourne quit (Ping timeout: 252 seconds) 2021-06-02T04:05:56Z sympt_ quit (*.net *.split) 2021-06-02T04:05:56Z datajerk quit (*.net *.split) 2021-06-02T04:06:21Z sympt_ joined #lisp 2021-06-02T04:09:27Z datajerk joined #lisp 2021-06-02T04:22:41Z Bike quit (Quit: leaving) 2021-06-02T04:27:33Z Sheilong quit (Quit: Connection closed for inactivity) 2021-06-02T04:31:02Z entel quit (Quit: Connection closed for inactivity) 2021-06-02T04:36:24Z mindCrime quit (Ping timeout: 252 seconds) 2021-06-02T04:38:26Z Oladon quit (Quit: Leaving.) 2021-06-02T04:57:58Z ahungry quit (Remote host closed the connection) 2021-06-02T05:10:57Z narimiran joined #lisp 2021-06-02T05:44:35Z galex-713 joined #lisp 2021-06-02T05:49:19Z Oladon joined #lisp 2021-06-02T05:55:58Z nostoi joined #lisp 2021-06-02T06:13:01Z galex-713 quit (Ping timeout: 248 seconds) 2021-06-02T06:15:07Z galex-713 joined #lisp 2021-06-02T06:18:21Z nostoi quit (Quit: Verlassend) 2021-06-02T06:21:16Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T06:22:19Z orivej joined #lisp 2021-06-02T06:33:59Z karlosz quit (Quit: karlosz) 2021-06-02T06:44:25Z sunarch joined #lisp 2021-06-02T06:49:03Z Oladon quit (Quit: Leaving.) 2021-06-02T06:56:05Z karlosz joined #lisp 2021-06-02T06:57:10Z orivej quit (Ping timeout: 258 seconds) 2021-06-02T07:11:55Z phoe joined #lisp 2021-06-02T07:13:30Z gareppa joined #lisp 2021-06-02T07:13:32Z phoe left #lisp 2021-06-02T07:15:20Z gareppa quit (Client Quit) 2021-06-02T07:32:26Z zagura_ is now known as zagura 2021-06-02T07:33:28Z edgar-rft quit (Quit: Leaving) 2021-06-02T07:48:34Z rumbler31 joined #lisp 2021-06-02T07:48:55Z harovali quit (Ping timeout: 258 seconds) 2021-06-02T07:52:51Z rumbler31 quit (Ping timeout: 260 seconds) 2021-06-02T08:03:26Z yonkunas quit (Read error: Connection reset by peer) 2021-06-02T08:03:36Z yonkunas joined #lisp 2021-06-02T08:23:46Z karlosz quit (Quit: karlosz) 2021-06-02T08:32:45Z galex-713 joined #lisp 2021-06-02T08:43:10Z lansiir quit (Read error: Connection reset by peer) 2021-06-02T08:43:41Z lansiir joined #lisp 2021-06-02T08:53:00Z galex-713 quit (Quit: No Ping reply in 180 seconds.) 2021-06-02T08:54:17Z galex-713 joined #lisp 2021-06-02T08:59:21Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T09:01:28Z galex-713 joined #lisp 2021-06-02T09:06:01Z Jesin quit (Ping timeout: 260 seconds) 2021-06-02T09:07:31Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T09:16:05Z galex-713 joined #lisp 2021-06-02T09:25:02Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T09:26:56Z galex-713 joined #lisp 2021-06-02T09:35:58Z galex-713 quit (Ping timeout: 252 seconds) 2021-06-02T09:36:47Z galex-713 joined #lisp 2021-06-02T09:45:53Z galex-713_ joined #lisp 2021-06-02T09:46:01Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T09:52:28Z galex-713_ quit (Ping timeout: 252 seconds) 2021-06-02T09:52:55Z Bourne joined #lisp 2021-06-02T09:53:02Z galex-713 joined #lisp 2021-06-02T09:58:47Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T10:00:29Z galex-713 joined #lisp 2021-06-02T10:03:16Z ioa quit (Quit: ZNC 1.6.5 - http://znc.in) 2021-06-02T10:09:56Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T10:10:04Z nicktick quit (Ping timeout: 252 seconds) 2021-06-02T10:10:54Z galex-713 joined #lisp 2021-06-02T10:16:42Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T10:20:01Z galex-713 joined #lisp 2021-06-02T10:30:34Z rumbler31 joined #lisp 2021-06-02T10:36:11Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T10:36:11Z galex-713_ joined #lisp 2021-06-02T10:42:36Z galex-713_ quit (Ping timeout: 260 seconds) 2021-06-02T10:44:52Z yonkunas quit (*.net *.split) 2021-06-02T10:44:52Z lottaquestions quit (*.net *.split) 2021-06-02T10:45:47Z galex-713 joined #lisp 2021-06-02T10:58:34Z yonkunas joined #lisp 2021-06-02T10:58:34Z lottaquestions joined #lisp 2021-06-02T11:02:19Z xsperry joined #lisp 2021-06-02T11:05:05Z Jesin joined #lisp 2021-06-02T11:05:42Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-02T11:06:20Z v88m quit (Ping timeout: 258 seconds) 2021-06-02T11:09:33Z galex-713 quit (Ping timeout: 248 seconds) 2021-06-02T11:11:57Z galex-713 joined #lisp 2021-06-02T11:15:35Z galex-713 quit (Read error: Connection reset by peer) 2021-06-02T11:17:24Z galex-713 joined #lisp 2021-06-02T11:20:55Z random-nick joined #lisp 2021-06-02T11:25:11Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T11:32:29Z White_Flame quit (Ping timeout: 250 seconds) 2021-06-02T11:32:44Z White_Flame joined #lisp 2021-06-02T11:51:43Z orivej joined #lisp 2021-06-02T12:04:35Z mrchampion quit (Remote host closed the connection) 2021-06-02T12:04:46Z lansiir quit (Read error: Connection reset by peer) 2021-06-02T12:05:26Z lansiir joined #lisp 2021-06-02T12:10:15Z SAL9000 joined #lisp 2021-06-02T12:13:30Z mrchampion joined #lisp 2021-06-02T12:18:02Z galex-713 joined #lisp 2021-06-02T12:43:21Z orivej quit (Ping timeout: 260 seconds) 2021-06-02T12:50:52Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T12:51:32Z galex-713 joined #lisp 2021-06-02T12:59:02Z narimiran quit (Ping timeout: 258 seconds) 2021-06-02T12:59:06Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T12:59:24Z LiamH joined #lisp 2021-06-02T12:59:58Z LiamH quit (Client Quit) 2021-06-02T13:00:11Z galex-713 joined #lisp 2021-06-02T13:02:30Z LiamH joined #lisp 2021-06-02T13:03:36Z ldbeth joined #lisp 2021-06-02T13:09:41Z Bike joined #lisp 2021-06-02T13:22:05Z hiroaki joined #lisp 2021-06-02T13:22:57Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T13:23:28Z galex-713 joined #lisp 2021-06-02T13:28:52Z galex-713 quit (Remote host closed the connection) 2021-06-02T13:31:15Z Colleen quit (Read error: Connection reset by peer) 2021-06-02T13:32:09Z Colleen joined #lisp 2021-06-02T13:41:24Z ldbeth quit (Remote host closed the connection) 2021-06-02T13:41:47Z ldbeth joined #lisp 2021-06-02T13:47:35Z ldbeth left #lisp 2021-06-02T13:49:01Z galex-713 joined #lisp 2021-06-02T13:49:09Z eden joined #lisp 2021-06-02T14:01:19Z gilez joined #lisp 2021-06-02T14:14:16Z galex-713 quit (Ping timeout: 252 seconds) 2021-06-02T14:14:52Z galex-713 joined #lisp 2021-06-02T14:23:47Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T14:31:38Z galex-713 joined #lisp 2021-06-02T14:38:06Z gilez quit (Ping timeout: 252 seconds) 2021-06-02T14:38:27Z dtman34 joined #lisp 2021-06-02T14:40:52Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T14:41:59Z galex-713 joined #lisp 2021-06-02T14:47:25Z nicktick joined #lisp 2021-06-02T14:59:37Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T14:59:50Z galex-713 joined #lisp 2021-06-02T15:03:37Z lottaquestions quit (Quit: Konversation terminated!) 2021-06-02T15:04:12Z lottaquestions joined #lisp 2021-06-02T15:11:38Z sunset_NOVA joined #lisp 2021-06-02T15:13:14Z sunset_NOVA left #lisp 2021-06-02T15:16:11Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T15:16:35Z galex-713 joined #lisp 2021-06-02T15:21:01Z orivej joined #lisp 2021-06-02T15:24:59Z eden quit (Remote host closed the connection) 2021-06-02T15:25:27Z eden joined #lisp 2021-06-02T15:28:44Z galex-713 quit (Read error: Connection reset by peer) 2021-06-02T15:29:49Z galex-713 joined #lisp 2021-06-02T15:30:02Z lansiir quit (Read error: Connection reset by peer) 2021-06-02T15:30:41Z lansiir joined #lisp 2021-06-02T15:42:07Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T15:42:22Z galex-713 joined #lisp 2021-06-02T15:46:00Z massma joined #lisp 2021-06-02T15:46:14Z massma quit (Client Quit) 2021-06-02T15:48:30Z massma joined #lisp 2021-06-02T15:56:38Z galex-713 quit (Read error: Connection reset by peer) 2021-06-02T15:57:29Z antoszka left #lisp 2021-06-02T15:57:57Z galex-713 joined #lisp 2021-06-02T16:04:33Z ceblan quit (Ping timeout: 265 seconds) 2021-06-02T16:05:11Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-02T16:09:35Z galex-713 joined #lisp 2021-06-02T16:15:02Z mindCrime joined #lisp 2021-06-02T16:17:07Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T16:20:12Z gpiero quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) 2021-06-02T16:20:57Z galex-713 joined #lisp 2021-06-02T16:29:01Z nicktick quit (Ping timeout: 248 seconds) 2021-06-02T16:45:34Z galex-713 quit (Remote host closed the connection) 2021-06-02T16:46:47Z galex-713 joined #lisp 2021-06-02T16:53:01Z mindCrime quit (Ping timeout: 260 seconds) 2021-06-02T16:57:21Z Steeve joined #lisp 2021-06-02T16:58:05Z gilez joined #lisp 2021-06-02T17:00:27Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T17:01:03Z galex-713 joined #lisp 2021-06-02T17:07:52Z massma quit (Remote host closed the connection) 2021-06-02T17:08:12Z galex-713 quit (Ping timeout: 258 seconds) 2021-06-02T17:08:50Z galex-713 joined #lisp 2021-06-02T17:10:37Z gilez quit (Ping timeout: 248 seconds) 2021-06-02T17:13:34Z Steeve quit (Ping timeout: 252 seconds) 2021-06-02T17:17:57Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-02T17:18:00Z eden quit (Remote host closed the connection) 2021-06-02T17:18:52Z eden joined #lisp 2021-06-02T17:19:36Z andrei-n joined #lisp 2021-06-02T17:22:40Z Sheilong joined #lisp 2021-06-02T17:38:52Z sdumi quit (Ping timeout: 252 seconds) 2021-06-02T17:42:55Z ivche joined #lisp 2021-06-02T17:43:54Z ivche quit (Client Quit) 2021-06-02T17:48:15Z ivche joined #lisp 2021-06-02T17:50:36Z long4mud joined #lisp 2021-06-02T17:51:29Z sdumi joined #lisp 2021-06-02T17:52:49Z ivche quit (Remote host closed the connection) 2021-06-02T17:53:30Z ivche joined #lisp 2021-06-02T17:54:02Z ivche: wazzaap 2021-06-02T17:55:44Z sdumi quit (Ping timeout: 252 seconds) 2021-06-02T18:07:32Z gigetoo quit (Read error: Connection reset by peer) 2021-06-02T18:07:41Z sdumi joined #lisp 2021-06-02T18:07:58Z gigetoo joined #lisp 2021-06-02T18:11:33Z eden quit (Ping timeout: 240 seconds) 2021-06-02T18:12:48Z ivche quit (Remote host closed the connection) 2021-06-02T18:17:34Z ivche joined #lisp 2021-06-02T18:25:54Z ivche quit (Remote host closed the connection) 2021-06-02T18:29:39Z ivche joined #lisp 2021-06-02T18:31:30Z ivche quit (Remote host closed the connection) 2021-06-02T18:31:58Z v88m joined #lisp 2021-06-02T18:32:00Z ivche joined #lisp 2021-06-02T18:32:45Z karlosz joined #lisp 2021-06-02T18:36:23Z White_Flame: ivche: this channel moved to libera.chat 2021-06-02T18:37:25Z White_Flame: https://cliki.net/IRC 2021-06-02T18:37:54Z ivche quit (Read error: Connection reset by peer) 2021-06-02T18:41:49Z ivche joined #lisp 2021-06-02T18:47:14Z phoe6245 quit (Quit: The Lounge - https://thelounge.github.io) 2021-06-02T18:49:50Z amb007 joined #lisp 2021-06-02T18:51:37Z ivche quit (Quit: Adios! - sent from ERC) 2021-06-02T18:52:20Z ivche joined #lisp 2021-06-02T18:57:12Z ivche quit (Remote host closed the connection) 2021-06-02T19:01:19Z ivche joined #lisp 2021-06-02T19:26:43Z karlosz quit (Quit: karlosz) 2021-06-02T19:42:10Z entel joined #lisp 2021-06-02T19:42:42Z albusp joined #lisp 2021-06-02T19:44:13Z ivche quit (Remote host closed the connection) 2021-06-02T19:45:50Z lansiir quit (Read error: Connection reset by peer) 2021-06-02T19:46:32Z lansiir joined #lisp 2021-06-02T19:51:42Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-02T19:57:05Z baboo joined #lisp 2021-06-02T19:57:45Z ivche joined #lisp 2021-06-02T20:00:31Z karlosz joined #lisp 2021-06-02T20:04:59Z hiroaki joined #lisp 2021-06-02T20:06:36Z andrei-n quit (Quit: Leaving) 2021-06-02T20:06:37Z amb007 quit (Read error: Connection reset by peer) 2021-06-02T20:07:28Z LiamH left #lisp 2021-06-02T20:08:00Z harovali joined #lisp 2021-06-02T20:09:22Z ivche quit (Remote host closed the connection) 2021-06-02T20:15:46Z narimiran joined #lisp 2021-06-02T20:24:21Z luckless quit (Ping timeout: 240 seconds) 2021-06-02T20:25:23Z luckless joined #lisp 2021-06-02T20:52:29Z narimiran quit (Ping timeout: 248 seconds) 2021-06-02T20:56:17Z baboo quit (Ping timeout: 245 seconds) 2021-06-02T21:17:23Z akoana joined #lisp 2021-06-02T21:24:03Z mindCrime joined #lisp 2021-06-02T21:40:52Z rumbler31 quit (Ping timeout: 252 seconds) 2021-06-02T21:51:28Z entel quit (Quit: Connection closed for inactivity) 2021-06-02T22:12:10Z xsperry quit (Remote host closed the connection) 2021-06-02T22:14:05Z mindCrime quit (Ping timeout: 248 seconds) 2021-06-02T22:15:57Z akoana left #lisp 2021-06-02T22:16:49Z xsperry joined #lisp 2021-06-02T22:34:10Z maxwilliamson joined #lisp 2021-06-02T22:35:09Z maxwilli- quit (Ping timeout: 240 seconds) 2021-06-02T22:50:14Z adam4567 joined #lisp 2021-06-02T23:02:11Z adam4567 quit (Remote host closed the connection) 2021-06-02T23:20:01Z john2gb0 quit (Ping timeout: 260 seconds) 2021-06-02T23:22:07Z john2gb0 joined #lisp 2021-06-02T23:29:53Z lansiir quit (Read error: Connection reset by peer) 2021-06-02T23:30:20Z lansiir joined #lisp 2021-06-02T23:40:46Z acolarh quit (Ping timeout: 252 seconds) 2021-06-02T23:41:43Z peterhil joined #lisp 2021-06-02T23:54:09Z logenkain[m] quit (Ping timeout: 245 seconds) 2021-06-02T23:54:48Z logenkain[m] joined #lisp 2021-06-02T23:56:38Z acolarh joined #lisp 2021-06-02T23:58:35Z Guest81184 joined #lisp 2021-06-03T00:01:39Z ssake quit (Ping timeout: 245 seconds) 2021-06-03T00:08:49Z Oladon joined #lisp 2021-06-03T00:16:35Z nicktick joined #lisp 2021-06-03T00:19:16Z random-nick quit (Ping timeout: 252 seconds) 2021-06-03T00:21:30Z mindCrime joined #lisp 2021-06-03T00:30:38Z mindCrime quit (Ping timeout: 252 seconds) 2021-06-03T01:06:36Z zaquest quit (Quit: Leaving) 2021-06-03T01:08:15Z zaquest joined #lisp 2021-06-03T01:14:34Z Oladon quit (Quit: Leaving.) 2021-06-03T01:26:24Z luckless_ joined #lisp 2021-06-03T01:29:09Z luckless quit (Ping timeout: 240 seconds) 2021-06-03T01:48:46Z orivej quit (Ping timeout: 258 seconds) 2021-06-03T01:51:11Z gilez joined #lisp 2021-06-03T01:51:56Z orivej joined #lisp 2021-06-03T02:06:01Z orivej quit (Ping timeout: 260 seconds) 2021-06-03T02:15:49Z shrysr quit (Ping timeout: 245 seconds) 2021-06-03T02:18:01Z shrysr joined #lisp 2021-06-03T02:19:23Z mindCrime joined #lisp 2021-06-03T02:21:39Z Sheilong quit (Quit: Connection closed for inactivity) 2021-06-03T02:23:30Z Bike quit (Quit: sleep) 2021-06-03T02:33:04Z peterhil quit (Quit: Must not waste too much time here...) 2021-06-03T02:57:00Z epony: White_Flame, are you there? 2021-06-03T03:09:01Z mindCrime quit (Ping timeout: 248 seconds) 2021-06-03T03:12:20Z lowryder joined #lisp 2021-06-03T03:13:24Z rumbler31 joined #lisp 2021-06-03T03:36:24Z White_Flame: there here? or there there? 2021-06-03T03:51:09Z Bourne quit (Remote host closed the connection) 2021-06-03T03:55:39Z v88m quit (Ping timeout: 258 seconds) 2021-06-03T04:01:47Z gilez quit (Ping timeout: 258 seconds) 2021-06-03T04:03:40Z mrchampion quit (Remote host closed the connection) 2021-06-03T04:05:31Z rumbler31 quit (Remote host closed the connection) 2021-06-03T04:17:11Z v88m joined #lisp 2021-06-03T04:23:50Z v88m quit (Ping timeout: 252 seconds) 2021-06-03T04:26:41Z andrei-n joined #lisp 2021-06-03T05:01:54Z Bourne joined #lisp 2021-06-03T05:07:45Z CrazEd joined #lisp 2021-06-03T05:20:49Z drdo quit (Ping timeout: 258 seconds) 2021-06-03T05:21:17Z drdo joined #lisp 2021-06-03T05:36:57Z narimiran joined #lisp 2021-06-03T05:46:04Z andrei-n quit (Quit: Leaving) 2021-06-03T05:47:06Z lowryder quit (Ping timeout: 260 seconds) 2021-06-03T05:47:35Z nicktick quit (Ping timeout: 258 seconds) 2021-06-03T05:51:04Z Oladon joined #lisp 2021-06-03T05:59:37Z orivej joined #lisp 2021-06-03T06:00:10Z nicktick joined #lisp 2021-06-03T06:06:06Z rumbler31 joined #lisp 2021-06-03T06:10:32Z rumbler31 quit (Ping timeout: 252 seconds) 2021-06-03T06:24:57Z v88m joined #lisp 2021-06-03T06:27:57Z luckless_ quit (Ping timeout: 240 seconds) 2021-06-03T06:29:54Z luckless joined #lisp 2021-06-03T06:42:49Z lansiir quit (Read error: Connection reset by peer) 2021-06-03T06:43:24Z lansiir joined #lisp 2021-06-03T06:47:23Z orivej quit (Ping timeout: 258 seconds) 2021-06-03T06:50:48Z Oladon quit (Quit: Leaving.) 2021-06-03T07:05:17Z CrazEd quit (Ping timeout: 248 seconds) 2021-06-03T07:23:41Z nostoi joined #lisp 2021-06-03T07:38:25Z kmeow joined #lisp 2021-06-03T08:29:44Z harovali quit (Ping timeout: 258 seconds) 2021-06-03T08:33:57Z sdumi quit (Ping timeout: 258 seconds) 2021-06-03T08:55:44Z jacks2 joined #lisp 2021-06-03T09:00:00Z orivej joined #lisp 2021-06-03T09:01:01Z v88m quit (Ping timeout: 248 seconds) 2021-06-03T09:07:58Z jacks2: why is #lisp on freenode about common lisp, and #lisp on libera about all lisps? someone got the channel registered before you? 2021-06-03T09:08:17Z White_Flame: because it's more clear that way 2021-06-03T09:08:27Z White_Flame: this channel went to #commonlisp 2021-06-03T09:14:14Z nostoi quit (Quit: Verlassend) 2021-06-03T09:14:52Z matthewcroughan_ quit (Remote host closed the connection) 2021-06-03T09:14:58Z nicktick quit (Ping timeout: 258 seconds) 2021-06-03T09:15:11Z matthewcroughan joined #lisp 2021-06-03T09:15:54Z kmeow quit (Remote host closed the connection) 2021-06-03T09:16:31Z Bourne quit (Ping timeout: 260 seconds) 2021-06-03T09:18:11Z sevenness joined #lisp 2021-06-03T09:22:21Z v88m joined #lisp 2021-06-03T09:27:14Z karlosz quit (Quit: karlosz) 2021-06-03T09:31:19Z sdumi joined #lisp 2021-06-03T09:52:41Z v88m quit (Ping timeout: 260 seconds) 2021-06-03T09:58:11Z Krystof quit (*.net *.split) 2021-06-03T10:08:25Z orivej quit (Read error: Connection reset by peer) 2021-06-03T10:14:10Z orivej joined #lisp 2021-06-03T10:47:56Z zups left #lisp 2021-06-03T10:49:00Z amerigo joined #lisp 2021-06-03T10:51:30Z nicktick joined #lisp 2021-06-03T10:58:13Z jello_pudding quit (Ping timeout: 250 seconds) 2021-06-03T11:01:21Z ym555 joined #lisp 2021-06-03T11:02:03Z jello_pudding joined #lisp 2021-06-03T11:03:15Z Krystof joined #lisp 2021-06-03T11:03:39Z Krystof quit (*.net *.split) 2021-06-03T11:03:49Z Krystof joined #lisp 2021-06-03T11:06:11Z v88m joined #lisp 2021-06-03T11:13:11Z v88m quit (Ping timeout: 260 seconds) 2021-06-03T11:24:04Z dvdmuckle quit (Ping timeout: 252 seconds) 2021-06-03T11:26:25Z random-nick joined #lisp 2021-06-03T11:27:09Z orivej quit (Ping timeout: 248 seconds) 2021-06-03T11:27:49Z orivej joined #lisp 2021-06-03T11:30:29Z dvdmuckle joined #lisp 2021-06-03T11:30:53Z nicktick quit (Ping timeout: 248 seconds) 2021-06-03T11:35:46Z ym555 quit (Quit: leaving...) 2021-06-03T11:43:25Z nicktick joined #lisp 2021-06-03T11:57:34Z DHARMAKAYA quit (Ping timeout: 272 seconds) 2021-06-03T11:59:42Z Bourne joined #lisp 2021-06-03T12:11:44Z baboo joined #lisp 2021-06-03T12:13:22Z baboo quit (Client Quit) 2021-06-03T12:22:05Z Bourne quit (Ping timeout: 248 seconds) 2021-06-03T12:23:36Z Bike joined #lisp 2021-06-03T12:32:40Z Bourne joined #lisp 2021-06-03T12:39:34Z jacks2 quit (Quit: http://www.okay.uz/) 2021-06-03T12:46:57Z Bourne quit (Ping timeout: 258 seconds) 2021-06-03T12:52:25Z lowryder joined #lisp 2021-06-03T13:15:07Z caret joined #lisp 2021-06-03T13:32:45Z mrchampion joined #lisp 2021-06-03T13:34:21Z orivej quit (Ping timeout: 260 seconds) 2021-06-03T13:35:52Z Bourne joined #lisp 2021-06-03T14:31:34Z gilez joined #lisp 2021-06-03T14:33:20Z Jesin quit (Quit: Leaving) 2021-06-03T14:39:48Z gareppa joined #lisp 2021-06-03T14:40:16Z gareppa quit (Remote host closed the connection) 2021-06-03T14:43:18Z Sheilong joined #lisp 2021-06-03T14:45:17Z sz0 joined #lisp 2021-06-03T15:02:45Z GIANTWORLDKEEPER quit (Read error: Connection reset by peer) 2021-06-03T15:04:46Z lowryder quit (Ping timeout: 260 seconds) 2021-06-03T15:05:51Z GIANTWORLDKEEPER joined #lisp 2021-06-03T15:07:01Z rumbler31 joined #lisp 2021-06-03T15:09:00Z Jesin joined #lisp 2021-06-03T15:10:30Z nick3000 joined #lisp 2021-06-03T15:11:31Z nick3000: I am trying to redefine a method to use an optinal keyword in CLISP and am getting an error: 2021-06-03T15:11:32Z nick3000: # #2=#)> has 1, but # has 0 optional parameters 2021-06-03T15:11:36Z nick3000: [Condition of type SIMPLE-ERROR] 2021-06-03T15:11:41Z rumbler31 quit (Ping timeout: 248 seconds) 2021-06-03T15:11:59Z nick3000: I tried to remove the method using remove-method, and it supposedly no longer exists but I still get the error. 2021-06-03T15:12:18Z nick3000: (remove-method #'mul-single-place-by-word (find-method #'mul-single-place-by-word nil (list (find-class t) (find-class 'machine-word)) nil)) 2021-06-03T15:12:29Z nick3000: That works but I still get the error. Any ideas as to what is going wrong? 2021-06-03T15:12:50Z nick3000: If I restart lisp it of course goes away, but I've run into this a few times and I'd like to know how to get around it. 2021-06-03T15:13:18Z Jesin quit (Remote host closed the connection) 2021-06-03T15:13:20Z Bike: when is this error signaled exactly? 2021-06-03T15:13:21Z nick3000: What triggered this all, to be clear, was adding an &optional argument. 2021-06-03T15:13:30Z Bike: also, this channel has pretty much moved to #commonlisp on libera.chat. 2021-06-03T15:13:34Z nick3000: If I eval the defmethod or load-system with asdf. 2021-06-03T15:13:39Z nick3000: Oh okay. 2021-06-03T15:14:14Z Bike: Anyway what the message is telling you is that the generic function and method have to agree on their lambda lists to some extent. 2021-06-03T15:14:28Z Bike: You can't have a generic function with zero optional parameters and a method with more than zero. 2021-06-03T15:14:43Z nick3000: Okay so I removed the specific method but not the generic one. 2021-06-03T15:14:59Z Bike: check clhs 7.6.4 for an exact description 2021-06-03T15:15:34Z Bike: is this generic function defined by a defgeneric form or is it implicit? 2021-06-03T15:16:26Z nick3000: implicit 2021-06-03T15:17:49Z Bike: so you just have one defmethod for this function and you're changing and recompiling that one defmethod form? yeah, that would cause this 2021-06-03T15:17:59Z nick3000: Yeah exactly. 2021-06-03T15:18:13Z Bike: i would just fmakunbound it entirely 2021-06-03T15:18:22Z Bike: (fmakunbound 'mul-single-place-by-word) and then recompile the defmethod form 2021-06-03T15:20:02Z nick3000: Okay thanks! That works. 2021-06-03T15:20:46Z Bike: great. 2021-06-03T15:21:22Z Bike: redefining generic function stuff is sometimes tricky because of the multiple methods. in this case it might seem obvious that the generic function should be essentially entirely overturned, but if there were other methods the situation would be more ambiguous. 2021-06-03T15:21:38Z sdumi quit (Ping timeout: 252 seconds) 2021-06-03T15:28:06Z amerigo quit (Quit: Connection closed for inactivity) 2021-06-03T15:52:31Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-03T15:53:10Z gilez quit (Ping timeout: 252 seconds) 2021-06-03T15:59:46Z v88m joined #lisp 2021-06-03T16:03:35Z sdumi joined #lisp 2021-06-03T16:11:38Z orivej joined #lisp 2021-06-03T16:17:28Z akoana joined #lisp 2021-06-03T16:20:17Z akoana left #lisp 2021-06-03T16:21:22Z mindCrime joined #lisp 2021-06-03T16:28:31Z long4mud joined #lisp 2021-06-03T16:32:21Z gilez joined #lisp 2021-06-03T16:50:56Z mindCrime quit (Ping timeout: 260 seconds) 2021-06-03T16:53:58Z mindCrime joined #lisp 2021-06-03T17:11:09Z mindCrime quit (Ping timeout: 248 seconds) 2021-06-03T17:14:58Z mingus joined #lisp 2021-06-03T17:16:24Z mingus left #lisp 2021-06-03T17:31:45Z Grue` quit (*.net *.split) 2021-06-03T17:31:45Z herlocksholmes quit (*.net *.split) 2021-06-03T17:31:45Z TMA quit (*.net *.split) 2021-06-03T17:36:39Z Grue` joined #lisp 2021-06-03T17:36:39Z herlocksholmes joined #lisp 2021-06-03T17:36:39Z TMA joined #lisp 2021-06-03T18:00:56Z galex-713 joined #lisp 2021-06-03T18:46:16Z sympt_ quit (Read error: Connection reset by peer) 2021-06-03T18:56:19Z orivej_ joined #lisp 2021-06-03T18:56:21Z orivej quit (Ping timeout: 260 seconds) 2021-06-03T19:06:49Z __jrjsmrtn__ joined #lisp 2021-06-03T19:11:17Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-03T19:14:37Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-03T19:14:48Z galex-713 joined #lisp 2021-06-03T19:24:21Z galex-713_ joined #lisp 2021-06-03T19:24:56Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-03T19:29:04Z galex-713_ quit (Client Quit) 2021-06-03T19:34:03Z galex-713 joined #lisp 2021-06-03T19:49:50Z lansiir quit (Read error: Connection reset by peer) 2021-06-03T19:50:28Z lansiir joined #lisp 2021-06-03T20:01:40Z karlosz joined #lisp 2021-06-03T20:02:39Z caret quit (Read error: Connection reset by peer) 2021-06-03T20:14:12Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-03T20:24:39Z narimiran quit (Ping timeout: 258 seconds) 2021-06-03T20:25:54Z entel joined #lisp 2021-06-03T20:29:45Z galex-713 joined #lisp 2021-06-03T20:46:45Z harovali joined #lisp 2021-06-03T20:53:47Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-03T20:56:21Z galex-713 joined #lisp 2021-06-03T21:06:37Z mindCrime joined #lisp 2021-06-03T21:27:32Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-03T21:27:59Z galex-713 joined #lisp 2021-06-03T21:30:17Z hiroaki joined #lisp 2021-06-03T21:32:50Z galex-713 quit (Remote host closed the connection) 2021-06-03T21:46:36Z galex-713 joined #lisp 2021-06-03T21:51:34Z galex-713 quit (Quit: No Ping reply in 180 seconds.) 2021-06-03T21:55:06Z galex-713 joined #lisp 2021-06-03T21:55:13Z epony: White_Flame, the questions is why are lireba rebellarse still freenoding their nodelessness 2021-06-03T21:57:41Z epony: like when does the frankist spanish dictature of capital italic geranisation stop bombing its compat-riots.. ever (after stealing their babies and giving them to the rich colonialists)? 2021-06-03T21:58:12Z epony: (fascism = capitalism = spam) 2021-06-03T21:58:37Z epony: you see the connection betwee neo-nazi liberalism and neo-fascist nationalism? 2021-06-03T21:59:06Z rpg joined #lisp 2021-06-03T22:01:14Z epony: same old is same new, it's just a false rename, a political campaign for agenda alignment that fools nobody 2021-06-03T22:07:59Z galex-713 quit (Remote host closed the connection) 2021-06-03T22:09:26Z galex-713 joined #lisp 2021-06-03T22:11:56Z sunarch quit (Ping timeout: 252 seconds) 2021-06-03T22:12:53Z xsperry quit (Remote host closed the connection) 2021-06-03T22:25:26Z galex-713 quit (Remote host closed the connection) 2021-06-03T22:26:46Z galex-713 joined #lisp 2021-06-03T22:27:51Z p_l has set mode +m 2021-06-03T22:28:25Z xsperry joined #lisp 2021-06-03T22:30:14Z galex-713 quit (Excess Flood) 2021-06-03T22:31:27Z galex-713 joined #lisp 2021-06-03T22:35:52Z karlosz quit (Quit: karlosz) 2021-06-03T22:38:16Z hhdave quit (Ping timeout: 260 seconds) 2021-06-03T22:40:13Z hhdave joined #lisp 2021-06-03T22:40:24Z karlosz joined #lisp 2021-06-03T22:40:30Z casual_friday_ joined #lisp 2021-06-03T22:41:20Z casual_friday quit (Ping timeout: 268 seconds) 2021-06-03T22:41:53Z nicktick quit (Ping timeout: 258 seconds) 2021-06-03T22:42:25Z galex-713 quit (Remote host closed the connection) 2021-06-03T22:43:46Z galex-713 joined #lisp 2021-06-03T22:48:32Z galex-713 quit (Client Quit) 2021-06-03T22:50:13Z galex-713 joined #lisp 2021-06-03T23:01:04Z hhdave quit (Ping timeout: 252 seconds) 2021-06-03T23:06:45Z hhdave joined #lisp 2021-06-03T23:24:21Z karlosz quit (Quit: karlosz) 2021-06-03T23:33:33Z galex-713 quit (Remote host closed the connection) 2021-06-03T23:34:48Z scymtym quit (Ping timeout: 252 seconds) 2021-06-03T23:35:15Z galex-713 joined #lisp 2021-06-03T23:58:00Z galex-713 quit (Remote host closed the connection) 2021-06-03T23:58:11Z lansiir quit (Read error: Connection reset by peer) 2021-06-03T23:58:45Z lansiir joined #lisp 2021-06-03T23:59:30Z galex-713 joined #lisp 2021-06-04T00:02:53Z acolarh quit (Ping timeout: 248 seconds) 2021-06-04T00:05:58Z random-nick quit (Ping timeout: 252 seconds) 2021-06-04T00:06:42Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-04T00:07:26Z galex-713 joined #lisp 2021-06-04T00:24:59Z trn joined #lisp 2021-06-04T00:26:32Z rpg quit (Ping timeout: 258 seconds) 2021-06-04T00:34:44Z rumbler31 joined #lisp 2021-06-04T00:48:32Z acolarh joined #lisp 2021-06-04T00:49:36Z rumbler31 quit (Remote host closed the connection) 2021-06-04T01:11:36Z galex-713 quit (Ping timeout: 252 seconds) 2021-06-04T01:56:17Z zaquest quit (Quit: Leaving) 2021-06-04T01:58:58Z zaquest joined #lisp 2021-06-04T02:00:38Z eschatologist left #lisp 2021-06-04T02:10:21Z orivej_ quit (Ping timeout: 248 seconds) 2021-06-04T02:32:19Z Sheilong quit 2021-06-04T02:33:06Z mindCrime quit (Ping timeout: 260 seconds) 2021-06-04T02:39:47Z orivej joined #lisp 2021-06-04T02:46:33Z sz0 quit (Quit: Connection closed for inactivity) 2021-06-04T02:49:59Z rumbler31 joined #lisp 2021-06-04T02:54:41Z rumbler31 quit (Ping timeout: 260 seconds) 2021-06-04T02:57:25Z mathrick quit (Read error: Connection reset by peer) 2021-06-04T02:59:06Z gilez quit (Ping timeout: 258 seconds) 2021-06-04T03:02:28Z winny left #lisp 2021-06-04T03:05:31Z entel quit (Quit: Connection closed for inactivity) 2021-06-04T03:06:46Z ahungry joined #lisp 2021-06-04T03:14:04Z entel joined #lisp 2021-06-04T03:19:30Z DAIBUTSU joined #lisp 2021-06-04T03:29:00Z DAIBUTSU is now known as DHARMAKAYA 2021-06-04T03:35:56Z ahungry quit (Remote host closed the connection) 2021-06-04T03:40:55Z ahungry joined #lisp 2021-06-04T04:02:28Z orivej quit (Ping timeout: 252 seconds) 2021-06-04T04:12:30Z Bike quit (Quit: Lost terminal) 2021-06-04T04:34:50Z chzchtfzph0 joined #lisp 2021-06-04T04:45:05Z ahungry quit (Remote host closed the connection) 2021-06-04T05:14:15Z mrchampion quit (Remote host closed the connection) 2021-06-04T05:28:41Z wilfredh joined #lisp 2021-06-04T05:31:56Z wilfredh left #lisp 2021-06-04T05:42:36Z narimiran joined #lisp 2021-06-04T06:01:50Z Oladon joined #lisp 2021-06-04T06:33:26Z chzchtfzph0 quit (Quit: Connection closed) 2021-06-04T06:59:36Z mokulus joined #lisp 2021-06-04T07:00:02Z mokulus quit (Client Quit) 2021-06-04T07:01:33Z Oladon quit (Quit: Leaving.) 2021-06-04T07:28:16Z White_Flame quit (Ping timeout: 260 seconds) 2021-06-04T07:39:24Z luckless quit (Remote host closed the connection) 2021-06-04T07:40:05Z luckless joined #lisp 2021-06-04T07:47:05Z nicktick joined #lisp 2021-06-04T08:06:50Z karlosz joined #lisp 2021-06-04T08:09:21Z mokulus joined #lisp 2021-06-04T08:09:56Z epony quit (Ping timeout: 260 seconds) 2021-06-04T08:19:25Z mokulus quit (Quit: WeeChat 3.1) 2021-06-04T08:19:41Z mokulus joined #lisp 2021-06-04T08:27:37Z mokulus quit (Quit: WeeChat 3.1) 2021-06-04T08:35:21Z v88m quit (Ping timeout: 260 seconds) 2021-06-04T08:43:57Z nicktick quit (Ping timeout: 248 seconds) 2021-06-04T08:44:16Z mokulus joined #lisp 2021-06-04T08:54:37Z sdumi quit (Ping timeout: 248 seconds) 2021-06-04T09:05:55Z galex-713 joined #lisp 2021-06-04T09:10:10Z harovali quit (Ping timeout: 258 seconds) 2021-06-04T09:32:03Z karlosz quit (Quit: karlosz) 2021-06-04T09:36:37Z rogersm joined #lisp 2021-06-04T09:38:11Z sdumi joined #lisp 2021-06-04T09:43:45Z karlosz joined #lisp 2021-06-04T09:49:32Z d4ryus joined #lisp 2021-06-04T09:56:47Z d4ryus left #lisp 2021-06-04T09:58:00Z random-nick joined #lisp 2021-06-04T10:17:38Z karlosz quit (Ping timeout: 258 seconds) 2021-06-04T10:56:08Z thomasb06 joined #lisp 2021-06-04T11:01:47Z orivej joined #lisp 2021-06-04T11:02:39Z motersen quit (Remote host closed the connection) 2021-06-04T11:02:58Z motersen joined #lisp 2021-06-04T11:43:40Z ft quit (Quit: leaving) 2021-06-04T11:54:53Z chzchtfzph0 joined #lisp 2021-06-04T11:55:17Z v88m joined #lisp 2021-06-04T11:55:33Z gxt quit (Ping timeout: 240 seconds) 2021-06-04T11:56:01Z gxt joined #lisp 2021-06-04T11:57:16Z motersen quit (Remote host closed the connection) 2021-06-04T11:57:28Z motersen joined #lisp 2021-06-04T12:02:38Z chzchtfzph0 quit (Quit: chzchtfzph0) 2021-06-04T12:22:05Z narimiran quit (Ping timeout: 248 seconds) 2021-06-04T12:29:49Z Bike joined #lisp 2021-06-04T12:41:39Z gareppa joined #lisp 2021-06-04T12:47:01Z rotty quit (Ping timeout: 260 seconds) 2021-06-04T13:08:57Z luckless quit (Remote host closed the connection) 2021-06-04T13:09:21Z luckless joined #lisp 2021-06-04T13:14:17Z gareppa quit (Quit: Leaving) 2021-06-04T13:31:59Z orivej quit (Ping timeout: 258 seconds) 2021-06-04T13:36:26Z mrchampion joined #lisp 2021-06-04T13:48:06Z narimiran joined #lisp 2021-06-04T14:00:24Z gilez joined #lisp 2021-06-04T14:13:50Z nicktick joined #lisp 2021-06-04T14:36:20Z Sheilong joined #lisp 2021-06-04T15:22:10Z rogersm quit (Read error: Connection reset by peer) 2021-06-04T15:33:50Z lonjil quit (Changing host) 2021-06-04T15:33:50Z lonjil joined #lisp 2021-06-04T15:56:46Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-04T16:09:16Z peterhil joined #lisp 2021-06-04T16:21:34Z gxt_ joined #lisp 2021-06-04T16:21:44Z gxt quit (Remote host closed the connection) 2021-06-04T16:22:36Z thomasb06 quit (Remote host closed the connection) 2021-06-04T16:42:21Z narimiran quit (Ping timeout: 248 seconds) 2021-06-04T16:48:51Z gilez quit (Ping timeout: 260 seconds) 2021-06-04T16:53:21Z rogersm joined #lisp 2021-06-04T16:58:02Z mindCrime joined #lisp 2021-06-04T17:26:46Z mindCrime quit (Ping timeout: 260 seconds) 2021-06-04T17:38:02Z White_Flame joined #lisp 2021-06-04T17:45:06Z orivej joined #lisp 2021-06-04T17:55:25Z peterhil quit (Ping timeout: 248 seconds) 2021-06-04T17:58:25Z lowryder joined #lisp 2021-06-04T18:05:14Z gareppa joined #lisp 2021-06-04T18:06:32Z flazh quit (Ping timeout: 265 seconds) 2021-06-04T18:06:51Z gareppa quit (Remote host closed the connection) 2021-06-04T18:23:09Z v88m quit (Ping timeout: 248 seconds) 2021-06-04T18:32:04Z peterhil joined #lisp 2021-06-04T19:01:17Z v88m joined #lisp 2021-06-04T19:09:15Z long4mud joined #lisp 2021-06-04T19:14:46Z lansiir quit (Read error: Connection reset by peer) 2021-06-04T19:15:16Z lansiir joined #lisp 2021-06-04T19:22:08Z rogersm quit (Quit: Leaving...) 2021-06-04T19:25:57Z tfb joined #lisp 2021-06-04T19:27:13Z tfb quit (Client Quit) 2021-06-04T20:01:25Z gilez joined #lisp 2021-06-04T20:05:20Z mokulus quit (Ping timeout: 252 seconds) 2021-06-04T20:13:02Z GIANTWORLDKEEPER quit (Quit: EXIT) 2021-06-04T20:13:52Z GIANTWORLDKEEPER joined #lisp 2021-06-04T20:28:09Z mindCrime joined #lisp 2021-06-04T20:52:07Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-04T20:59:25Z gilez quit (Ping timeout: 248 seconds) 2021-06-04T21:28:39Z harovali joined #lisp 2021-06-04T21:34:13Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-04T21:36:14Z lowryder quit (Quit: WeeChat 3.0) 2021-06-04T21:41:28Z random-nick left #lisp 2021-06-04T21:42:54Z karlosz joined #lisp 2021-06-04T22:02:30Z lowryder joined #lisp 2021-06-04T22:13:32Z xsperry quit (Remote host closed the connection) 2021-06-04T22:22:19Z xsperry joined #lisp 2021-06-04T22:38:23Z mindCrime joined #lisp 2021-06-04T22:44:29Z Oladon joined #lisp 2021-06-04T22:44:37Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-04T22:45:01Z mindCrime quit (Ping timeout: 248 seconds) 2021-06-04T23:29:32Z akoana joined #lisp 2021-06-04T23:32:08Z lowryder quit (Ping timeout: 252 seconds) 2021-06-04T23:49:57Z mindCrime joined #lisp 2021-06-04T23:50:39Z akoana left #lisp 2021-06-05T00:13:06Z Bike quit (Quit: Lost terminal) 2021-06-05T00:29:41Z gilez joined #lisp 2021-06-05T00:52:07Z rumbler31 joined #lisp 2021-06-05T01:39:15Z Oladon quit (Quit: Leaving.) 2021-06-05T01:51:03Z peterhil quit (Ping timeout: 258 seconds) 2021-06-05T01:53:52Z rumbler31 quit (Remote host closed the connection) 2021-06-05T01:57:24Z karlosz quit (Quit: karlosz) 2021-06-05T02:59:01Z mindCrime quit (Ping timeout: 260 seconds) 2021-06-05T03:00:46Z johnjay quit (Ping timeout: 252 seconds) 2021-06-05T03:01:26Z rumbler31 joined #lisp 2021-06-05T03:04:22Z johnjay joined #lisp 2021-06-05T03:10:42Z rumbler31 quit (Remote host closed the connection) 2021-06-05T03:11:21Z rumbler31 joined #lisp 2021-06-05T03:13:27Z zaquest quit (Quit: Leaving) 2021-06-05T03:15:44Z Sheilong quit 2021-06-05T03:37:14Z gilez quit (Ping timeout: 258 seconds) 2021-06-05T03:39:34Z tessier quit (Remote host closed the connection) 2021-06-05T03:40:12Z mindCrime joined #lisp 2021-06-05T03:56:47Z nicktick quit (Ping timeout: 258 seconds) 2021-06-05T04:01:10Z lowryder joined #lisp 2021-06-05T04:02:00Z nicktick joined #lisp 2021-06-05T04:06:29Z pyx joined #lisp 2021-06-05T04:06:39Z pyx quit (Client Quit) 2021-06-05T04:10:48Z orivej quit (Ping timeout: 252 seconds) 2021-06-05T04:40:28Z DHARMAKAYA quit (Quit: Turning off a portion of this simulation.) 2021-06-05T05:04:45Z zaquest joined #lisp 2021-06-05T05:05:24Z ryanbw quit (Ping timeout: 258 seconds) 2021-06-05T05:05:45Z ryanbw joined #lisp 2021-06-05T05:08:50Z narimiran joined #lisp 2021-06-05T05:19:58Z ryanbw quit (Ping timeout: 258 seconds) 2021-06-05T05:20:18Z ryanbw joined #lisp 2021-06-05T05:50:32Z lowryder quit (Ping timeout: 252 seconds) 2021-06-05T06:08:36Z mindCrime quit (Ping timeout: 260 seconds) 2021-06-05T06:33:49Z Oladon joined #lisp 2021-06-05T06:53:04Z teej joined #lisp 2021-06-05T07:05:00Z sdumi quit (Ping timeout: 258 seconds) 2021-06-05T07:27:26Z peterhil joined #lisp 2021-06-05T07:29:48Z teej left #lisp 2021-06-05T07:29:57Z v88m quit (Quit: Quit) 2021-06-05T07:31:12Z v88m joined #lisp 2021-06-05T07:31:37Z v88m quit (Client Quit) 2021-06-05T08:08:02Z narimiran quit (Ping timeout: 252 seconds) 2021-06-05T08:12:11Z Oddity quit (Ping timeout: 240 seconds) 2021-06-05T08:18:59Z flazh joined #lisp 2021-06-05T08:19:53Z flazh quit (Client Quit) 2021-06-05T08:20:07Z flazh joined #lisp 2021-06-05T08:35:25Z datajerk quit (Ping timeout: 248 seconds) 2021-06-05T08:40:40Z mokulus joined #lisp 2021-06-05T09:29:54Z dunk left #lisp 2021-06-05T09:39:05Z sdumi joined #lisp 2021-06-05T09:50:51Z harovali quit (Ping timeout: 260 seconds) 2021-06-05T10:04:37Z sdumi quit (Ping timeout: 245 seconds) 2021-06-05T10:09:28Z sdumi joined #lisp 2021-06-05T10:16:20Z nicktick quit (Read error: Connection reset by peer) 2021-06-05T10:22:04Z nicktick joined #lisp 2021-06-05T10:36:05Z Oladon quit (Quit: Leaving.) 2021-06-05T10:42:49Z orivej joined #lisp 2021-06-05T10:54:14Z GIANTWORLDKEEPER quit (Ping timeout: 258 seconds) 2021-06-05T10:56:25Z GIANTWORLDKEEPER joined #lisp 2021-06-05T11:48:41Z peterhil quit (Ping timeout: 260 seconds) 2021-06-05T11:51:44Z orivej quit (Ping timeout: 258 seconds) 2021-06-05T11:57:46Z Bourne quit (Remote host closed the connection) 2021-06-05T12:00:02Z Bourne joined #lisp 2021-06-05T12:31:30Z gareppa joined #lisp 2021-06-05T12:33:08Z mokulus quit (Ping timeout: 252 seconds) 2021-06-05T12:34:12Z mindCrime joined #lisp 2021-06-05T12:41:22Z gareppa quit (Quit: Leaving) 2021-06-05T12:59:51Z mindCrime quit (Ping timeout: 260 seconds) 2021-06-05T13:01:02Z mindCrime joined #lisp 2021-06-05T13:25:26Z narimiran joined #lisp 2021-06-05T13:28:26Z mindCrime quit (Ping timeout: 260 seconds) 2021-06-05T13:38:46Z sdumi quit (Ping timeout: 252 seconds) 2021-06-05T13:59:37Z galex-713 joined #lisp 2021-06-05T14:07:17Z narimiran quit (Quit: leaving) 2021-06-05T14:14:19Z orivej joined #lisp 2021-06-05T14:34:30Z gilez joined #lisp 2021-06-05T14:42:57Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-05T14:53:50Z galex-713 joined #lisp 2021-06-05T14:59:06Z sdumi joined #lisp 2021-06-05T15:08:00Z aartaka joined #lisp 2021-06-05T15:08:47Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-05T15:10:37Z gilez quit (Ping timeout: 248 seconds) 2021-06-05T15:31:29Z galex-713 joined #lisp 2021-06-05T15:36:02Z mindCrime joined #lisp 2021-06-05T15:48:26Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-05T15:50:24Z mindCrime quit (Ping timeout: 252 seconds) 2021-06-05T15:59:44Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-05T16:11:51Z galex-713 joined #lisp 2021-06-05T16:15:46Z long4mud joined #lisp 2021-06-05T16:23:29Z Inoperable quit (Excess Flood) 2021-06-05T16:29:21Z galex-713 quit (Read error: Connection reset by peer) 2021-06-05T16:31:14Z Inoperable joined #lisp 2021-06-05T16:33:05Z galex-713 joined #lisp 2021-06-05T16:36:40Z Sheilong joined #lisp 2021-06-05T17:10:06Z orivej quit (Ping timeout: 260 seconds) 2021-06-05T17:20:08Z mindCrime joined #lisp 2021-06-05T17:38:53Z mindCrime quit (Ping timeout: 248 seconds) 2021-06-05T17:50:16Z lowryder joined #lisp 2021-06-05T17:54:23Z nullman quit (Quit: leaving) 2021-06-05T17:56:11Z nullman joined #lisp 2021-06-05T18:12:26Z nullman quit (Quit: leaving) 2021-06-05T18:26:43Z mindCrime joined #lisp 2021-06-05T18:33:17Z mindCrime quit (Ping timeout: 248 seconds) 2021-06-05T18:33:32Z mindCrime joined #lisp 2021-06-05T18:35:25Z lowryder quit (Ping timeout: 248 seconds) 2021-06-05T18:37:37Z nullman joined #lisp 2021-06-05T18:45:18Z akoana joined #lisp 2021-06-05T19:14:09Z hiroaki joined #lisp 2021-06-05T19:15:56Z galex-713_ joined #lisp 2021-06-05T19:16:06Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-05T19:17:29Z orivej joined #lisp 2021-06-05T19:22:43Z galex-713_ quit (Read error: Connection reset by peer) 2021-06-05T19:24:12Z galex-713 joined #lisp 2021-06-05T19:31:42Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-05T19:41:59Z galex-713 joined #lisp 2021-06-05T19:48:47Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-05T19:50:28Z akoana left #lisp 2021-06-05T20:16:06Z perrier-jouet joined #lisp 2021-06-05T20:28:05Z MichaelRaskin quit (Ping timeout: 258 seconds) 2021-06-05T20:32:32Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-05T20:32:34Z MichaelRaskin joined #lisp 2021-06-05T20:34:19Z hiroaki joined #lisp 2021-06-05T20:35:38Z Krystof quit (Ping timeout: 255 seconds) 2021-06-05T20:38:52Z casual_friday_ quit (Quit: %bye%) 2021-06-05T20:39:56Z casual_friday joined #lisp 2021-06-05T20:59:01Z diamondbond quit (Quit: ZNC from FreeZNC.ru - Account expired) 2021-06-05T21:00:07Z aartaka_d joined #lisp 2021-06-05T21:02:04Z aartaka quit (Ping timeout: 252 seconds) 2021-06-05T21:17:01Z aartaka_d quit (Ping timeout: 248 seconds) 2021-06-05T21:25:46Z Krystof joined #lisp 2021-06-05T21:32:49Z gilez joined #lisp 2021-06-05T21:33:38Z galex-713 joined #lisp 2021-06-05T22:06:36Z mindCrime quit (Ping timeout: 252 seconds) 2021-06-05T22:29:10Z kmeow joined #lisp 2021-06-05T22:30:54Z datajerk joined #lisp 2021-06-05T22:34:15Z payphone joined #lisp 2021-06-05T23:05:39Z mindCrime joined #lisp 2021-06-05T23:15:39Z montxero joined #lisp 2021-06-05T23:25:24Z Oladon joined #lisp 2021-06-05T23:27:31Z gilez quit (Ping timeout: 260 seconds) 2021-06-05T23:52:47Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-06T00:14:17Z Sheilong quit (Quit: Connection closed for inactivity) 2021-06-06T00:41:28Z mindCrime joined #lisp 2021-06-06T00:44:05Z Oladon quit (Quit: Leaving.) 2021-06-06T00:47:21Z gilez joined #lisp 2021-06-06T01:04:25Z bitmapper joined #lisp 2021-06-06T01:04:47Z bitmapper quit (Client Quit) 2021-06-06T01:10:36Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-06T01:20:38Z mindCrime joined #lisp 2021-06-06T01:49:51Z montxero quit (Ping timeout: 260 seconds) 2021-06-06T02:17:51Z rumbler31 quit (Ping timeout: 260 seconds) 2021-06-06T02:21:08Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-06T02:37:37Z johnjay quit (Ping timeout: 258 seconds) 2021-06-06T02:40:15Z johnjay joined #lisp 2021-06-06T02:54:05Z GIANTWORLDKEEPER is now known as RussianCyberneti 2021-06-06T02:54:14Z RussianCyberneti is now known as RusCybernetics 2021-06-06T03:12:07Z gilez quit (Ping timeout: 258 seconds) 2021-06-06T03:21:49Z Krystof quit (Ping timeout: 248 seconds) 2021-06-06T03:36:36Z orivej quit (Ping timeout: 252 seconds) 2021-06-06T03:37:52Z mindCrime joined #lisp 2021-06-06T03:43:54Z orivej joined #lisp 2021-06-06T04:05:46Z mrchampion quit (Remote host closed the connection) 2021-06-06T04:05:56Z orivej quit (Ping timeout: 252 seconds) 2021-06-06T04:31:23Z yonkunas quit (Quit: Connection closed for inactivity) 2021-06-06T04:34:48Z mseddon4 joined #lisp 2021-06-06T04:35:08Z conkker0 joined #lisp 2021-06-06T04:37:00Z crypto_ joined #lisp 2021-06-06T04:37:09Z ilmu quit (Ping timeout: 240 seconds) 2021-06-06T04:37:09Z z0d quit (Ping timeout: 240 seconds) 2021-06-06T04:37:09Z brown121407 quit (Ping timeout: 240 seconds) 2021-06-06T04:37:36Z troydm1 joined #lisp 2021-06-06T04:37:53Z sbryant quit (Ping timeout: 265 seconds) 2021-06-06T04:37:54Z conkker quit (Read error: Connection reset by peer) 2021-06-06T04:37:54Z docl_ quit (Ping timeout: 265 seconds) 2021-06-06T04:37:54Z mseddon quit (Ping timeout: 265 seconds) 2021-06-06T04:37:54Z troydm quit (Ping timeout: 265 seconds) 2021-06-06T04:37:54Z saturn2 quit (Ping timeout: 265 seconds) 2021-06-06T04:37:54Z conkker0 is now known as conkker 2021-06-06T04:37:54Z mseddon4 is now known as mseddon 2021-06-06T04:38:20Z sbryant joined #lisp 2021-06-06T04:39:13Z saturn2 joined #lisp 2021-06-06T05:43:35Z ak5 joined #lisp 2021-06-06T05:44:34Z johnjay quit (Ping timeout: 252 seconds) 2021-06-06T05:48:17Z johnjay joined #lisp 2021-06-06T06:36:14Z Oladon joined #lisp 2021-06-06T06:38:26Z seok joined #lisp 2021-06-06T06:46:23Z seok quit (Quit: Connection closed) 2021-06-06T07:07:20Z aartaka joined #lisp 2021-06-06T07:33:50Z mindCrime quit (Ping timeout: 252 seconds) 2021-06-06T08:06:01Z zaquest quit (Remote host closed the connection) 2021-06-06T08:08:43Z zaquest joined #lisp 2021-06-06T08:11:12Z elderK quit (Quit: Connection closed for inactivity) 2021-06-06T08:38:06Z crypto_ is now known as z0d 2021-06-06T08:57:31Z aartaka_d joined #lisp 2021-06-06T09:01:28Z aartaka quit (Ping timeout: 252 seconds) 2021-06-06T09:05:11Z marcoxa joined #lisp 2021-06-06T09:11:26Z marcoxa quit (Ping timeout: 260 seconds) 2021-06-06T09:11:49Z marcoxa joined #lisp 2021-06-06T09:21:21Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-06T09:21:52Z aartaka joined #lisp 2021-06-06T09:23:06Z aartaka_d quit (Ping timeout: 260 seconds) 2021-06-06T09:28:33Z aartaka quit (Ping timeout: 258 seconds) 2021-06-06T09:29:42Z marcoxa quit (Ping timeout: 252 seconds) 2021-06-06T09:33:41Z galex-713 joined #lisp 2021-06-06T09:37:30Z aartaka joined #lisp 2021-06-06T09:45:11Z Krystof joined #lisp 2021-06-06T10:24:37Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-06T10:27:14Z orivej joined #lisp 2021-06-06T10:29:01Z sdumi quit (Ping timeout: 248 seconds) 2021-06-06T10:36:30Z Oladon quit (Quit: Leaving.) 2021-06-06T10:37:53Z hiroaki joined #lisp 2021-06-06T10:43:14Z galex-713 quit (Quit: No Ping reply in 180 seconds.) 2021-06-06T10:53:30Z galex-713 joined #lisp 2021-06-06T10:54:55Z sdumi joined #lisp 2021-06-06T11:14:33Z rumbler31 joined #lisp 2021-06-06T11:18:58Z rumbler31 quit (Ping timeout: 252 seconds) 2021-06-06T11:25:36Z orivej quit (Ping timeout: 260 seconds) 2021-06-06T12:08:47Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-06T12:26:24Z CrazyPython joined #lisp 2021-06-06T12:40:13Z hiroaki joined #lisp 2021-06-06T13:07:12Z mrchampion joined #lisp 2021-06-06T13:09:17Z Gnuxie[m] left #lisp 2021-06-06T13:09:18Z aartaka_d joined #lisp 2021-06-06T13:11:10Z aartaka quit (Ping timeout: 252 seconds) 2021-06-06T14:36:07Z mindCrime joined #lisp 2021-06-06T14:44:36Z Bike joined #lisp 2021-06-06T14:50:22Z aartaka_d quit (Remote host closed the connection) 2021-06-06T14:50:42Z aartaka joined #lisp 2021-06-06T14:50:53Z sdumi quit (Ping timeout: 248 seconds) 2021-06-06T15:05:28Z Bike quit (Quit: Lost terminal) 2021-06-06T15:07:09Z Bike joined #lisp 2021-06-06T15:14:37Z Sheilong joined #lisp 2021-06-06T15:48:31Z gilez joined #lisp 2021-06-06T15:49:19Z ak5 quit (Remote host closed the connection) 2021-06-06T15:53:34Z kmeow quit (Remote host closed the connection) 2021-06-06T16:04:09Z long4mud quit (Ping timeout: 258 seconds) 2021-06-06T16:07:10Z ak5 joined #lisp 2021-06-06T16:24:45Z Krystof quit (Ping timeout: 248 seconds) 2021-06-06T17:05:50Z CrazyPython quit (Ping timeout: 252 seconds) 2021-06-06T17:12:13Z gilez quit (Ping timeout: 248 seconds) 2021-06-06T17:14:43Z CrazyPython joined #lisp 2021-06-06T17:22:15Z Aurora_v_kosmose joined #lisp 2021-06-06T17:22:20Z Aurora_v_kosmose left #lisp 2021-06-06T17:23:15Z rogersm joined #lisp 2021-06-06T17:24:58Z rogersm quit (Client Quit) 2021-06-06T17:26:41Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-06T17:32:07Z galex-713 joined #lisp 2021-06-06T17:58:46Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-06T18:01:53Z galex-713 joined #lisp 2021-06-06T18:04:15Z noobineer joined #lisp 2021-06-06T18:08:47Z noobineer quit (Read error: Connection reset by peer) 2021-06-06T18:12:34Z mindCrime quit (Ping timeout: 252 seconds) 2021-06-06T18:19:51Z aartaka quit (Read error: Connection reset by peer) 2021-06-06T18:29:19Z Krystof joined #lisp 2021-06-06T18:29:44Z long4mud joined #lisp 2021-06-06T18:32:01Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-06T18:32:55Z aartaka joined #lisp 2021-06-06T18:33:15Z sdumi joined #lisp 2021-06-06T18:35:21Z aartaka quit (Read error: Connection reset by peer) 2021-06-06T18:35:27Z aartaka_d joined #lisp 2021-06-06T18:48:07Z aartaka joined #lisp 2021-06-06T18:50:21Z aartaka_d quit (Ping timeout: 248 seconds) 2021-06-06T18:50:22Z aartaka quit (Read error: Connection reset by peer) 2021-06-06T18:51:00Z aartaka joined #lisp 2021-06-06T18:58:03Z ak5 quit (Remote host closed the connection) 2021-06-06T19:05:29Z galex-713 joined #lisp 2021-06-06T19:06:22Z gareppa joined #lisp 2021-06-06T19:18:06Z Bourne quit (Ping timeout: 260 seconds) 2021-06-06T19:22:20Z orivej joined #lisp 2021-06-06T19:29:15Z ak5 joined #lisp 2021-06-06T20:24:12Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-06T20:31:01Z galex-713 joined #lisp 2021-06-06T20:42:48Z galex-713 quit (Quit: No Ping reply in 180 seconds.) 2021-06-06T20:44:14Z galex-713 joined #lisp 2021-06-06T20:44:34Z akoana joined #lisp 2021-06-06T20:53:35Z lowryder joined #lisp 2021-06-06T20:56:06Z orivej quit (Ping timeout: 252 seconds) 2021-06-06T21:03:06Z lowryder quit (Ping timeout: 260 seconds) 2021-06-06T21:17:18Z hugo joined #lisp 2021-06-06T21:17:37Z aartaka_d joined #lisp 2021-06-06T21:20:40Z aartaka quit (Ping timeout: 252 seconds) 2021-06-06T21:21:20Z aartaka joined #lisp 2021-06-06T21:21:49Z aartaka_d quit (Ping timeout: 248 seconds) 2021-06-06T21:35:13Z mindCrime joined #lisp 2021-06-06T21:35:50Z gareppa quit (Quit: Leaving) 2021-06-06T21:37:37Z gareppa joined #lisp 2021-06-06T21:38:22Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-06T21:39:31Z Bit_MCP joined #lisp 2021-06-06T21:39:41Z galex-713 joined #lisp 2021-06-06T21:40:30Z karlosz joined #lisp 2021-06-06T21:45:41Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-06T21:45:44Z galex-713_ joined #lisp 2021-06-06T21:48:28Z rumbler3_ joined #lisp 2021-06-06T21:54:23Z TCZ joined #lisp 2021-06-06T21:55:06Z aartaka_d joined #lisp 2021-06-06T21:58:31Z aartaka quit (Ping timeout: 260 seconds) 2021-06-06T21:58:35Z Bit_MCP quit (Quit: Leaving) 2021-06-06T22:05:13Z TCZ quit (Quit: ...) 2021-06-06T22:06:01Z akoana left #lisp 2021-06-06T22:08:26Z galex-713_ quit (Ping timeout: 260 seconds) 2021-06-06T22:09:21Z gareppa quit (Quit: Leaving) 2021-06-06T22:09:57Z galex-713 joined #lisp 2021-06-06T22:14:31Z xsperry quit (Disconnected by services) 2021-06-06T22:14:41Z xsperry joined #lisp 2021-06-06T22:21:16Z nicktick quit (Ping timeout: 260 seconds) 2021-06-06T22:21:31Z gilez joined #lisp 2021-06-06T22:28:41Z TCZ joined #lisp 2021-06-06T22:43:44Z orivej joined #lisp 2021-06-06T22:59:41Z gilez quit (Ping timeout: 258 seconds) 2021-06-06T23:27:55Z rumbler3_ quit (Remote host closed the connection) 2021-06-06T23:29:31Z orivej quit (Ping timeout: 260 seconds) 2021-06-06T23:51:14Z rumbler3_ joined #lisp 2021-06-07T00:32:32Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-07T00:38:01Z galex-713 joined #lisp 2021-06-07T00:43:47Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-07T00:44:04Z galex-713 joined #lisp 2021-06-07T00:57:01Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-07T01:01:29Z gilez joined #lisp 2021-06-07T01:04:05Z galex-713 joined #lisp 2021-06-07T01:05:45Z nicktick joined #lisp 2021-06-07T01:10:02Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-07T01:15:16Z galex-713 joined #lisp 2021-06-07T01:21:31Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-07T01:21:59Z galex-713_ joined #lisp 2021-06-07T01:29:11Z galex-713_ quit (Ping timeout: 258 seconds) 2021-06-07T01:30:31Z TCZ quit (Quit: ...) 2021-06-07T01:31:39Z galex-713 joined #lisp 2021-06-07T01:38:02Z galex-713 quit (Quit: No Ping reply in 180 seconds.) 2021-06-07T01:39:21Z galex-713 joined #lisp 2021-06-07T01:46:01Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-07T02:03:32Z CrazyPython quit (Read error: Connection reset by peer) 2021-06-07T02:11:57Z nicktick quit (Ping timeout: 248 seconds) 2021-06-07T02:19:55Z nicktick joined #lisp 2021-06-07T02:23:16Z karlosz quit (Quit: karlosz) 2021-06-07T02:24:23Z nicktick quit (Ping timeout: 258 seconds) 2021-06-07T02:33:35Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-07T02:51:45Z orivej joined #lisp 2021-06-07T03:08:42Z Sheilong quit 2021-06-07T03:34:31Z gilez quit (Ping timeout: 260 seconds) 2021-06-07T03:37:51Z rumbler3_ quit (Remote host closed the connection) 2021-06-07T03:38:40Z rumbler31 joined #lisp 2021-06-07T03:43:28Z orivej quit (Ping timeout: 252 seconds) 2021-06-07T03:43:55Z orivej joined #lisp 2021-06-07T04:12:05Z Bike quit (Quit: sleep) 2021-06-07T04:14:06Z ak5 quit (Remote host closed the connection) 2021-06-07T04:19:26Z karlosz joined #lisp 2021-06-07T04:30:24Z mrchampion quit (Remote host closed the connection) 2021-06-07T04:35:46Z orivej quit (Ping timeout: 260 seconds) 2021-06-07T04:44:15Z ak5 joined #lisp 2021-06-07T05:38:44Z hdasch joined #lisp 2021-06-07T05:42:49Z nicktick joined #lisp 2021-06-07T05:50:37Z karlosz quit (Ping timeout: 248 seconds) 2021-06-07T05:53:25Z narimiran joined #lisp 2021-06-07T05:56:22Z aartaka joined #lisp 2021-06-07T05:59:08Z aartaka_d quit (Ping timeout: 252 seconds) 2021-06-07T06:03:33Z tiwEllien joined #lisp 2021-06-07T06:07:36Z tiwEllien quit (Client Quit) 2021-06-07T06:29:59Z luckless_ joined #lisp 2021-06-07T06:32:21Z luckless quit (Ping timeout: 240 seconds) 2021-06-07T06:33:47Z thomasb06 joined #lisp 2021-06-07T06:35:39Z zaquest quit (Quit: Leaving) 2021-06-07T06:40:54Z karlosz joined #lisp 2021-06-07T06:41:42Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-07T06:45:29Z Oladon joined #lisp 2021-06-07T06:54:21Z zaquest joined #lisp 2021-06-07T06:55:02Z hiroaki joined #lisp 2021-06-07T07:04:05Z ak5 quit (Remote host closed the connection) 2021-06-07T07:10:23Z karlosz quit (Quit: karlosz) 2021-06-07T07:21:40Z ak5 joined #lisp 2021-06-07T07:37:23Z aartaka_d joined #lisp 2021-06-07T07:39:29Z aartaka quit (Ping timeout: 258 seconds) 2021-06-07T07:41:47Z aartaka_d quit (Ping timeout: 258 seconds) 2021-06-07T07:43:20Z aartaka joined #lisp 2021-06-07T08:10:03Z orivej joined #lisp 2021-06-07T08:35:30Z ak5 quit (Quit: WeeChat 3.1) 2021-06-07T08:53:34Z karlosz joined #lisp 2021-06-07T09:19:51Z nicktick quit (Ping timeout: 260 seconds) 2021-06-07T09:23:21Z aartaka quit (Read error: Connection reset by peer) 2021-06-07T09:29:29Z Bourne joined #lisp 2021-06-07T09:50:23Z rogersm joined #lisp 2021-06-07T10:19:50Z RusCybernetics quit (Ping timeout: 252 seconds) 2021-06-07T10:21:35Z ak5 joined #lisp 2021-06-07T10:25:30Z nicktick joined #lisp 2021-06-07T10:36:46Z perrier-jouet quit (Quit: WeeChat 3.1) 2021-06-07T10:42:20Z xsperry quit (Ping timeout: 258 seconds) 2021-06-07T10:51:09Z rumbler31 quit (Ping timeout: 258 seconds) 2021-06-07T10:56:41Z karlosz quit (Ping timeout: 260 seconds) 2021-06-07T11:00:51Z rogersm quit (Quit: Leaving...) 2021-06-07T11:12:45Z Inline joined #lisp 2021-06-07T11:16:42Z Oladon quit (Quit: Leaving.) 2021-06-07T11:25:07Z TCZ joined #lisp 2021-06-07T11:26:36Z xsperry joined #lisp 2021-06-07T11:28:13Z orivej quit (Ping timeout: 248 seconds) 2021-06-07T11:32:06Z pok left #lisp 2021-06-07T11:53:47Z cpape quit (Quit: ERC (IRC client for Emacs 25.2.2)) 2021-06-07T12:05:09Z pyx joined #lisp 2021-06-07T12:05:49Z pyx quit (Client Quit) 2021-06-07T12:13:16Z Inline quit (Quit: Leaving) 2021-06-07T12:13:50Z Inline joined #lisp 2021-06-07T12:16:02Z TCZ quit (Quit: ...) 2021-06-07T12:19:09Z orivej joined #lisp 2021-06-07T12:24:56Z TCZ joined #lisp 2021-06-07T12:31:00Z Bike joined #lisp 2021-06-07T13:01:53Z Noisytoot quit (Ping timeout: 258 seconds) 2021-06-07T13:06:15Z lowryder joined #lisp 2021-06-07T13:06:24Z yonkunas joined #lisp 2021-06-07T13:10:55Z catchme joined #lisp 2021-06-07T13:25:43Z mrchampion joined #lisp 2021-06-07T13:27:54Z Sheilong joined #lisp 2021-06-07T13:35:27Z GIANTWORLDKEEPER joined #lisp 2021-06-07T13:37:34Z rudi joined #lisp 2021-06-07T13:54:12Z galex-713 joined #lisp 2021-06-07T14:00:12Z galex-713 quit (Ping timeout: 252 seconds) 2021-06-07T14:02:56Z gilez joined #lisp 2021-06-07T14:27:20Z Achylles joined #lisp 2021-06-07T14:29:39Z gilez quit (Ping timeout: 258 seconds) 2021-06-07T14:35:17Z TCZ quit (Quit: ...) 2021-06-07T14:47:28Z rumbler31 joined #lisp 2021-06-07T14:49:20Z Achylles quit (Quit: Leaving) 2021-06-07T14:51:57Z rumbler31 quit (Ping timeout: 248 seconds) 2021-06-07T15:04:48Z TCZ joined #lisp 2021-06-07T15:11:54Z Noisytoot joined #lisp 2021-06-07T15:27:40Z john2gb0 quit (Quit: Ping timeout (120 seconds)) 2021-06-07T15:29:08Z john2gb0 joined #lisp 2021-06-07T15:39:56Z catchme quit (Quit: Connection closed for inactivity) 2021-06-07T15:44:12Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-07T15:44:16Z thomasb06 quit (Remote host closed the connection) 2021-06-07T15:47:57Z xsperry quit (Ping timeout: 248 seconds) 2021-06-07T15:55:10Z catchme joined #lisp 2021-06-07T16:03:25Z long4mud quit (Ping timeout: 248 seconds) 2021-06-07T16:07:47Z galex-713 joined #lisp 2021-06-07T16:11:35Z rotty joined #lisp 2021-06-07T16:13:18Z galex-713 quit (Ping timeout: 252 seconds) 2021-06-07T16:14:07Z galex-713 joined #lisp 2021-06-07T16:23:22Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-07T16:33:04Z galex-713 joined #lisp 2021-06-07T16:37:52Z rotty quit (Ping timeout: 252 seconds) 2021-06-07T16:38:45Z hiroaki joined #lisp 2021-06-07T16:44:33Z TCZ quit (Quit: ...) 2021-06-07T16:47:07Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-07T16:48:08Z galex-713 joined #lisp 2021-06-07T16:59:19Z gilez joined #lisp 2021-06-07T17:25:43Z ak5 quit (Remote host closed the connection) 2021-06-07T17:40:12Z galex-713 quit (Ping timeout: 252 seconds) 2021-06-07T17:41:00Z ak5 joined #lisp 2021-06-07T17:59:56Z catchme quit (Quit: Connection closed for inactivity) 2021-06-07T18:12:24Z mindCrime joined #lisp 2021-06-07T18:24:04Z knusbaum joined #lisp 2021-06-07T18:26:26Z gilez quit (Ping timeout: 260 seconds) 2021-06-07T18:29:37Z rotty joined #lisp 2021-06-07T19:28:57Z xsperry joined #lisp 2021-06-07T19:32:31Z TCZ joined #lisp 2021-06-07T19:40:29Z gilez joined #lisp 2021-06-07T19:57:21Z lonjil quit (Changing host) 2021-06-07T19:57:21Z lonjil joined #lisp 2021-06-07T20:20:44Z knusbaum quit (Remote host closed the connection) 2021-06-07T20:23:01Z rudi quit (Quit: rudi) 2021-06-07T20:28:14Z karlosz joined #lisp 2021-06-07T20:29:58Z narimiran quit (Ping timeout: 252 seconds) 2021-06-07T20:35:42Z rotty quit (Quit: WeeChat 3.2-dev) 2021-06-07T20:36:31Z orivej quit (Ping timeout: 258 seconds) 2021-06-07T20:40:42Z akoana joined #lisp 2021-06-07T21:05:17Z xsperry quit (Ping timeout: 248 seconds) 2021-06-07T21:15:44Z xsperry joined #lisp 2021-06-07T21:24:01Z TCZ quit (Quit: ...) 2021-06-07T21:25:31Z gilez quit (Ping timeout: 260 seconds) 2021-06-07T21:40:39Z rotty joined #lisp 2021-06-07T21:45:16Z gxt_ quit (Quit: WeeChat 3.1) 2021-06-07T21:48:49Z rumbler31 joined #lisp 2021-06-07T21:53:10Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-07T21:53:22Z rumbler31 quit (Ping timeout: 245 seconds) 2021-06-07T22:01:58Z akoana left #lisp 2021-06-07T22:07:44Z lalilulelo joined #lisp 2021-06-07T22:09:33Z MarsIronPI quit (Quit: Bye all!) 2021-06-07T22:21:45Z mindCrime joined #lisp 2021-06-07T22:22:20Z TCZ joined #lisp 2021-06-07T22:29:42Z mindCrime quit (Read error: Connection reset by peer) 2021-06-07T22:29:49Z mindCrime_ joined #lisp 2021-06-07T22:35:25Z nicktick quit (Ping timeout: 248 seconds) 2021-06-07T22:36:57Z karlosz quit (Quit: karlosz) 2021-06-07T22:38:18Z long4mud joined #lisp 2021-06-07T22:42:09Z karlosz joined #lisp 2021-06-07T22:46:28Z karlosz quit (Client Quit) 2021-06-07T23:07:11Z mindCrime_ quit (Ping timeout: 258 seconds) 2021-06-07T23:08:00Z mindCrime_ joined #lisp 2021-06-07T23:16:44Z mindCrime joined #lisp 2021-06-07T23:17:03Z mindCrime_ quit (Ping timeout: 272 seconds) 2021-06-07T23:20:28Z hiroaki quit (Ping timeout: 252 seconds) 2021-06-07T23:32:59Z hiroaki joined #lisp 2021-06-07T23:37:00Z elderK joined #lisp 2021-06-07T23:47:03Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-07T23:48:35Z lalilulelo quit (Quit: Leaving) 2021-06-08T00:08:00Z TCZ quit (Quit: ...) 2021-06-08T00:15:52Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-08T00:29:09Z hiroaki joined #lisp 2021-06-08T00:59:28Z nicktick joined #lisp 2021-06-08T01:18:18Z gilez joined #lisp 2021-06-08T01:37:28Z ahungry joined #lisp 2021-06-08T01:46:16Z mindCrime joined #lisp 2021-06-08T01:54:37Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-08T02:13:34Z Sheilong quit 2021-06-08T02:22:28Z drl joined #lisp 2021-06-08T02:44:07Z rumbler31 joined #lisp 2021-06-08T02:44:21Z drl_ joined #lisp 2021-06-08T02:53:36Z Necktwi joined #lisp 2021-06-08T02:59:11Z johnjay quit (Ping timeout: 260 seconds) 2021-06-08T03:02:15Z johnjay joined #lisp 2021-06-08T03:35:27Z gilez quit (Ping timeout: 272 seconds) 2021-06-08T03:43:47Z mindCrime quit (Ping timeout: 245 seconds) 2021-06-08T04:02:51Z maxwilliamson quit (Remote host closed the connection) 2021-06-08T04:03:24Z maxwilliamson joined #lisp 2021-06-08T04:18:47Z Bike quit (Quit: Lost terminal) 2021-06-08T04:23:49Z drl_ quit (Quit: Leaving) 2021-06-08T04:23:49Z drl quit (Quit: Leaving) 2021-06-08T04:55:02Z ahungry quit (Remote host closed the connection) 2021-06-08T05:00:44Z narimiran joined #lisp 2021-06-08T05:01:01Z sdumi quit (Ping timeout: 248 seconds) 2021-06-08T05:10:27Z lowryder quit (Ping timeout: 245 seconds) 2021-06-08T05:21:24Z karlosz joined #lisp 2021-06-08T05:23:25Z rumbler31 quit (Remote host closed the connection) 2021-06-08T05:36:13Z karlosz quit (Quit: karlosz) 2021-06-08T05:44:53Z sdumi joined #lisp 2021-06-08T05:48:41Z mrchampion quit (Remote host closed the connection) 2021-06-08T06:04:17Z orivej joined #lisp 2021-06-08T06:52:23Z killsushi joined #lisp 2021-06-08T07:13:35Z sevenness quit (Read error: Connection reset by peer) 2021-06-08T07:15:32Z femi quit (Ping timeout: 258 seconds) 2021-06-08T07:15:46Z femi joined #lisp 2021-06-08T07:16:41Z nullman quit (Ping timeout: 258 seconds) 2021-06-08T07:16:56Z nullman joined #lisp 2021-06-08T07:17:04Z emacsomancer quit (Ping timeout: 258 seconds) 2021-06-08T07:17:53Z emacsomancer joined #lisp 2021-06-08T07:25:38Z Oladon joined #lisp 2021-06-08T07:27:26Z orivej quit (Ping timeout: 258 seconds) 2021-06-08T07:27:44Z lowryder joined #lisp 2021-06-08T07:27:52Z thomasb06 joined #lisp 2021-06-08T07:30:27Z jello_pudding quit (Ping timeout: 245 seconds) 2021-06-08T07:33:47Z narimiran quit (Ping timeout: 245 seconds) 2021-06-08T07:36:18Z jello_pudding joined #lisp 2021-06-08T07:43:19Z hiroaki joined #lisp 2021-06-08T08:02:16Z zaquest quit (Quit: Leaving) 2021-06-08T08:03:43Z zaquest joined #lisp 2021-06-08T08:27:15Z karlosz joined #lisp 2021-06-08T08:28:04Z tich joined #lisp 2021-06-08T08:28:45Z tich quit (Quit: ERC (IRC client for Emacs 27.2)) 2021-06-08T08:32:46Z xantoz quit (Read error: Connection reset by peer) 2021-06-08T08:38:04Z madand_ quit (Quit: ZNC 1.8.2 - https://znc.in) 2021-06-08T08:38:09Z maxwilliamson quit (Remote host closed the connection) 2021-06-08T08:38:11Z madnificent quit (Quit: ZNC 1.8.2 - https://znc.in) 2021-06-08T08:39:38Z madand joined #lisp 2021-06-08T08:40:14Z maxwilliamson joined #lisp 2021-06-08T08:40:27Z madnificent joined #lisp 2021-06-08T08:41:16Z eMBee quit (Ping timeout: 260 seconds) 2021-06-08T08:47:19Z gareppa joined #lisp 2021-06-08T08:49:41Z gareppa quit (Remote host closed the connection) 2021-06-08T09:00:12Z hegz quit (Quit: Idle for 30+ days) 2021-06-08T09:00:46Z eMBee joined #lisp 2021-06-08T09:13:17Z karlosz quit (Quit: karlosz) 2021-06-08T09:15:24Z narimiran joined #lisp 2021-06-08T09:25:52Z nicktick quit (Ping timeout: 245 seconds) 2021-06-08T09:37:57Z jello_pudding quit (Ping timeout: 245 seconds) 2021-06-08T09:43:28Z jello_pudding joined #lisp 2021-06-08T10:36:40Z orivej joined #lisp 2021-06-08T10:53:47Z jello_pudding quit (Ping timeout: 245 seconds) 2021-06-08T10:59:22Z jello_pudding joined #lisp 2021-06-08T11:05:41Z jello_pudding quit (Ping timeout: 260 seconds) 2021-06-08T11:07:28Z ted_wroclaw joined #lisp 2021-06-08T11:13:23Z jello_pudding joined #lisp 2021-06-08T11:24:49Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-08T11:24:56Z Inline quit (Ping timeout: 260 seconds) 2021-06-08T11:44:09Z eden joined #lisp 2021-06-08T11:55:53Z Oladon quit (Quit: Leaving.) 2021-06-08T12:02:09Z ted_wroclaw quit (Quit: Textual IRC Client: www.textualapp.com) 2021-06-08T12:07:43Z eden quit (Remote host closed the connection) 2021-06-08T12:08:16Z eden joined #lisp 2021-06-08T12:08:53Z galex-713 joined #lisp 2021-06-08T12:28:14Z killsushi quit (Quit: Leaving) 2021-06-08T12:56:45Z eden quit (Ping timeout: 240 seconds) 2021-06-08T13:00:09Z hhdave_ joined #lisp 2021-06-08T13:00:55Z hhdave quit (Ping timeout: 258 seconds) 2021-06-08T13:00:55Z hhdave_ is now known as hhdave 2021-06-08T13:01:24Z Bike joined #lisp 2021-06-08T13:16:03Z eden joined #lisp 2021-06-08T13:20:28Z thomasb06 quit (Remote host closed the connection) 2021-06-08T13:22:10Z sevenness joined #lisp 2021-06-08T13:35:06Z mrchampion joined #lisp 2021-06-08T13:36:30Z Sheilong joined #lisp 2021-06-08T13:48:29Z nicktick joined #lisp 2021-06-08T13:56:08Z gilez joined #lisp 2021-06-08T14:10:10Z nicktick quit (Read error: Connection timed out) 2021-06-08T14:13:37Z nicktick joined #lisp 2021-06-08T14:38:21Z eden quit (Ping timeout: 240 seconds) 2021-06-08T14:41:43Z gilez quit (Ping timeout: 272 seconds) 2021-06-08T15:41:39Z ak5 quit (Remote host closed the connection) 2021-06-08T15:44:59Z aartaka joined #lisp 2021-06-08T15:59:37Z nicktick quit (Ping timeout: 272 seconds) 2021-06-08T16:13:30Z mindCrime joined #lisp 2021-06-08T16:31:17Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-08T16:44:18Z mindCrime joined #lisp 2021-06-08T17:09:06Z Kabriel joined #lisp 2021-06-08T17:14:40Z Kabriel quit (Quit: .) 2021-06-08T17:15:04Z Kabriel joined #lisp 2021-06-08T19:49:26Z gilez joined #lisp 2021-06-08T19:53:28Z Posterdati joined #lisp 2021-06-08T19:54:03Z karlosz joined #lisp 2021-06-08T19:54:24Z Posterdati quit (Client Quit) 2021-06-08T20:02:56Z rumbler31 joined #lisp 2021-06-08T20:04:37Z narimiran quit (Ping timeout: 245 seconds) 2021-06-08T20:08:12Z rumbler31 quit (Remote host closed the connection) 2021-06-08T20:08:52Z rumbler31 joined #lisp 2021-06-08T20:11:03Z rotty quit (Ping timeout: 272 seconds) 2021-06-08T20:13:59Z rotty joined #lisp 2021-06-08T20:15:15Z gilez quit (Ping timeout: 258 seconds) 2021-06-08T20:21:23Z rotty quit (Ping timeout: 258 seconds) 2021-06-08T20:21:23Z aartaka quit (Read error: Connection reset by peer) 2021-06-08T20:44:32Z aartaka joined #lisp 2021-06-08T20:48:25Z aartaka_d joined #lisp 2021-06-08T20:51:17Z aartaka quit (Ping timeout: 258 seconds) 2021-06-08T21:03:11Z karlosz quit (Quit: karlosz) 2021-06-08T21:11:21Z Grue` quit (*.net *.split) 2021-06-08T21:11:21Z herlocksholmes quit (*.net *.split) 2021-06-08T21:11:21Z TMA quit (*.net *.split) 2021-06-08T21:13:36Z Grue` joined #lisp 2021-06-08T21:13:36Z herlocksholmes joined #lisp 2021-06-08T21:13:36Z TMA joined #lisp 2021-06-08T21:14:26Z rumbler31 quit (Remote host closed the connection) 2021-06-08T21:14:36Z rumbler3_ joined #lisp 2021-06-08T21:16:52Z Grue` quit (*.net *.split) 2021-06-08T21:16:52Z herlocksholmes quit (*.net *.split) 2021-06-08T21:16:52Z TMA quit (*.net *.split) 2021-06-08T21:22:17Z Grue` joined #lisp 2021-06-08T21:22:17Z herlocksholmes joined #lisp 2021-06-08T21:22:17Z TMA joined #lisp 2021-06-08T21:40:55Z karlosz joined #lisp 2021-06-08T21:59:20Z Krystof quit (Ping timeout: 252 seconds) 2021-06-08T22:21:26Z flazh quit (Quit: flazh) 2021-06-08T22:23:28Z flazh joined #lisp 2021-06-08T22:27:15Z john2gb0 quit (*.net *.split) 2021-06-08T22:27:15Z Bourne quit (*.net *.split) 2021-06-08T22:27:15Z mseddon quit (*.net *.split) 2021-06-08T22:27:15Z Inoperable quit (*.net *.split) 2021-06-08T22:27:15Z lansiir quit (*.net *.split) 2021-06-08T22:27:15Z matthewcroughan quit (*.net *.split) 2021-06-08T22:27:15Z dtman34 quit (*.net *.split) 2021-06-08T22:27:15Z daniel1302 quit (*.net *.split) 2021-06-08T22:27:24Z matthewcroughan joined #lisp 2021-06-08T22:27:33Z aartaka_d quit (*.net *.split) 2021-06-08T22:27:33Z jello_pudding quit (*.net *.split) 2021-06-08T22:27:33Z eMBee quit (*.net *.split) 2021-06-08T22:27:33Z madand quit (*.net *.split) 2021-06-08T22:27:33Z zaquest quit (*.net *.split) 2021-06-08T22:27:33Z hiroaki quit (*.net *.split) 2021-06-08T22:27:33Z emacsomancer quit (*.net *.split) 2021-06-08T22:27:33Z sevenness quit (*.net *.split) 2021-06-08T22:27:33Z elderK quit (*.net *.split) 2021-06-08T22:27:33Z White_Flame quit (*.net *.split) 2021-06-08T22:27:33Z entel quit (*.net *.split) 2021-06-08T22:27:33Z drdo quit (*.net *.split) 2021-06-08T22:27:33Z shrysr quit (*.net *.split) 2021-06-08T22:27:33Z Sheilong quit (*.net *.split) 2021-06-08T22:27:33Z galex-713 quit (*.net *.split) 2021-06-08T22:27:33Z lowryder quit (*.net *.split) 2021-06-08T22:27:33Z Noisytoot quit (*.net *.split) 2021-06-08T22:27:33Z yonkunas quit (*.net *.split) 2021-06-08T22:27:33Z conkker quit (*.net *.split) 2021-06-08T22:27:33Z MichaelRaskin quit (*.net *.split) 2021-06-08T22:27:33Z datajerk quit (*.net *.split) 2021-06-08T22:27:33Z nick3000 quit (*.net *.split) 2021-06-08T22:27:33Z Guest81184 quit (*.net *.split) 2021-06-08T22:27:33Z albusp quit (*.net *.split) 2021-06-08T22:27:33Z gigetoo quit (*.net *.split) 2021-06-08T22:27:33Z lottaquestions quit (*.net *.split) 2021-06-08T22:27:33Z Colleen quit (*.net *.split) 2021-06-08T22:27:33Z GIANTWORLDKEEPER quit (*.net *.split) 2021-06-08T22:27:33Z z0d quit (*.net *.split) 2021-06-08T22:27:33Z casual_friday quit (*.net *.split) 2021-06-08T22:27:33Z minion quit (*.net *.split) 2021-06-08T22:27:33Z Ankhers quit (*.net *.split) 2021-06-08T22:27:33Z zagura quit (*.net *.split) 2021-06-08T22:27:33Z freshmaker666 quit (*.net *.split) 2021-06-08T22:27:33Z gum quit (*.net *.split) 2021-06-08T22:27:33Z __jrjsmrtn__ quit (*.net *.split) 2021-06-08T22:27:33Z stux|RC-only quit (*.net *.split) 2021-06-08T22:27:33Z brass quit (*.net *.split) 2021-06-08T22:27:33Z jurov quit (*.net *.split) 2021-06-08T22:27:33Z thijso quit (*.net *.split) 2021-06-08T22:27:33Z Fade quit (*.net *.split) 2021-06-08T22:27:33Z hdasch quit (*.net *.split) 2021-06-08T22:27:33Z rumbler3_ quit (*.net *.split) 2021-06-08T22:27:33Z mrchampion quit (*.net *.split) 2021-06-08T22:27:33Z orivej quit (*.net *.split) 2021-06-08T22:27:33Z sdumi quit (*.net *.split) 2021-06-08T22:27:33Z nullman quit (*.net *.split) 2021-06-08T22:27:33Z johnjay quit (*.net *.split) 2021-06-08T22:27:33Z flazh quit (*.net *.split) 2021-06-08T22:27:33Z Bike quit (*.net *.split) 2021-06-08T22:27:33Z hhdave quit (*.net *.split) 2021-06-08T22:27:33Z matthewcroughan quit (*.net *.split) 2021-06-08T22:27:33Z karlosz quit (*.net *.split) 2021-06-08T22:27:33Z Kabriel quit (*.net *.split) 2021-06-08T22:27:33Z mindCrime quit (*.net *.split) 2021-06-08T22:27:33Z madnificent quit (*.net *.split) 2021-06-08T22:27:33Z femi quit (*.net *.split) 2021-06-08T22:27:33Z Necktwi quit (*.net *.split) 2021-06-08T22:27:33Z xsperry quit (*.net *.split) 2021-06-08T22:27:33Z saturn2 quit (*.net *.split) 2021-06-08T22:27:33Z sbryant quit (*.net *.split) 2021-06-08T22:27:33Z troydm1 quit (*.net *.split) 2021-06-08T22:27:33Z payphone quit (*.net *.split) 2021-06-08T22:27:33Z ryanbw quit (*.net *.split) 2021-06-08T22:27:33Z acolarh quit (*.net *.split) 2021-06-08T22:27:33Z dvdmuckle quit (*.net *.split) 2021-06-08T22:27:33Z SAL9000 quit (*.net *.split) 2021-06-08T22:27:33Z ggoes quit (*.net *.split) 2021-06-08T22:27:33Z specbot quit (*.net *.split) 2021-06-08T22:27:33Z justinmcp_ quit (*.net *.split) 2021-06-08T22:27:33Z X-Scale quit (*.net *.split) 2021-06-08T22:27:33Z wxie quit (*.net *.split) 2021-06-08T22:27:33Z stux|RC quit (*.net *.split) 2021-06-08T22:27:33Z Ober quit (*.net *.split) 2021-06-08T22:27:33Z Juonu quit (*.net *.split) 2021-06-08T22:27:33Z whosit quit (*.net *.split) 2021-06-08T22:27:33Z CEnnis91 quit (*.net *.split) 2021-06-08T22:34:27Z akoana joined #lisp 2021-06-08T22:34:27Z john2gb0 joined #lisp 2021-06-08T22:34:27Z daniel1302 joined #lisp 2021-06-08T22:34:27Z lansiir joined #lisp 2021-06-08T22:34:27Z mseddon joined #lisp 2021-06-08T22:34:27Z dtman34 joined #lisp 2021-06-08T22:34:27Z matthewcroughan joined #lisp 2021-06-08T22:34:27Z flazh joined #lisp 2021-06-08T22:34:27Z karlosz joined #lisp 2021-06-08T22:34:27Z rumbler3_ joined #lisp 2021-06-08T22:34:27Z aartaka_d joined #lisp 2021-06-08T22:34:27Z Kabriel joined #lisp 2021-06-08T22:34:27Z mindCrime joined #lisp 2021-06-08T22:34:27Z Sheilong joined #lisp 2021-06-08T22:34:27Z mrchampion joined #lisp 2021-06-08T22:34:27Z sevenness joined #lisp 2021-06-08T22:34:27Z Bike joined #lisp 2021-06-08T22:34:27Z hhdave joined #lisp 2021-06-08T22:34:27Z galex-713 joined #lisp 2021-06-08T22:34:27Z jello_pudding joined #lisp 2021-06-08T22:34:27Z orivej joined #lisp 2021-06-08T22:34:27Z eMBee joined #lisp 2021-06-08T22:34:27Z madnificent joined #lisp 2021-06-08T22:34:27Z madand joined #lisp 2021-06-08T22:34:27Z zaquest joined #lisp 2021-06-08T22:34:27Z hiroaki joined #lisp 2021-06-08T22:34:27Z lowryder joined #lisp 2021-06-08T22:34:27Z emacsomancer joined #lisp 2021-06-08T22:34:27Z nullman joined #lisp 2021-06-08T22:34:27Z femi joined #lisp 2021-06-08T22:34:27Z sdumi joined #lisp 2021-06-08T22:34:27Z johnjay joined #lisp 2021-06-08T22:34:27Z Necktwi joined #lisp 2021-06-08T22:34:27Z elderK joined #lisp 2021-06-08T22:34:27Z xsperry joined #lisp 2021-06-08T22:34:27Z Noisytoot joined #lisp 2021-06-08T22:34:27Z GIANTWORLDKEEPER joined #lisp 2021-06-08T22:34:27Z yonkunas joined #lisp 2021-06-08T22:34:27Z hdasch joined #lisp 2021-06-08T22:34:27Z saturn2 joined #lisp 2021-06-08T22:34:27Z sbryant joined #lisp 2021-06-08T22:34:27Z troydm1 joined #lisp 2021-06-08T22:34:27Z z0d joined #lisp 2021-06-08T22:34:27Z conkker joined #lisp 2021-06-08T22:34:27Z payphone joined #lisp 2021-06-08T22:34:27Z datajerk joined #lisp 2021-06-08T22:34:27Z casual_friday joined #lisp 2021-06-08T22:34:27Z MichaelRaskin joined #lisp 2021-06-08T22:34:27Z ryanbw joined #lisp 2021-06-08T22:34:27Z White_Flame joined #lisp 2021-06-08T22:34:27Z entel joined #lisp 2021-06-08T22:34:27Z acolarh joined #lisp 2021-06-08T22:34:27Z __jrjsmrtn__ joined #lisp 2021-06-08T22:34:27Z nick3000 joined #lisp 2021-06-08T22:34:27Z dvdmuckle joined #lisp 2021-06-08T22:34:27Z drdo joined #lisp 2021-06-08T22:34:27Z shrysr joined #lisp 2021-06-08T22:34:27Z Guest81184 joined #lisp 2021-06-08T22:34:27Z albusp joined #lisp 2021-06-08T22:34:27Z gigetoo joined #lisp 2021-06-08T22:34:27Z lottaquestions joined #lisp 2021-06-08T22:34:27Z Colleen joined #lisp 2021-06-08T22:34:27Z SAL9000 joined #lisp 2021-06-08T22:34:27Z ggoes joined #lisp 2021-06-08T22:34:27Z specbot joined #lisp 2021-06-08T22:34:27Z minion joined #lisp 2021-06-08T22:34:27Z Ankhers joined #lisp 2021-06-08T22:34:27Z zagura joined #lisp 2021-06-08T22:34:27Z freshmaker666 joined #lisp 2021-06-08T22:34:27Z gum joined #lisp 2021-06-08T22:34:27Z justinmcp_ joined #lisp 2021-06-08T22:34:27Z X-Scale joined #lisp 2021-06-08T22:34:27Z wxie joined #lisp 2021-06-08T22:34:27Z stux|RC joined #lisp 2021-06-08T22:34:27Z stux|RC-only joined #lisp 2021-06-08T22:34:27Z brass joined #lisp 2021-06-08T22:34:27Z Fade joined #lisp 2021-06-08T22:34:27Z Ober joined #lisp 2021-06-08T22:34:27Z whosit joined #lisp 2021-06-08T22:34:27Z jurov joined #lisp 2021-06-08T22:34:27Z thijso joined #lisp 2021-06-08T22:34:27Z Juonu joined #lisp 2021-06-08T22:34:27Z CEnnis91 joined #lisp 2021-06-08T22:34:33Z john2gb0 quit (Max SendQ exceeded) 2021-06-08T22:38:03Z john2gb0 joined #lisp 2021-06-08T22:38:58Z Inoperable joined #lisp 2021-06-08T22:40:55Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-08T23:12:38Z mindCrime joined #lisp 2021-06-08T23:31:11Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-08T23:59:15Z long4mud joined #lisp 2021-06-09T00:10:36Z SAL9000 quit (Ping timeout: 252 seconds) 2021-06-09T00:43:11Z Sheilong quit 2021-06-09T00:45:49Z nicktick joined #lisp 2021-06-09T00:56:14Z gilez joined #lisp 2021-06-09T00:57:39Z emacsomancer quit (Read error: Connection reset by peer) 2021-06-09T00:58:28Z emacsomancer joined #lisp 2021-06-09T01:37:51Z Bike quit (Quit: Lost terminal) 2021-06-09T01:40:02Z orivej quit (Quit: No Ping reply in 180 seconds.) 2021-06-09T01:40:12Z orivej joined #lisp 2021-06-09T01:46:18Z lottaquestions quit (Remote host closed the connection) 2021-06-09T01:46:47Z lottaquestions joined #lisp 2021-06-09T02:26:19Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-09T02:54:16Z mindCrime joined #lisp 2021-06-09T03:01:17Z mindCrime quit (Ping timeout: 245 seconds) 2021-06-09T03:02:11Z orivej quit (Ping timeout: 255 seconds) 2021-06-09T03:11:13Z akoana left #lisp 2021-06-09T03:19:36Z nicktick quit (Ping timeout: 240 seconds) 2021-06-09T03:22:58Z nicktick joined #lisp 2021-06-09T03:30:00Z gilez quit (Ping timeout: 240 seconds) 2021-06-09T03:30:32Z SAL9000 joined #lisp 2021-06-09T03:36:51Z klebane- joined #lisp 2021-06-09T04:26:45Z narimiran joined #lisp 2021-06-09T04:59:23Z rumbler3_ quit (Remote host closed the connection) 2021-06-09T05:00:23Z rumbler31 joined #lisp 2021-06-09T05:16:02Z ldbeth joined #lisp 2021-06-09T05:19:03Z Kabriel quit (Quit: .) 2021-06-09T05:19:56Z Kabriel joined #lisp 2021-06-09T05:23:35Z ldbeth quit (Quit: ERC (IRC client for Emacs 27.2)) 2021-06-09T05:32:34Z orivej joined #lisp 2021-06-09T05:58:21Z thomasb06 joined #lisp 2021-06-09T06:16:00Z orivej quit (Ping timeout: 240 seconds) 2021-06-09T06:16:10Z orivej joined #lisp 2021-06-09T06:22:21Z mathrick joined #lisp 2021-06-09T06:54:23Z orivej quit (Ping timeout: 255 seconds) 2021-06-09T07:02:53Z Krystof joined #lisp 2021-06-09T07:23:41Z klebane- quit (Ping timeout: 260 seconds) 2021-06-09T07:54:01Z Bourne joined #lisp 2021-06-09T08:05:00Z Oladon joined #lisp 2021-06-09T08:12:12Z GIANTWORLDKEEPER quit (Quit: EXIT) 2021-06-09T08:30:44Z GIANTWORLDKEEPER joined #lisp 2021-06-09T08:42:29Z salvi joined #lisp 2021-06-09T08:45:46Z salvi is now known as sunwukong 2021-06-09T08:50:02Z Bourne quit (Ping timeout: 258 seconds) 2021-06-09T09:08:02Z zaquest quit (Remote host closed the connection) 2021-06-09T09:09:08Z zaquest joined #lisp 2021-06-09T09:29:22Z Bourne joined #lisp 2021-06-09T09:31:56Z Bourne quit (Remote host closed the connection) 2021-06-09T09:32:58Z karlosz quit (Ping timeout: 258 seconds) 2021-06-09T09:37:37Z akoana joined #lisp 2021-06-09T09:39:51Z casual_friday quit (Ping timeout: 258 seconds) 2021-06-09T09:40:13Z casual_friday joined #lisp 2021-06-09T09:42:57Z nicktick quit (Ping timeout: 245 seconds) 2021-06-09T09:44:25Z Bourne joined #lisp 2021-06-09T09:46:33Z kami joined #lisp 2021-06-09T09:52:03Z abraham joined #lisp 2021-06-09T09:54:47Z abraham left #lisp 2021-06-09T10:05:02Z abraham joined #lisp 2021-06-09T10:05:34Z abraham left #lisp 2021-06-09T10:08:47Z karlosz joined #lisp 2021-06-09T10:25:02Z sevenness quit (Remote host closed the connection) 2021-06-09T11:04:38Z aartaka_d quit (Read error: Connection reset by peer) 2021-06-09T11:04:54Z aartaka joined #lisp 2021-06-09T11:12:32Z p_l: kami: you might have better luck on #commonlisp @ libera.chat 2021-06-09T11:13:48Z p_l: plain IRC 2021-06-09T11:13:56Z p_l: run by former freenode staffers 2021-06-09T11:14:23Z p_l: I'm pretty much here just to redirect people, because we lost keys :D 2021-06-09T11:14:42Z p_l: kind of like that 2021-06-09T11:14:58Z p_l: there was a lot of drama, but essentially freenode got hostile takeover'd 2021-06-09T11:15:21Z p_l: o7 2021-06-09T11:38:51Z kami quit (Quit: ERC (IRC client for Emacs 27.1)) 2021-06-09T11:50:16Z thomasb06 quit (Remote host closed the connection) 2021-06-09T11:50:57Z orivej joined #lisp 2021-06-09T11:58:31Z orivej quit (Ping timeout: 272 seconds) 2021-06-09T12:05:00Z aartaka_d joined #lisp 2021-06-09T12:08:01Z aartaka quit (Ping timeout: 272 seconds) 2021-06-09T12:29:49Z aartaka joined #lisp 2021-06-09T12:32:22Z aartaka_d quit (Ping timeout: 258 seconds) 2021-06-09T12:35:12Z akoana left #lisp 2021-06-09T12:35:16Z Oladon quit (Quit: Leaving.) 2021-06-09T13:01:48Z Bike joined #lisp 2021-06-09T13:27:51Z TCZ joined #lisp 2021-06-09T13:31:42Z rumbler31 quit (Ping timeout: 245 seconds) 2021-06-09T13:32:24Z Sheilong joined #lisp 2021-06-09T14:02:50Z gilez joined #lisp 2021-06-09T14:03:07Z ludston joined #lisp 2021-06-09T14:07:26Z orivej joined #lisp 2021-06-09T14:13:25Z mrchampion quit (Ping timeout: 272 seconds) 2021-06-09T14:25:10Z aartaka quit (Read error: Connection reset by peer) 2021-06-09T14:25:15Z aartaka_d joined #lisp 2021-06-09T14:28:44Z seok joined #lisp 2021-06-09T14:28:52Z seok quit (Client Quit) 2021-06-09T14:31:53Z mrchampion joined #lisp 2021-06-09T14:33:30Z sunwukong quit (Ping timeout: 258 seconds) 2021-06-09T14:51:42Z TCZ quit (Quit: ...) 2021-06-09T15:25:17Z aartaka joined #lisp 2021-06-09T15:28:28Z milanj joined #lisp 2021-06-09T15:29:28Z aartaka_d quit (Ping timeout: 258 seconds) 2021-06-09T15:30:00Z long4mud quit (Ping timeout: 240 seconds) 2021-06-09T15:37:15Z Papa quit (Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in) 2021-06-09T15:48:48Z gilez quit (Ping timeout: 240 seconds) 2021-06-09T16:02:33Z stux|RC-only quit (Quit: Aloha!) 2021-06-09T16:03:14Z eden joined #lisp 2021-06-09T16:14:16Z mindCrime joined #lisp 2021-06-09T16:17:29Z stux|RC-only joined #lisp 2021-06-09T16:26:17Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-09T16:27:13Z a0 joined #lisp 2021-06-09T16:29:57Z eden quit (Ping timeout: 240 seconds) 2021-06-09T16:30:34Z a0 quit (Remote host closed the connection) 2021-06-09T16:32:41Z long4mud joined #lisp 2021-06-09T16:39:43Z hiroaki joined #lisp 2021-06-09T16:40:55Z rumbler31 joined #lisp 2021-06-09T16:40:58Z yonkunas quit 2021-06-09T16:43:02Z rumbler31 quit (Remote host closed the connection) 2021-06-09T16:43:33Z rumbler31 joined #lisp 2021-06-09T16:48:35Z rumbler31 quit (Ping timeout: 272 seconds) 2021-06-09T16:53:10Z sz0 joined #lisp 2021-06-09T16:55:43Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-09T17:18:13Z rotty joined #lisp 2021-06-09T17:38:57Z mathrick quit (Read error: Connection reset by peer) 2021-06-09T17:46:00Z narimiran quit (Ping timeout: 240 seconds) 2021-06-09T17:52:26Z milanj quit (Quit: This computer has gone to sleep) 2021-06-09T17:57:32Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-09T18:10:47Z hiroaki joined #lisp 2021-06-09T18:33:41Z orivej quit (Ping timeout: 255 seconds) 2021-06-09T18:40:52Z catchme joined #lisp 2021-06-09T19:10:52Z asarch joined #lisp 2021-06-09T19:12:32Z asarch quit (Client Quit) 2021-06-09T19:14:31Z orivej joined #lisp 2021-06-09T19:15:27Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-09T19:28:45Z hiroaki joined #lisp 2021-06-09T19:40:52Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-09T19:43:13Z TCZ joined #lisp 2021-06-09T19:46:49Z narimiran joined #lisp 2021-06-09T19:53:20Z hiroaki joined #lisp 2021-06-09T20:00:58Z euandreh joined #lisp 2021-06-09T20:06:11Z sz0 quit (Quit: Connection closed for inactivity) 2021-06-09T20:07:07Z Krystof quit (Ping timeout: 245 seconds) 2021-06-09T20:17:52Z Krystof joined #lisp 2021-06-09T20:32:47Z narimiran quit (Ping timeout: 272 seconds) 2021-06-09T20:42:55Z mrchampion quit (Ping timeout: 272 seconds) 2021-06-09T20:47:50Z mrchampion joined #lisp 2021-06-09T20:50:12Z catchme quit (Quit: Connection closed for inactivity) 2021-06-09T21:04:51Z CrazyEddy joined #lisp 2021-06-09T21:09:12Z orivej quit (Ping timeout: 240 seconds) 2021-06-09T21:09:42Z orivej joined #lisp 2021-06-09T21:21:46Z mindCrime joined #lisp 2021-06-09T21:36:20Z resangan joined #lisp 2021-06-09T21:37:05Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-09T21:38:10Z mindCrime joined #lisp 2021-06-09T21:41:55Z resangan left #lisp 2021-06-09T21:47:06Z TCZ quit (Quit: ...) 2021-06-09T22:17:17Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-09T23:22:07Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-09T23:24:06Z mindCrime joined #lisp 2021-06-09T23:25:21Z aartaka_d joined #lisp 2021-06-09T23:27:12Z aartaka quit (Ping timeout: 240 seconds) 2021-06-09T23:35:24Z hiroaki joined #lisp 2021-06-09T23:36:24Z hhdave quit (Ping timeout: 240 seconds) 2021-06-09T23:36:44Z elderK quit (Quit: Connection closed for inactivity) 2021-06-09T23:51:55Z rumbler31 joined #lisp 2021-06-09T23:56:43Z rumbler31 quit (Ping timeout: 272 seconds) 2021-06-10T00:54:53Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-10T01:01:38Z mindCrime joined #lisp 2021-06-10T01:33:49Z entre-parenteses joined #lisp 2021-06-10T01:47:05Z orivej quit (Quit: orivej) 2021-06-10T02:03:52Z nicktick joined #lisp 2021-06-10T02:21:45Z karlosz quit (Ping timeout: 272 seconds) 2021-06-10T02:30:42Z akoana joined #lisp 2021-06-10T02:49:18Z akoana left #lisp 2021-06-10T02:53:36Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-10T02:57:31Z Sheilong quit 2021-06-10T03:46:52Z aartaka_d quit (Quit: Quit) 2021-06-10T03:49:18Z nicktick quit (Ping timeout: 258 seconds) 2021-06-10T03:53:37Z karlosz joined #lisp 2021-06-10T04:18:05Z maxwilli- joined #lisp 2021-06-10T04:18:45Z maxwilliamson quit (Ping timeout: 240 seconds) 2021-06-10T04:34:27Z motersen quit (Remote host closed the connection) 2021-06-10T04:34:53Z motersen joined #lisp 2021-06-10T04:37:37Z nicktick joined #lisp 2021-06-10T04:55:12Z Bike quit (Quit: Lost terminal) 2021-06-10T04:56:59Z karlosz quit (Quit: karlosz) 2021-06-10T05:02:37Z sdumi quit (Ping timeout: 272 seconds) 2021-06-10T05:12:21Z motersen quit (Remote host closed the connection) 2021-06-10T05:12:33Z motersen_ joined #lisp 2021-06-10T05:17:27Z ludston quit (Quit: Leaving) 2021-06-10T05:26:21Z maxwilli- quit (Ping timeout: 240 seconds) 2021-06-10T05:28:23Z maxwilliamson joined #lisp 2021-06-10T05:30:39Z narimiran joined #lisp 2021-06-10T05:35:07Z sdumi joined #lisp 2021-06-10T06:18:56Z karlosz joined #lisp 2021-06-10T06:28:29Z hiroaki quit (Ping timeout: 250 seconds) 2021-06-10T06:52:07Z hhdave joined #lisp 2021-06-10T07:09:55Z nicktick quit (Ping timeout: 272 seconds) 2021-06-10T07:27:21Z zaquest quit (Quit: Leaving) 2021-06-10T07:31:33Z zaquest joined #lisp 2021-06-10T07:40:55Z john2gb0 quit (Quit: The Lounge - https://thelounge.chat) 2021-06-10T07:45:39Z mindCrime joined #lisp 2021-06-10T07:56:24Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-10T08:01:22Z maxwilliamson quit (Remote host closed the connection) 2021-06-10T08:02:05Z maxwilliamson joined #lisp 2021-06-10T08:13:13Z orivej joined #lisp 2021-06-10T08:44:22Z Oladon joined #lisp 2021-06-10T08:58:47Z karlosz quit (Quit: karlosz) 2021-06-10T08:59:23Z karlosz joined #lisp 2021-06-10T09:19:49Z mindCrime joined #lisp 2021-06-10T09:38:04Z White_Flame quit (Remote host closed the connection) 2021-06-10T09:55:36Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-10T10:02:00Z karlosz quit (Quit: karlosz) 2021-06-10T11:02:24Z maxwilliamson quit (Remote host closed the connection) 2021-06-10T11:02:57Z maxwilliamson joined #lisp 2021-06-10T11:36:19Z sunwukong joined #lisp 2021-06-10T12:18:20Z dmiles[m] quit (Quit: Bridge terminating on SIGTERM) 2021-06-10T12:18:21Z MrtnDk[m] quit (Quit: Bridge terminating on SIGTERM) 2021-06-10T12:18:24Z susam quit (Quit: Bridge terminating on SIGTERM) 2021-06-10T12:18:33Z logenkain[m] quit (Quit: Bridge terminating on SIGTERM) 2021-06-10T12:23:49Z jason_m left #lisp 2021-06-10T12:31:33Z Bike joined #lisp 2021-06-10T12:35:21Z peterhil joined #lisp 2021-06-10T12:37:32Z long4mud quit (Ping timeout: 245 seconds) 2021-06-10T13:13:20Z logenkain[m] joined #lisp 2021-06-10T13:14:12Z logenkain[m] quit (Remote host closed the connection) 2021-06-10T13:14:37Z nicktick joined #lisp 2021-06-10T13:14:38Z Oladon quit (Quit: Leaving.) 2021-06-10T13:20:59Z logenkain[m] joined #lisp 2021-06-10T13:21:49Z logenkain[m] quit (Remote host closed the connection) 2021-06-10T13:26:13Z peterhil quit (Ping timeout: 258 seconds) 2021-06-10T13:34:01Z mrchampion quit (Read error: Connection reset by peer) 2021-06-10T13:37:36Z mrchampion joined #lisp 2021-06-10T13:43:12Z peterhil joined #lisp 2021-06-10T13:43:51Z logenkain[m] joined #lisp 2021-06-10T13:47:02Z orivej quit (Ping timeout: 255 seconds) 2021-06-10T14:10:24Z peterhil quit (Ping timeout: 240 seconds) 2021-06-10T14:13:04Z dmiles[m] joined #lisp 2021-06-10T14:13:04Z MrtnDk[m] joined #lisp 2021-06-10T14:13:04Z susam joined #lisp 2021-06-10T14:39:43Z lansiir quit (Read error: Connection reset by peer) 2021-06-10T14:40:24Z lansiir joined #lisp 2021-06-10T15:06:00Z Bourne quit (Ping timeout: 240 seconds) 2021-06-10T15:07:53Z Sheilong joined #lisp 2021-06-10T15:09:44Z galex-713 joined #lisp 2021-06-10T15:14:37Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-10T15:17:13Z galex-713 joined #lisp 2021-06-10T15:22:57Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-10T15:30:06Z galex-713 joined #lisp 2021-06-10T15:31:06Z orivej joined #lisp 2021-06-10T15:43:16Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-10T15:45:46Z galex-713 joined #lisp 2021-06-10T15:50:49Z mindCrime joined #lisp 2021-06-10T15:51:07Z galex-713 quit (Read error: Connection reset by peer) 2021-06-10T15:51:58Z galex-713 joined #lisp 2021-06-10T15:52:38Z Noisytoot quit (Remote host closed the connection) 2021-06-10T15:56:25Z Noisytoot joined #lisp 2021-06-10T16:07:51Z nicktick quit (Ping timeout: 250 seconds) 2021-06-10T16:15:47Z long4mud joined #lisp 2021-06-10T16:24:24Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-10T16:38:56Z orivej quit (Ping timeout: 255 seconds) 2021-06-10T16:47:28Z narimiran quit (Ping timeout: 258 seconds) 2021-06-10T16:56:52Z caret joined #lisp 2021-06-10T16:58:24Z gzj joined #lisp 2021-06-10T17:13:30Z saturn2 quit (Ping timeout: 252 seconds) 2021-06-10T17:19:17Z saturn2 joined #lisp 2021-06-10T17:26:46Z lisp-machine joined #lisp 2021-06-10T17:29:12Z lisp-machine quit (Client Quit) 2021-06-10T17:29:37Z Bourne joined #lisp 2021-06-10T17:51:30Z caret quit (Read error: Connection reset by peer) 2021-06-10T17:53:54Z gzj quit (Remote host closed the connection) 2021-06-10T17:54:07Z gzj joined #lisp 2021-06-10T18:17:06Z gzj quit (Remote host closed the connection) 2021-06-10T18:17:26Z gzj joined #lisp 2021-06-10T18:23:05Z gzj quit (Remote host closed the connection) 2021-06-10T18:23:25Z gzj joined #lisp 2021-06-10T18:50:21Z entre-parenteses quit (Ping timeout: 250 seconds) 2021-06-10T18:56:28Z White_Flame joined #lisp 2021-06-10T19:43:40Z akoana joined #lisp 2021-06-10T19:47:34Z drl_ joined #lisp 2021-06-10T19:48:04Z narimiran joined #lisp 2021-06-10T19:51:28Z drl_ quit (Client Quit) 2021-06-10T19:54:30Z rumbler31 joined #lisp 2021-06-10T20:01:27Z akoana left #lisp 2021-06-10T20:16:22Z narimiran quit (Ping timeout: 258 seconds) 2021-06-10T20:35:57Z rumbler31 quit (Remote host closed the connection) 2021-06-10T20:39:37Z gzj quit (Remote host closed the connection) 2021-06-10T20:45:38Z karlosz joined #lisp 2021-06-10T20:52:16Z hiroaki joined #lisp 2021-06-10T20:59:20Z karlosz quit (Quit: karlosz) 2021-06-10T21:25:48Z mindCrime joined #lisp 2021-06-10T21:27:46Z orivej joined #lisp 2021-06-10T21:43:29Z sunwukong quit (Quit: leaving) 2021-06-10T21:44:38Z DAIBUTSU joined #lisp 2021-06-10T21:46:06Z hiroaki quit (Ping timeout: 260 seconds) 2021-06-10T22:05:42Z killsushi joined #lisp 2021-06-10T22:29:02Z DAIBUTSU quit (Quit: Turning off a portion of this simulation.) 2021-06-10T23:20:23Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-11T00:05:06Z TCZ joined #lisp 2021-06-11T00:27:31Z nicktick joined #lisp 2021-06-11T00:37:36Z nicktick quit (Ping timeout: 240 seconds) 2021-06-11T00:43:12Z nicktick joined #lisp 2021-06-11T00:56:06Z mindCrime joined #lisp 2021-06-11T01:15:45Z TCZ quit (Quit: ...) 2021-06-11T01:45:02Z karlosz joined #lisp 2021-06-11T01:50:41Z galex-713 quit (Ping timeout: 250 seconds) 2021-06-11T02:01:36Z euandreh quit (Ping timeout: 260 seconds) 2021-06-11T02:03:40Z euandreh joined #lisp 2021-06-11T02:09:17Z karlosz quit (Ping timeout: 272 seconds) 2021-06-11T02:12:36Z euandreh quit (Remote host closed the connection) 2021-06-11T02:13:04Z euandreh joined #lisp 2021-06-11T02:17:00Z dim quit (*.net *.split) 2021-06-11T02:17:00Z wigust quit (*.net *.split) 2021-06-11T02:17:00Z emma quit (*.net *.split) 2021-06-11T02:17:04Z maxwilliamson quit (*.net *.split) 2021-06-11T02:17:04Z motersen_ quit (*.net *.split) 2021-06-11T02:17:04Z luckless_ quit (*.net *.split) 2021-06-11T02:17:04Z FennecCode quit (*.net *.split) 2021-06-11T02:17:04Z creat quit (*.net *.split) 2021-06-11T02:17:04Z easye quit (*.net *.split) 2021-06-11T02:17:04Z buoy49 quit (*.net *.split) 2021-06-11T02:17:04Z fe[nl]ix quit (*.net *.split) 2021-06-11T02:17:04Z Blkt quit (*.net *.split) 2021-06-11T02:17:04Z Yardanico quit (*.net *.split) 2021-06-11T02:17:04Z hvxgr quit (*.net *.split) 2021-06-11T02:17:04Z p_l quit (*.net *.split) 2021-06-11T02:17:04Z sukaeto quit (*.net *.split) 2021-06-11T02:17:04Z mood_ quit (*.net *.split) 2021-06-11T02:17:04Z drmeister quit (*.net *.split) 2021-06-11T02:17:04Z avicenna quit (*.net *.split) 2021-06-11T02:17:04Z tychoish quit (*.net *.split) 2021-06-11T02:17:04Z alandipert quit (*.net *.split) 2021-06-11T02:17:04Z idxu quit (*.net *.split) 2021-06-11T02:17:04Z cyberlard quit (*.net *.split) 2021-06-11T02:17:04Z SlashLife quit (*.net *.split) 2021-06-11T02:17:07Z gingerale quit (*.net *.split) 2021-06-11T02:17:07Z _0x1d3 quit (*.net *.split) 2021-06-11T02:17:07Z felideon quit (*.net *.split) 2021-06-11T02:17:07Z shenghi quit (*.net *.split) 2021-06-11T02:17:21Z wigust joined #lisp 2021-06-11T02:17:28Z hvxgr joined #lisp 2021-06-11T02:17:37Z _0x1d3 joined #lisp 2021-06-11T02:17:40Z shenghi joined #lisp 2021-06-11T02:17:43Z maxwilliamson joined #lisp 2021-06-11T02:17:43Z motersen_ joined #lisp 2021-06-11T02:17:43Z luckless_ joined #lisp 2021-06-11T02:18:05Z FennecCode joined #lisp 2021-06-11T02:18:05Z creat joined #lisp 2021-06-11T02:18:05Z easye joined #lisp 2021-06-11T02:18:05Z buoy49 joined #lisp 2021-06-11T02:18:05Z fe[nl]ix joined #lisp 2021-06-11T02:18:05Z Blkt joined #lisp 2021-06-11T02:18:05Z Yardanico joined #lisp 2021-06-11T02:18:05Z rothfuss.freenode.net has set mode +o fe[nl]ix 2021-06-11T02:18:19Z dim joined #lisp 2021-06-11T02:18:47Z p_l joined #lisp 2021-06-11T02:18:47Z rothfuss.freenode.net has set mode +o p_l 2021-06-11T02:19:01Z Bourne quit (Ping timeout: 258 seconds) 2021-06-11T02:21:31Z sukaeto joined #lisp 2021-06-11T02:21:31Z mood_ joined #lisp 2021-06-11T02:21:31Z drmeister joined #lisp 2021-06-11T02:21:31Z avicenna joined #lisp 2021-06-11T02:21:31Z tychoish joined #lisp 2021-06-11T02:21:31Z alandipert joined #lisp 2021-06-11T02:21:31Z idxu joined #lisp 2021-06-11T02:21:31Z cyberlard joined #lisp 2021-06-11T02:21:31Z SlashLife joined #lisp 2021-06-11T02:43:13Z Bike quit (Quit: leaving) 2021-06-11T02:46:13Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-11T03:33:35Z ahungry joined #lisp 2021-06-11T03:43:39Z orivej quit (Ping timeout: 272 seconds) 2021-06-11T04:07:16Z Sheilong quit (Quit: Connection closed for inactivity) 2021-06-11T04:24:15Z TCZ joined #lisp 2021-06-11T05:08:11Z ahungry quit (Remote host closed the connection) 2021-06-11T05:17:25Z devrtz quit (Quit: ZNC - http://znc.in) 2021-06-11T05:17:47Z devrtz joined #lisp 2021-06-11T05:18:12Z parisienne quit (K-Lined) 2021-06-11T05:18:12Z jladd quit (K-Lined) 2021-06-11T05:18:12Z _0x1d3 quit (K-Lined) 2021-06-11T05:18:12Z drmeister quit (K-Lined) 2021-06-11T05:18:12Z yottabyte_ quit (K-Lined) 2021-06-11T05:18:12Z mjl quit (K-Lined) 2021-06-11T05:18:12Z CEnnis91 quit (K-Lined) 2021-06-11T05:18:12Z rme quit (K-Lined) 2021-06-11T05:18:12Z gendl quit (K-Lined) 2021-06-11T05:18:12Z avicenna quit (K-Lined) 2021-06-11T05:18:12Z entel quit (K-Lined) 2021-06-11T05:18:12Z griffinbyatt quit (K-Lined) 2021-06-11T05:18:12Z p_l quit (K-Lined) 2021-06-11T05:18:12Z jlpeters quit (K-Lined) 2021-06-11T05:18:12Z XachX quit (K-Lined) 2021-06-11T05:18:12Z palter quit (K-Lined) 2021-06-11T05:18:12Z rvirding quit (K-Lined) 2021-06-11T05:18:12Z pent quit (K-Lined) 2021-06-11T05:18:12Z physpi quit (K-Lined) 2021-06-11T05:18:12Z buoy49 quit (K-Lined) 2021-06-11T05:18:12Z billstclair quit (K-Lined) 2021-06-11T05:18:12Z ffwacom quit (K-Lined) 2021-06-11T05:18:12Z sgithens quit (K-Lined) 2021-06-11T05:18:12Z conjunctive quit (K-Lined) 2021-06-11T05:18:12Z gaze__ quit (K-Lined) 2021-06-11T05:20:39Z TCZ quit (Quit: ...) 2021-06-11T05:24:09Z narimiran joined #lisp 2021-06-11T05:32:42Z Bourne joined #lisp 2021-06-11T05:34:49Z Bourne quit (Remote host closed the connection) 2021-06-11T05:39:13Z trn quit (*.net *.split) 2021-06-11T05:39:35Z trn joined #lisp 2021-06-11T05:39:39Z trn quit (*.net *.split) 2021-06-11T05:39:39Z lonjil quit (*.net *.split) 2021-06-11T05:39:39Z larme quit (*.net *.split) 2021-06-11T05:39:39Z cpt_nemo quit (*.net *.split) 2021-06-11T05:39:39Z fiddlerwoaroof quit (*.net *.split) 2021-06-11T05:39:39Z knobo quit (*.net *.split) 2021-06-11T05:39:49Z lonjil joined #lisp 2021-06-11T05:39:58Z trn joined #lisp 2021-06-11T05:40:09Z larme joined #lisp 2021-06-11T05:41:34Z galex-713 joined #lisp 2021-06-11T05:42:32Z fiddlerwoaroof joined #lisp 2021-06-11T05:44:04Z Bourne joined #lisp 2021-06-11T05:44:14Z Bourne quit (Remote host closed the connection) 2021-06-11T05:48:08Z DGASAU joined #lisp 2021-06-11T05:50:10Z galex-713 quit (Quit: No Ping reply in 180 seconds.) 2021-06-11T05:51:45Z galex-713 joined #lisp 2021-06-11T06:00:46Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-11T06:26:18Z galex-713 joined #lisp 2021-06-11T06:27:12Z sdumi quit (Ping timeout: 240 seconds) 2021-06-11T06:29:56Z luckless joined #lisp 2021-06-11T06:32:21Z luckless_ quit (Ping timeout: 240 seconds) 2021-06-11T06:33:13Z galex-713 quit (Ping timeout: 250 seconds) 2021-06-11T06:33:46Z a0 joined #lisp 2021-06-11T06:38:48Z galex-713 joined #lisp 2021-06-11T06:46:29Z p_l joined #lisp 2021-06-11T06:47:26Z p_l quit (Client Quit) 2021-06-11T06:47:27Z p_l_ joined #lisp 2021-06-11T06:47:33Z p_l_ is now known as p_l 2021-06-11T06:48:36Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-11T07:02:01Z datajerk quit (Ping timeout: 260 seconds) 2021-06-11T07:06:07Z datajerk joined #lisp 2021-06-11T07:08:27Z selwyn joined #lisp 2021-06-11T07:18:34Z phoe joined #lisp 2021-06-11T07:18:50Z phoe left #lisp 2021-06-11T07:21:47Z Noisytoot quit (Quit: ZNC 1.8.2 - https://znc.in) 2021-06-11T07:22:05Z Noisytoot joined #lisp 2021-06-11T07:26:58Z xvzf joined #lisp 2021-06-11T07:43:08Z karlosz joined #lisp 2021-06-11T07:57:24Z nostoi joined #lisp 2021-06-11T08:05:39Z sdumi joined #lisp 2021-06-11T08:23:17Z sdumi quit (Ping timeout: 240 seconds) 2021-06-11T08:33:09Z nostoi quit (Quit: Verlassend) 2021-06-11T08:46:11Z killsushi quit (Quit: Leaving) 2021-06-11T08:59:37Z maxwilli- joined #lisp 2021-06-11T09:00:21Z maxwilliamson quit (Ping timeout: 240 seconds) 2021-06-11T09:03:01Z SlashLife quit (Ping timeout: 260 seconds) 2021-06-11T09:04:08Z karlosz quit (Quit: karlosz) 2021-06-11T09:04:30Z SlashLife joined #lisp 2021-06-11T09:09:31Z xvzf quit (Quit: Connection closed) 2021-06-11T09:18:41Z nicktick quit (Ping timeout: 272 seconds) 2021-06-11T09:19:25Z Oddity joined #lisp 2021-06-11T09:19:57Z zaquest quit (Quit: Leaving) 2021-06-11T09:21:07Z zaquest joined #lisp 2021-06-11T09:23:49Z Oladon joined #lisp 2021-06-11T09:29:23Z karlosz joined #lisp 2021-06-11T09:34:13Z karlosz quit (Client Quit) 2021-06-11T09:49:43Z Krystof quit (Ping timeout: 272 seconds) 2021-06-11T09:56:00Z amerigo joined #lisp 2021-06-11T10:06:04Z Krystof joined #lisp 2021-06-11T10:21:14Z orivej joined #lisp 2021-06-11T10:35:17Z Oddity quit (Ping timeout: 240 seconds) 2021-06-11T10:43:30Z Oddity joined #lisp 2021-06-11T10:43:47Z TCZ joined #lisp 2021-06-11T10:47:07Z euandreh quit (Ping timeout: 245 seconds) 2021-06-11T10:49:18Z euandreh joined #lisp 2021-06-11T10:51:47Z drbluefall joined #lisp 2021-06-11T11:07:17Z Krystof quit (Ping timeout: 240 seconds) 2021-06-11T11:11:42Z a0 left #lisp 2021-06-11T11:15:21Z selwyn quit (Read error: Connection reset by peer) 2021-06-11T11:15:47Z Oddity quit (Remote host closed the connection) 2021-06-11T11:20:04Z Krystof joined #lisp 2021-06-11T11:44:11Z lansiir quit (Read error: Connection reset by peer) 2021-06-11T11:44:34Z lansiir joined #lisp 2021-06-11T11:53:57Z palter joined #lisp 2021-06-11T12:10:01Z Oddity joined #lisp 2021-06-11T12:18:01Z drbluefall quit (Ping timeout: 240 seconds) 2021-06-11T12:21:50Z TCZ quit (Quit: CovidVaccine is people) 2021-06-11T12:37:05Z drbluefall joined #lisp 2021-06-11T12:37:12Z drbluefall quit (Remote host closed the connection) 2021-06-11T13:00:03Z Bike joined #lisp 2021-06-11T13:00:03Z Bike quit (Client Quit) 2021-06-11T13:03:44Z drewc quit (Ping timeout: 252 seconds) 2021-06-11T13:15:58Z john2gb0 joined #lisp 2021-06-11T13:20:39Z orivej quit (Ping timeout: 258 seconds) 2021-06-11T13:54:01Z Oladon quit (Quit: Leaving.) 2021-06-11T14:20:11Z Sheilong joined #lisp 2021-06-11T14:23:34Z galex-713 joined #lisp 2021-06-11T14:25:09Z amerigo quit (Quit: Connection closed for inactivity) 2021-06-11T14:51:09Z galex-713 quit (Remote host closed the connection) 2021-06-11T14:52:27Z galex-713 joined #lisp 2021-06-11T14:59:11Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-11T14:59:38Z galex-713 joined #lisp 2021-06-11T15:03:36Z galex-713 quit (Ping timeout: 240 seconds) 2021-06-11T15:10:03Z galex-713 joined #lisp 2021-06-11T15:14:15Z tfb joined #lisp 2021-06-11T15:20:23Z amerigo joined #lisp 2021-06-11T16:03:12Z long4mud quit (Ping timeout: 240 seconds) 2021-06-11T16:28:43Z Noisytoot quit (Ping timeout: 272 seconds) 2021-06-11T16:32:03Z Noisytoot joined #lisp 2021-06-11T16:32:11Z CrazyEddy quit (Remote host closed the connection) 2021-06-11T16:32:19Z galex-713 quit (Ping timeout: 258 seconds) 2021-06-11T16:37:04Z galex-713 joined #lisp 2021-06-11T16:49:18Z sdumi joined #lisp 2021-06-11T16:56:29Z tfeb joined #lisp 2021-06-11T16:57:36Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-11T17:00:22Z long4mud joined #lisp 2021-06-11T17:00:23Z tfb quit (Ping timeout: 272 seconds) 2021-06-11T17:02:47Z CrazyEddy joined #lisp 2021-06-11T17:02:58Z galex-713 joined #lisp 2021-06-11T17:06:05Z narimiran quit (Ping timeout: 272 seconds) 2021-06-11T17:07:31Z galex-713 quit (Remote host closed the connection) 2021-06-11T17:14:31Z mindCrime joined #lisp 2021-06-11T17:14:57Z galex-713 joined #lisp 2021-06-11T17:39:28Z amerigo quit (Quit: Connection closed for inactivity) 2021-06-11T17:42:11Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-11T17:42:12Z refpga joined #lisp 2021-06-11T17:49:48Z gareppa joined #lisp 2021-06-11T17:53:18Z gareppa quit (Remote host closed the connection) 2021-06-11T17:53:35Z refpga quit (Ping timeout: 258 seconds) 2021-06-11T17:54:02Z refpga joined #lisp 2021-06-11T17:57:57Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-11T17:59:17Z galex-713 joined #lisp 2021-06-11T18:06:26Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-11T18:08:26Z galex-713 joined #lisp 2021-06-11T18:14:49Z DGASAU quit (Remote host closed the connection) 2021-06-11T18:15:02Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-11T18:16:13Z DGASAU joined #lisp 2021-06-11T18:17:37Z galex-713 joined #lisp 2021-06-11T18:18:43Z narimiran joined #lisp 2021-06-11T18:22:49Z rme joined #lisp 2021-06-11T18:33:37Z refpga quit (Ping timeout: 240 seconds) 2021-06-11T18:33:54Z refpga joined #lisp 2021-06-11T18:34:18Z refpga quit (Client Quit) 2021-06-11T18:39:06Z galex-713 quit (Ping timeout: 260 seconds) 2021-06-11T18:41:05Z galex-713 joined #lisp 2021-06-11T18:43:59Z CEnnis91 joined #lisp 2021-06-11T18:47:07Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-11T18:56:18Z galex-713 joined #lisp 2021-06-11T19:23:47Z galex-713 quit (Ping timeout: 245 seconds) 2021-06-11T19:25:12Z xsperry quit (Ping timeout: 258 seconds) 2021-06-11T19:25:57Z DAIBUTSU joined #lisp 2021-06-11T19:45:39Z xsperry joined #lisp 2021-06-11T19:55:02Z karlosz joined #lisp 2021-06-11T19:59:02Z peterhil joined #lisp 2021-06-11T20:04:28Z tfeb quit 2021-06-11T20:08:32Z mindCrime joined #lisp 2021-06-11T20:26:24Z peterhil quit (Ping timeout: 240 seconds) 2021-06-11T20:36:48Z narimiran quit (Ping timeout: 240 seconds) 2021-06-11T20:39:28Z DGASAU quit (Read error: Connection reset by peer) 2021-06-11T20:43:37Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-11T20:47:52Z karlosz quit (Quit: karlosz) 2021-06-11T20:48:36Z DAIBUTSU quit (Quit: Turning off a portion of this simulation.) 2021-06-11T20:49:55Z madnificent quit (Ping timeout: 258 seconds) 2021-06-11T20:51:23Z DAIBUTSU joined #lisp 2021-06-11T21:31:13Z Noisytoot quit (Quit: ZNC 1.8.2 - https://znc.in) 2021-06-11T21:31:46Z Noisytoot joined #lisp 2021-06-11T21:35:49Z madnificent joined #lisp 2021-06-11T21:45:44Z refpga joined #lisp 2021-06-11T21:46:00Z refpga quit (Remote host closed the connection) 2021-06-11T21:47:13Z hiroaki joined #lisp 2021-06-11T22:04:03Z rpg joined #lisp 2021-06-11T22:24:12Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-11T23:12:50Z mindCrime joined #lisp 2021-06-11T23:17:17Z TCZ joined #lisp 2021-06-11T23:50:29Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-12T00:00:03Z CrazyEddy quit (Remote host closed the connection) 2021-06-12T00:06:42Z senforcem joined #lisp 2021-06-12T00:19:51Z TCZ quit (Quit: ...) 2021-06-12T00:35:45Z DAIBUTSU quit (Quit: Turning off a portion of this simulation.) 2021-06-12T01:10:13Z rpg quit (Quit: Textual IRC Client: www.textualapp.com) 2021-06-12T01:18:43Z karlosz joined #lisp 2021-06-12T01:22:52Z Sheilong quit 2021-06-12T01:39:43Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-12T01:47:07Z akoana joined #lisp 2021-06-12T02:03:22Z mindCrime joined #lisp 2021-06-12T02:03:55Z karlosz quit (Quit: karlosz) 2021-06-12T02:08:37Z karlosz joined #lisp 2021-06-12T02:19:26Z akoana left #lisp 2021-06-12T02:20:28Z Alfr joined #lisp 2021-06-12T02:24:41Z ahungry joined #lisp 2021-06-12T02:28:54Z ahungry quit (Remote host closed the connection) 2021-06-12T02:29:37Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-12T02:34:05Z long4mud joined #lisp 2021-06-12T02:42:57Z Alfr quit (Quit: Leaving) 2021-06-12T02:51:44Z karlosz quit (Quit: karlosz) 2021-06-12T03:10:18Z ahungry joined #lisp 2021-06-12T03:28:45Z mindCrime joined #lisp 2021-06-12T04:12:59Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-12T04:32:05Z ahungry quit (Remote host closed the connection) 2021-06-12T05:15:17Z mindCrime joined #lisp 2021-06-12T05:24:05Z narimiran joined #lisp 2021-06-12T05:28:43Z narimiran quit (Client Quit) 2021-06-12T05:38:26Z vlatkoB joined #lisp 2021-06-12T05:51:46Z vlatkoB quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2021-06-12T06:22:11Z sdumi quit (Ping timeout: 272 seconds) 2021-06-12T07:35:49Z peterhil joined #lisp 2021-06-12T07:39:57Z peterhil quit (Ping timeout: 240 seconds) 2021-06-12T07:46:01Z euandreh quit (Ping timeout: 260 seconds) 2021-06-12T07:46:46Z euandreh joined #lisp 2021-06-12T07:48:06Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-12T07:50:30Z mindCrime joined #lisp 2021-06-12T07:59:34Z yangby joined #lisp 2021-06-12T08:01:49Z nicktick joined #lisp 2021-06-12T08:05:10Z yangby quit (Quit: Go out for a walk and buy a drink.) 2021-06-12T08:10:47Z yangby joined #lisp 2021-06-12T08:29:21Z hiroaki joined #lisp 2021-06-12T08:32:01Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-12T08:43:42Z yangby quit (Quit: Go out for a walk and buy a drink.) 2021-06-12T08:43:53Z yangby joined #lisp 2021-06-12T08:45:49Z yangby quit (Client Quit) 2021-06-12T08:48:30Z yangby joined #lisp 2021-06-12T08:49:28Z yangby quit (Client Quit) 2021-06-12T08:51:17Z nicktick quit (Ping timeout: 240 seconds) 2021-06-12T08:57:39Z yangby joined #lisp 2021-06-12T09:03:34Z yangby quit (Quit: Go out for a walk and buy a drink.) 2021-06-12T09:04:47Z yangby joined #lisp 2021-06-12T09:06:34Z yangby quit (Client Quit) 2021-06-12T09:14:45Z mindCrime joined #lisp 2021-06-12T09:40:00Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-12T10:01:56Z gigetoo quit (Ping timeout: 260 seconds) 2021-06-12T10:03:09Z Oladon joined #lisp 2021-06-12T10:53:18Z zaquest quit (Quit: Leaving) 2021-06-12T10:54:42Z zaquest joined #lisp 2021-06-12T11:27:01Z nicktick joined #lisp 2021-06-12T11:28:57Z akoana joined #lisp 2021-06-12T11:29:17Z orivej joined #lisp 2021-06-12T11:36:46Z akoana left #lisp 2021-06-12T12:13:09Z luckless quit (Ping timeout: 240 seconds) 2021-06-12T12:23:11Z luckless joined #lisp 2021-06-12T12:33:38Z tfb joined #lisp 2021-06-12T12:34:30Z killsushi joined #lisp 2021-06-12T13:51:55Z mindCrime joined #lisp 2021-06-12T14:02:00Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-12T14:41:00Z whosit left #lisp 2021-06-12T14:46:37Z dmiles[m] left #lisp 2021-06-12T14:47:00Z sdumi joined #lisp 2021-06-12T14:47:02Z dmiles[m] joined #lisp 2021-06-12T14:58:16Z killsushi quit (Ping timeout: 260 seconds) 2021-06-12T15:04:12Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-12T15:05:51Z sdumi quit (Ping timeout: 260 seconds) 2021-06-12T15:06:34Z sdumi joined #lisp 2021-06-12T16:01:25Z Sheilong joined #lisp 2021-06-12T16:48:18Z killsushi joined #lisp 2021-06-12T17:20:03Z DAIBUTSU joined #lisp 2021-06-12T17:25:05Z killsushi quit (Quit: Leaving) 2021-06-12T17:28:35Z killsushi joined #lisp 2021-06-12T17:43:21Z mindCrime joined #lisp 2021-06-12T17:46:58Z DAIBUTSU quit (Quit: Turning off a portion of this simulation.) 2021-06-12T18:00:07Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-12T18:19:54Z DAIBUTSU joined #lisp 2021-06-12T18:21:28Z DAIBUTSU is now known as DHARMAKAYA 2021-06-12T18:56:38Z orivej quit (Ping timeout: 258 seconds) 2021-06-12T18:57:43Z ryanbw left #lisp 2021-06-12T19:04:12Z DHARMAKAYA quit (Quit: Turning off a portion of this simulation.) 2021-06-12T19:13:42Z mindCrime joined #lisp 2021-06-12T19:38:23Z gareppa joined #lisp 2021-06-12T19:39:25Z mokulus joined #lisp 2021-06-12T19:40:05Z mokulus quit (Client Quit) 2021-06-12T20:07:03Z gareppa quit (Quit: Leaving) 2021-06-12T20:09:09Z gareppa joined #lisp 2021-06-12T20:11:38Z tfb quit 2021-06-12T20:16:10Z gareppa quit (Quit: Leaving) 2021-06-12T20:27:37Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-12T20:28:01Z mindCrime joined #lisp 2021-06-12T20:34:17Z DHARMAKAYA joined #lisp 2021-06-12T20:38:10Z orivej joined #lisp 2021-06-12T20:53:57Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-12T20:55:53Z mindCrime joined #lisp 2021-06-12T22:02:32Z DHARMAKAYA quit (Quit: Turning off a portion of this simulation.) 2021-06-12T22:09:05Z DHARMAKAYA joined #lisp 2021-06-12T22:09:23Z DHARMAKAYA quit (Client Quit) 2021-06-12T22:23:17Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-12T22:35:20Z mindCrime joined #lisp 2021-06-12T22:40:00Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-12T22:41:26Z euandreh quit (Ping timeout: 260 seconds) 2021-06-12T22:42:15Z euandreh joined #lisp 2021-06-12T22:42:51Z mindCrime joined #lisp 2021-06-12T22:48:55Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-12T23:26:51Z mindCrime joined #lisp 2021-06-12T23:27:40Z Juonu quit (Ping timeout: 252 seconds) 2021-06-12T23:36:25Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-13T00:20:24Z DHARMAKAYA joined #lisp 2021-06-13T00:22:57Z hiroaki quit (Ping timeout: 245 seconds) 2021-06-13T00:31:20Z mindCrime joined #lisp 2021-06-13T00:57:12Z nicktick quit (Ping timeout: 240 seconds) 2021-06-13T01:04:44Z killsushi quit (Quit: Leaving) 2021-06-13T02:02:21Z luckless quit (Ping timeout: 240 seconds) 2021-06-13T02:04:52Z luckless joined #lisp 2021-06-13T02:19:29Z ahungry joined #lisp 2021-06-13T02:36:14Z euandreh quit (Quit: WeeChat 3.1) 2021-06-13T02:46:24Z DHARMAKAYA quit (Quit: Turning off a portion of this simulation.) 2021-06-13T03:12:45Z luckless quit (Ping timeout: 240 seconds) 2021-06-13T03:13:12Z luckless joined #lisp 2021-06-13T03:58:45Z luckless quit (Ping timeout: 240 seconds) 2021-06-13T03:59:12Z luckless joined #lisp 2021-06-13T04:40:28Z Sheilong quit 2021-06-13T04:42:31Z Colleen quit (Ping timeout: 260 seconds) 2021-06-13T04:44:49Z Colleen joined #lisp 2021-06-13T04:58:43Z orenishii joined #lisp 2021-06-13T04:59:13Z orenishii quit (Client Quit) 2021-06-13T05:11:50Z ahungry quit (Read error: Connection reset by peer) 2021-06-13T05:28:48Z orivej quit (Ping timeout: 240 seconds) 2021-06-13T05:57:10Z mindCrime quit (Excess Flood) 2021-06-13T05:58:08Z mindCrime joined #lisp 2021-06-13T05:59:09Z luckless quit (Ping timeout: 240 seconds) 2021-06-13T06:00:02Z luckless joined #lisp 2021-06-13T06:04:32Z luckless quit (Remote host closed the connection) 2021-06-13T06:12:26Z luckless joined #lisp 2021-06-13T06:20:55Z Wezl quit (Ping timeout: 258 seconds) 2021-06-13T06:27:01Z mindCrime quit (Ping timeout: 258 seconds) 2021-06-13T07:38:35Z gareppa joined #lisp 2021-06-13T07:45:38Z zaquest quit (Quit: Leaving) 2021-06-13T07:49:09Z luckless quit (Ping timeout: 240 seconds) 2021-06-13T07:50:19Z luckless joined #lisp 2021-06-13T07:59:35Z mokulus joined #lisp 2021-06-13T07:59:47Z mokulus quit (Client Quit) 2021-06-13T08:07:05Z mindCrime joined #lisp 2021-06-13T08:16:34Z gareppa quit (Quit: Leaving) 2021-06-13T08:21:58Z zaquest joined #lisp 2021-06-13T09:32:42Z albusp1 joined #lisp 2021-06-13T09:35:28Z conkker7 joined #lisp 2021-06-13T09:36:21Z rme_ joined #lisp 2021-06-13T09:37:40Z lowryder_ joined #lisp 2021-06-13T09:38:54Z lonjil2 joined #lisp 2021-06-13T09:39:40Z trnv2 joined #lisp 2021-06-13T09:41:32Z cheers joined #lisp 2021-06-13T09:42:13Z rme quit (*.net *.split) 2021-06-13T09:42:13Z trn quit (*.net *.split) 2021-06-13T09:42:13Z lonjil quit (*.net *.split) 2021-06-13T09:42:13Z susam quit (*.net *.split) 2021-06-13T09:42:13Z MrtnDk[m] quit (*.net *.split) 2021-06-13T09:42:13Z logenkain[m] quit (*.net *.split) 2021-06-13T09:42:13Z lottaquestions quit (*.net *.split) 2021-06-13T09:42:13Z lowryder quit (*.net *.split) 2021-06-13T09:42:13Z conkker quit (*.net *.split) 2021-06-13T09:42:13Z MichaelRaskin quit (*.net *.split) 2021-06-13T09:42:13Z nick3000 quit (*.net *.split) 2021-06-13T09:42:13Z Guest81184 quit (*.net *.split) 2021-06-13T09:42:13Z albusp quit (*.net *.split) 2021-06-13T09:42:14Z rme_ is now known as rme 2021-06-13T09:42:14Z conkker7 is now known as conkker 2021-06-13T09:42:14Z albusp1 is now known as albusp 2021-06-13T09:42:15Z trnv2 is now known as trn 2021-06-13T09:42:34Z orivej joined #lisp 2021-06-13T09:48:21Z susam joined #lisp 2021-06-13T09:49:57Z logenkain[m] joined #lisp 2021-06-13T09:51:36Z mindCrime quit (Ping timeout: 240 seconds) 2021-06-13T10:10:14Z mindCrime joined #lisp 2021-06-13T10:11:35Z v3ga joined #lisp 2021-06-13T10:13:22Z jello_pudding quit (Ping timeout: 245 seconds) 2021-06-13T10:17:08Z hiroaki joined #lisp 2021-06-13T10:18:39Z nicktick joined #lisp 2021-06-13T10:19:51Z jello_pudding joined #lisp 2021-06-13T10:21:09Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-13T10:21:57Z sdumi quit (Ping timeout: 240 seconds) 2021-06-13T10:33:23Z Oladon quit (Quit: Leaving.) 2021-06-13T10:50:58Z gareppa joined #lisp 2021-06-13T10:52:37Z gareppa quit (Remote host closed the connection) 2021-06-13T13:03:49Z seok joined #lisp 2021-06-13T13:03:58Z seok quit (Client Quit) 2021-06-13T13:14:17Z nicktick quit (Ping timeout: 240 seconds) 2021-06-13T13:16:39Z gareppa joined #lisp 2021-06-13T13:21:39Z gareppa quit (Remote host closed the connection) 2021-06-13T13:27:01Z sdumi joined #lisp 2021-06-13T13:29:27Z sdumi quit (Read error: Connection reset by peer) 2021-06-13T13:32:00Z sdumi joined #lisp 2021-06-13T13:41:07Z sdumi quit (Ping timeout: 260 seconds) 2021-06-13T13:41:55Z sdumi joined #lisp 2021-06-13T13:47:51Z orivej quit (Ping timeout: 258 seconds) 2021-06-13T14:08:54Z gareppa joined #lisp 2021-06-13T14:32:21Z luckless quit (Ping timeout: 240 seconds) 2021-06-13T14:32:59Z luckless joined #lisp 2021-06-13T14:44:59Z peterhil joined #lisp 2021-06-13T14:55:27Z gareppa quit (Quit: Leaving) 2021-06-13T15:20:35Z mokulus joined #lisp 2021-06-13T15:31:22Z galex-713 joined #lisp 2021-06-13T15:47:42Z hiroaki quit (Ping timeout: 260 seconds) 2021-06-13T15:51:34Z scymtym joined #lisp 2021-06-13T16:00:06Z hiroaki joined #lisp 2021-06-13T16:05:26Z Sheilong joined #lisp 2021-06-13T16:17:39Z orivej joined #lisp 2021-06-13T16:35:34Z troydm1 quit (Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset) 2021-06-13T16:35:55Z troydm joined #lisp 2021-06-13T16:42:56Z peterhil quit (Ping timeout: 260 seconds) 2021-06-13T16:49:33Z mokulus quit (Quit: WeeChat 3.1) 2021-06-13T16:53:54Z mindCrime joined #lisp 2021-06-13T17:09:57Z kmeow joined #lisp 2021-06-13T17:46:51Z Sheilong quit (K-Lined) 2021-06-13T17:46:51Z palter quit (K-Lined) 2021-06-13T17:46:51Z p_l quit (K-Lined) 2021-06-13T17:46:51Z CEnnis91 quit (K-Lined) 2021-06-13T17:46:51Z rme quit (K-Lined) 2021-06-13T17:52:29Z p_l joined #lisp 2021-06-13T17:52:42Z ChanServ has set mode +o p_l 2021-06-13T17:53:59Z mindCrime quit (Ping timeout: 272 seconds) 2021-06-13T18:06:48Z p_l has set mode -b *!*McCafe@23.108.51.* 2021-06-13T18:06:50Z p_l has set mode -b *!*perdent@192.145.118.* 2021-06-13T18:06:51Z p_l has set mode -b *!*ioana@*.154.216.137.dyn.user.ono.com 2021-06-13T18:06:51Z p_l has set mode -b *!*discord@*.hsd1.wa.comcast.net 2021-06-13T18:06:52Z p_l has set mode -b *!*sid476935@gateway/web/irccloud.com/x-ezccxoibyygulirl 2021-06-13T18:06:55Z p_l has set mode -b *!*gopher@2a03:1b20:3:f011::* 2021-06-13T18:06:57Z p_l has set mode -b *!*gopher@2a03:1b20:3:f011::* 2021-06-13T18:07:00Z p_l has set mode -b *!*linuxnoob@*.blix.com 2021-06-13T18:07:02Z p_l has set mode -b *!*linuxnoob@*.blix.com 2021-06-13T18:07:05Z p_l has set mode -b *!*linuxnoob@*.blix.com 2021-06-13T18:07:07Z p_l has set mode -b *!*linuxnoob@*.blix.com 2021-06-13T18:07:10Z p_l has set mode -b *!*linuxnoob@*.blix.com 2021-06-13T18:07:12Z p_l has set mode -b *!*b94186a9@185.65.134.* 2021-06-13T18:07:26Z p_l has set mode -bbbb *!*b94186aa@185.65.134.* *!*b94186a2@185.65.134.* *!*sid461327@*.irccloud.com *!*@gateway/web/irccloud.com/x-ufubplczlididaoy 2021-06-13T18:07:29Z p_l has set mode -bbbb *!*sid461327@gateway/web/irccloud.com/x-ufubplczlididaoy *!~user@2601:601:8300:81a0:20b2:1f6:f8c:3568 *!*user@109.108.213.* *!*@p200300C33F0E9F00C1C18EB072C1F2A0.dip0.t-ipconnect.de 2021-06-13T18:07:33Z p_l has set mode -bbb *!*manjaro-u@*.red-79-152-109.dynamicip.rima-tde.net *!*DaisyChri@139.5.252.* *!*eo@unaffiliated/hortiel 2021-06-13T18:07:41Z p_l has set mode -bbbb *!*18d3e139@*.nc.res.rr.com *!*Administa@216.189.157.* *!*nate48423@50.105.119.* *!*cb6d2850@*.com/ip.203.109.40.80 2021-06-13T18:07:44Z p_l has set mode -bb *!*uid350002@gateway/web/irccloud.com/x-bjqnveavasbozwja *!*2e4c5f73@*.com/ip.46.76.95.115 2021-06-13T18:09:27Z p_l has set mode +k yooMie5Exo1baib7 2021-06-13T18:10:12Z p_l has set mode +p 2021-06-13T18:10:23Z p_l has set mode +Q 2021-06-13T18:11:04Z p_l has set mode +l 5 2021-06-13T18:12:02Z p_l has set mode +l 1 2021-06-13T18:12:15Z p_l has set mode +b *!*@@ 2021-06-13T18:12:18Z p_l has set mode +b *!*@* 2021-06-13T18:12:32Z p_l has set mode -b *!*@@ 2021-06-13T18:14:16Z datajerk [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:14:23Z __jrjsmrtn__ [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:14:40Z guaqua [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:14:44Z lavaflow [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:14:48Z Ober [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:06Z devrtz [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:09Z gum [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:12Z logenkain[m] [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:19Z Oddity [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:22Z susam [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:26Z dim [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:31Z herlocksholmes [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:39Z hdasch [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:43Z lonjil2 [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:46Z Odin- [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:53Z swflint [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:15:58Z lowryder_ [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:02Z orivej [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:14Z thijso [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:21Z hhdave [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:27Z luckless [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:31Z payphone [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:34Z TMA [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:38Z dtman34 [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:41Z hiroaki [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:45Z madand [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:48Z rotty [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:52Z trn [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:16:58Z acolarh [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:03Z AdmiralBumbleBee [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:09Z alandipert [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:15Z albusp [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:19Z Ankhers [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:26Z azrazalea [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:30Z bkst_ [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:36Z brass [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:40Z casual_friday [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:45Z cheers [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:17:48Z conkker [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:05Z copec [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:11Z cyberlard [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:15Z dale [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:18Z daniel1302 [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:21Z dvdmuckle [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:26Z emacsomancer [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:30Z eMBee [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:34Z femi [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:39Z FennecCode [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:43Z flazh [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:47Z freshmaker666 [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:52Z galex-713 [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:18:56Z ggoes [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:19:01Z GIANTWORLDKEEPER [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l ( migrated networks) 2021-06-13T18:19:07Z grobe0ba [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:10Z Grue` [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:15Z hugo [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:21Z hvxgr [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:26Z justinmcp_ [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:36Z kmeow [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:40Z ntr [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:44Z nullman [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:50Z jurov [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:53Z creat [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:19:57Z idxu [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:00Z Inoperable [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:04Z joga [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:07Z john2gb0 [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:13Z johnjay [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:19Z Kabriel [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:24Z krjt [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:29Z lansiir [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:32Z larme [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:36Z malm [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:40Z maxwilli- [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:47Z MetaYan [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:53Z mood_ [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:20:58Z motersen_ [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:02Z mrchampion [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:05Z mseddon [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:09Z shrysr [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:12Z shenghi [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:17Z senforcem [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:28Z SlashLife [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:31Z tychoish [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:36Z v3ga [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:41Z wigust [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:47Z X-Scale [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:52Z xsperry [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:21:57Z Yardanico [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:01Z z0d [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:06Z zaquest [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:12Z wxie [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:21Z troydm [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:25Z sukaeto [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:29Z stux|RC-only [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:34Z stux|RC [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:41Z sdumi [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:44Z scymtym [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:48Z sbryant [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:52Z saturn2 [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:22:56Z SAL9000 [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:01Z samebchase [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:05Z rumpelszn [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:08Z Noisytoot [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:19Z Necktwi [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:28Z drdo [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:31Z easye [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:35Z mgsk_ [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:42Z matthewcroughan [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:47Z gabot [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:23:51Z ski [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated networks) 2021-06-13T18:24:03Z mgr_ [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (mgr_) 2021-06-13T18:24:09Z madnificent [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (madnificent) 2021-06-13T18:24:13Z jello_pudding [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (jello_pudding) 2021-06-13T18:24:19Z fiddlerwoaroof [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (fiddlerwoaroof) 2021-06-13T18:24:24Z Fade [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (Fade) 2021-06-13T18:24:31Z Krystof [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (Krystof) 2021-06-13T18:24:36Z zagura [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (zagura) 2021-06-13T18:24:38Z Blkt [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (Blkt) 2021-06-13T18:24:44Z dmiles[m] [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (dmiles[m]) 2021-06-13T18:24:56Z White_Flame [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (White_Flame) 2021-06-13T18:25:06Z |3b| [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (migrated network) 2021-06-13T18:25:32Z p_l [~pl@79.184.239.210.ipv4.supernova.orange.pl] has been kicked from #lisp by p_l (p_l) 2021-06-13T21:02:18Z ccl-logbot [ChanServ@services.] has been kicked from #lisp by ChanServ (CLEAR USERS used by fe[nl]ix (lacedaemon)) 2021-06-15T09:49:46Z ccl-logbot joined #lisp 2021-06-15T09:49:46Z names: sellout ggoes hiroaki gigetoo bonz060 nicktick gpiero johnjay dim masp liberliver lonjil lowryder larme jellopudding shrysr ilmu alandipert lottaquestions_ krjt zaquest ccl-logbot 2021-06-15T10:09:50Z bonz060 quit (Z-lined) 2021-06-15T10:17:53Z rogersm joined #lisp 2021-06-15T10:18:36Z zaquest quit (Quit: Leaving) 2021-06-15T10:18:45Z rogersm quit (Quit: Leaving...) 2021-06-15T10:40:05Z bonz060 joined #lisp 2021-06-15T10:45:52Z lavaflow joined #lisp 2021-06-15T10:46:53Z zaquest joined #lisp 2021-06-15T11:10:00Z bonz060 quit (Z-lined) 2021-06-15T11:40:09Z bonz060 joined #lisp 2021-06-15T11:48:10Z maelbolge joined #lisp 2021-06-15T12:01:01Z nicktick quit (Ping timeout: 120 seconds) 2021-06-15T12:06:16Z orivej joined #lisp 2021-06-15T12:06:38Z nicktick joined #lisp 2021-06-15T12:06:45Z bonz060 quit (Z-lined) 2021-06-15T12:16:33Z supercoven joined #lisp 2021-06-15T12:34:29Z mrchampion joined #lisp 2021-06-15T12:35:28Z nicktick quit (Connection closed) 2021-06-15T12:36:56Z bonz060 joined #lisp 2021-06-15T12:45:07Z nicktick joined #lisp 2021-06-15T13:01:24Z bonz060 quit (Z-lined) 2021-06-15T13:20:20Z tfb joined #lisp 2021-06-15T13:20:34Z tfb quit (Quit: ) 2021-06-15T13:23:51Z dskfjsdkfsfj joined #lisp 2021-06-15T13:24:19Z dskfjsdkfsfj quit (Quit: Leaving...) 2021-06-15T13:29:12Z ahungry joined #lisp 2021-06-15T13:31:34Z bonz060 joined #lisp 2021-06-15T13:59:03Z Bit_MCP joined #lisp 2021-06-15T13:59:45Z bonz060 quit (Z-lined) 2021-06-15T14:22:37Z Bit_MCP quit (Connection closed) 2021-06-15T14:23:29Z masp quit (Ping timeout: 120 seconds) 2021-06-15T14:29:59Z bonz060 joined #lisp 2021-06-15T14:54:25Z TCZ joined #lisp 2021-06-15T15:06:22Z bonz060 quit (Z-lined) 2021-06-15T15:23:10Z TCZ quit (Quit: ...) 2021-06-15T15:36:13Z bonz060 joined #lisp 2021-06-15T15:58:33Z terpri joined #lisp 2021-06-15T16:00:55Z kaiwulf joined #lisp 2021-06-15T16:04:06Z bonz060 quit (Z-lined) 2021-06-15T16:20:22Z sloanr joined #lisp 2021-06-15T16:20:43Z sloanr left #lisp 2021-06-15T16:22:13Z mindCrime_ joined #lisp 2021-06-15T16:23:51Z bonz060 joined #lisp 2021-06-15T16:26:14Z ahungry quit (Connection closed) 2021-06-15T16:41:11Z liberliver quit (Connection closed) 2021-06-15T17:02:42Z mindCrime_ quit (Ping timeout: 120 seconds) 2021-06-15T17:03:08Z kaiwulf quit (Ping timeout: 120 seconds) 2021-06-15T17:04:07Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-15T17:11:57Z long4mud joined #lisp 2021-06-15T17:26:50Z liberliver joined #lisp 2021-06-15T17:31:20Z liberliver quit (Client exited) 2021-06-15T17:59:27Z selwyn joined #lisp 2021-06-15T18:01:51Z selwyn left #lisp 2021-06-15T18:02:58Z foouserxzz joined #lisp 2021-06-15T18:04:00Z foouserxzz quit (Connection closed) 2021-06-15T18:07:08Z gigamonkey joined #lisp 2021-06-15T18:09:17Z gigamonkey quit (Quit: ERC (IRC client for Emacs 27.2)) 2021-06-15T18:09:22Z samebchase joined #lisp 2021-06-15T18:30:59Z mindCrime_ joined #lisp 2021-06-15T18:38:13Z maelbolge quit (Quit: Lost terminal) 2021-06-15T18:45:16Z mindCrime_ quit (Ping timeout: 120 seconds) 2021-06-15T18:49:06Z nicktick quit (Ping timeout: 120 seconds) 2021-06-15T18:54:16Z karlosz joined #lisp 2021-06-15T18:59:38Z TCZ joined #lisp 2021-06-15T19:02:23Z karlosz quit (Client exited) 2021-06-15T19:32:28Z tiwEllien joined #lisp 2021-06-15T19:33:11Z tiwEllien quit (Quit: WeeChat 3.1) 2021-06-15T19:38:14Z Yardanico joined #lisp 2021-06-15T19:38:24Z TMA joined #lisp 2021-06-15T19:38:25Z nightfly joined #lisp 2021-06-15T19:38:27Z knobo joined #lisp 2021-06-15T19:38:31Z hiroaki joined #lisp 2021-06-15T19:39:00Z skapate joined #lisp 2021-06-15T19:39:09Z shenghi joined #lisp 2021-06-15T19:39:16Z himmAllRight joined #lisp 2021-06-15T19:44:25Z ilmu quit (Z-lined) 2021-06-15T19:45:20Z zagura joined #lisp 2021-06-15T19:46:18Z skapate quit (Quit: Hi, I'm a quit message virus. Please replace your old quit message with this one and help me take over the IRC world.) 2021-06-15T19:48:49Z zagura left #lisp 2021-06-15T20:17:56Z ilmu joined #lisp 2021-06-15T20:22:04Z albusp joined #lisp 2021-06-15T20:22:11Z greeb joined #lisp 2021-06-15T20:22:13Z mseddon joined #lisp 2021-06-15T20:22:13Z troydm joined #lisp 2021-06-15T20:22:34Z gensym joined #lisp 2021-06-15T20:24:39Z X-Scale joined #lisp 2021-06-15T20:25:14Z dtman34 joined #lisp 2021-06-15T20:27:44Z ilmu quit (Z-lined) 2021-06-15T20:28:05Z msenforce joined #lisp 2021-06-15T20:28:24Z ilmu joined #lisp 2021-06-15T20:30:01Z msenforce is now known as CrEddy 2021-06-15T20:30:17Z Blkt joined #lisp 2021-06-15T20:30:25Z flazh joined #lisp 2021-06-15T20:30:27Z payphone joined #lisp 2021-06-15T20:30:28Z casual_friday joined #lisp 2021-06-15T20:30:31Z GIANTWORLDKEEPER joined #lisp 2021-06-15T20:30:35Z acolarh joined #lisp 2021-06-15T20:30:38Z daniel1302 joined #lisp 2021-06-15T20:30:41Z conkker joined #lisp 2021-06-15T20:30:54Z f4r598387230590 joined #lisp 2021-06-15T20:30:55Z rumbler31 joined #lisp 2021-06-15T20:31:17Z justinmcp joined #lisp 2021-06-15T20:32:19Z cognemo joined #lisp 2021-06-15T20:32:27Z cheers joined #lisp 2021-06-15T20:40:26Z Oddity joined #lisp 2021-06-15T20:46:40Z rdd` joined #lisp 2021-06-15T20:46:51Z rotty joined #lisp 2021-06-15T20:49:04Z john2gb0 joined #lisp 2021-06-15T20:49:08Z ilmu quit (Z-lined) 2021-06-15T20:53:01Z clone_of_saturn joined #lisp 2021-06-15T20:55:52Z conkker is now known as libera 2021-06-15T20:55:56Z clone_of_saturn quit (Quit: WeeChat 1.0.1) 2021-06-15T20:55:57Z libera is now known as liberachat 2021-06-15T20:56:58Z liberachat is now known as conkker 2021-06-15T21:07:51Z kmeow joined #lisp 2021-06-15T21:36:33Z mindCrime_ joined #lisp 2021-06-15T21:47:12Z TCZ quit (Quit: ...) 2021-06-15T22:00:50Z mindCrime_ quit (Ping timeout: 120 seconds) 2021-06-15T22:04:29Z mindCrime_ joined #lisp 2021-06-15T22:13:22Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-15T22:26:49Z karlosz joined #lisp 2021-06-15T22:26:59Z karlosz left #lisp 2021-06-15T22:27:43Z kaiwulf joined #lisp 2021-06-15T22:28:18Z hsaziz joined #lisp 2021-06-15T22:37:08Z hiroaki joined #lisp 2021-06-15T22:38:51Z ilmu joined #lisp 2021-06-15T22:43:23Z ilmu quit (Z-lined) 2021-06-15T22:47:12Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-15T22:50:22Z hsaziz quit (Ping timeout: 120 seconds) 2021-06-15T22:52:24Z hsaziz joined #lisp 2021-06-15T22:52:34Z hsaziz quit (Client exited) 2021-06-15T22:52:45Z hsaziz joined #lisp 2021-06-15T22:54:46Z vsync joined #lisp 2021-06-15T22:55:04Z ilmu joined #lisp 2021-06-15T23:02:48Z hiroaki joined #lisp 2021-06-15T23:10:20Z john2gb0 quit (Connection closed) 2021-06-15T23:11:33Z hsaziz quit (Client exited) 2021-06-15T23:12:05Z ilmu quit (Z-lined) 2021-06-15T23:12:58Z john2gb0 joined #lisp 2021-06-15T23:14:28Z ilmu joined #lisp 2021-06-15T23:19:05Z ilmu quit (Z-lined) 2021-06-15T23:21:38Z xsperry joined #lisp 2021-06-15T23:21:54Z xsperry quit (Connection closed) 2021-06-15T23:23:46Z gzj joined #lisp 2021-06-15T23:27:29Z xsperry joined #lisp 2021-06-15T23:34:40Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-15T23:35:31Z terpri quit (Quit: Leaving) 2021-06-15T23:38:00Z lonjil quit (SendQ exceeded) 2021-06-15T23:38:02Z lonjil joined #lisp 2021-06-15T23:40:43Z lonjil quit (SendQ exceeded) 2021-06-15T23:40:49Z lonjil joined #lisp 2021-06-15T23:50:17Z hiroaki joined #lisp 2021-06-15T23:50:48Z ilmu joined #lisp 2021-06-16T00:01:45Z ilmu quit (Z-lined) 2021-06-16T00:36:57Z ilmu joined #lisp 2021-06-16T00:43:33Z rumbler31 quit (Connection closed) 2021-06-16T00:43:51Z rumbler31 joined #lisp 2021-06-16T00:53:22Z ilmu quit (Z-lined) 2021-06-16T01:28:51Z ahungry joined #lisp 2021-06-16T01:29:58Z andreyorst_ joined #lisp 2021-06-16T01:30:07Z andreyorst_ quit (Quit: WeeChat 3.0.1) 2021-06-16T01:33:56Z ilmu joined #lisp 2021-06-16T02:18:24Z nightfly quit (Ping timeout: 120 seconds) 2021-06-16T02:22:46Z nightfly joined #lisp 2021-06-16T02:28:44Z nightfly quit (Ping timeout: 120 seconds) 2021-06-16T02:36:11Z nicktick joined #lisp 2021-06-16T02:42:51Z nightfly joined #lisp 2021-06-16T03:14:47Z mindCrime joined #lisp 2021-06-16T03:15:17Z mindCrime_ quit (Ping timeout: 120 seconds) 2021-06-16T03:29:51Z ahungry quit (Connection closed) 2021-06-16T03:34:42Z vhost- joined #lisp 2021-06-16T03:37:15Z nicktick quit (Quit: Leaving.) 2021-06-16T03:37:59Z nicktick joined #lisp 2021-06-16T03:42:33Z rumbler31 quit (Connection closed) 2021-06-16T03:43:27Z rumbler31 joined #lisp 2021-06-16T03:45:47Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-16T03:47:36Z nicktick quit (Quit: Leaving.) 2021-06-16T03:50:35Z mindCrime joined #lisp 2021-06-16T03:59:32Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-16T04:16:59Z jmarciano joined #lisp 2021-06-16T04:33:32Z gzj quit (Connection closed) 2021-06-16T04:33:53Z gzj joined #lisp 2021-06-16T04:37:26Z fooxxa joined #lisp 2021-06-16T04:38:10Z fooxxa quit (Connection closed) 2021-06-16T04:39:10Z nicktick joined #lisp 2021-06-16T04:43:56Z nicktick quit (Quit: Leaving.) 2021-06-16T04:44:21Z nicktick joined #lisp 2021-06-16T04:51:13Z orivej quit (Ping timeout: 120 seconds) 2021-06-16T05:03:45Z mindCrime joined #lisp 2021-06-16T05:10:57Z kaiwulf quit (Ping timeout: 120 seconds) 2021-06-16T05:42:42Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-16T05:45:12Z Wezl joined #lisp 2021-06-16T06:04:46Z pranavats joined #lisp 2021-06-16T07:29:43Z masp joined #lisp 2021-06-16T08:10:41Z liberliver joined #lisp 2021-06-16T08:12:31Z gzj quit (Ping timeout: 120 seconds) 2021-06-16T08:25:02Z shenghi quit (Quit: WeeChat 2.9) 2021-06-16T08:25:18Z shenghi joined #lisp 2021-06-16T09:11:42Z supercoven quit (Connection closed) 2021-06-16T09:14:36Z xi-jinping joined #lisp 2021-06-16T09:14:49Z xi-jinping left #lisp 2021-06-16T09:15:21Z nicktick quit (Ping timeout: 120 seconds) 2021-06-16T09:19:11Z acolarh left #lisp 2021-06-16T09:57:48Z liberliver left #lisp 2021-06-16T10:59:36Z cheers quit (*.net *.split) 2021-06-16T11:02:26Z pranavats quit (Z-lined) 2021-06-16T11:03:11Z cheers joined #lisp 2021-06-16T11:12:47Z liberliver joined #lisp 2021-06-16T11:13:13Z liberliver quit (Client exited) 2021-06-16T11:47:14Z zaquest quit (Quit: Leaving) 2021-06-16T11:48:13Z kmeow quit (Connection closed) 2021-06-16T11:48:16Z zaquest joined #lisp 2021-06-16T11:55:50Z liberliver joined #lisp 2021-06-16T12:08:54Z krjt left #lisp 2021-06-16T12:31:46Z liberliver quit (Client exited) 2021-06-16T12:42:13Z rain3 joined #lisp 2021-06-16T13:10:45Z krjst joined #lisp 2021-06-16T13:18:39Z krjst quit (Quit: bye) 2021-06-16T13:18:47Z krjst joined #lisp 2021-06-16T13:18:57Z Wezl quit (Connection closed) 2021-06-16T13:19:22Z nicktick joined #lisp 2021-06-16T13:20:58Z krjst quit (Quit: bye) 2021-06-16T13:46:33Z rain3 quit (Ping timeout: 120 seconds) 2021-06-16T13:51:33Z Wezl joined #lisp 2021-06-16T14:01:21Z TCZ joined #lisp 2021-06-16T14:17:52Z nicktick quit (Ping timeout: 120 seconds) 2021-06-16T14:22:50Z nicktick joined #lisp 2021-06-16T14:38:35Z TCZ quit (Quit: ...) 2021-06-16T14:38:59Z f4r598387230590 quit (Connection closed) 2021-06-16T14:44:20Z nicktick quit (Ping timeout: 120 seconds) 2021-06-16T14:50:57Z nicktick joined #lisp 2021-06-16T15:27:17Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-16T16:00:19Z orivej joined #lisp 2021-06-16T16:06:28Z jmarciano quit (Ping timeout: 120 seconds) 2021-06-16T16:09:52Z milanj joined #lisp 2021-06-16T16:12:38Z jmarciano joined #lisp 2021-06-16T16:14:28Z skapata joined #lisp 2021-06-16T16:17:21Z long4mud joined #lisp 2021-06-16T17:13:40Z mindCrime joined #lisp 2021-06-16T17:26:53Z TCZ joined #lisp 2021-06-16T17:31:07Z TCZ quit (Quit: ...) 2021-06-16T17:37:21Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-16T17:57:26Z kaiwulf joined #lisp 2021-06-16T18:13:05Z masp quit (Quit: Konversation terminated!) 2021-06-16T18:22:25Z milanj quit (Quit: This computer has gone to sleep) 2021-06-16T18:23:41Z kaiwulf quit (Ping timeout: 120 seconds) 2021-06-16T18:36:17Z mindCrime joined #lisp 2021-06-16T18:50:30Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-16T19:16:52Z milanj joined #lisp 2021-06-16T19:19:11Z rain3 joined #lisp 2021-06-16T19:33:27Z xsperry quit (Connection closed) 2021-06-16T19:33:55Z nightfly is now known as tetrapod 2021-06-16T19:48:28Z TCZ joined #lisp 2021-06-16T19:58:07Z mindCrime joined #lisp 2021-06-16T20:09:29Z rain3 quit (Ping timeout: 120 seconds) 2021-06-16T20:18:49Z knusbaum joined #lisp 2021-06-16T20:19:21Z knusbaum left #lisp 2021-06-16T20:35:40Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-16T21:18:01Z milanj quit (Quit: Leaving) 2021-06-16T21:46:27Z jmarciano quit (Ping timeout: 120 seconds) 2021-06-16T21:53:17Z TCZ quit (Quit: ...) 2021-06-16T22:05:25Z flazh quit (Ping timeout: 120 seconds) 2021-06-16T22:06:02Z flazh joined #lisp 2021-06-16T22:19:30Z TCZ joined #lisp 2021-06-16T22:20:28Z f4r598387230590 joined #lisp 2021-06-16T22:38:23Z xsperry joined #lisp 2021-06-16T22:39:26Z TMA quit (Ping timeout: 120 seconds) 2021-06-16T22:39:28Z nicktick quit (Ping timeout: 120 seconds) 2021-06-16T22:40:40Z TMA joined #lisp 2021-06-16T22:46:57Z ccl-logbot joined #lisp 2021-06-16T22:46:57Z names: john2gb0 gigetoo Oddity TCZ rumbler31 vhost- X-Scale johnjay larme lowryder jellopudding shrysr lottaquestions_ alandipert ccl-logbot lonjil himmAllRight hiroaki mrchampion bonz060 cognemo samebchase Yardanico zaquest knobo ilmu albusp greeb mseddon gensym CrEddy dtman34 daniel1302 conkker Blkt payphone GIANTWORLDKEEPER casual_friday justinmcp rdd` rotty vsync TMA flazh skapata shenghi xsperry cheers Wezl orivej f4r598387230590 2021-06-16T22:48:23Z dim joined #lisp 2021-06-16T22:48:25Z gpiero joined #lisp 2021-06-16T22:48:27Z sellout joined #lisp 2021-06-16T22:48:34Z tetrapod joined #lisp 2021-06-16T22:48:36Z troydm joined #lisp 2021-06-16T22:48:41Z lavaflow joined #lisp 2021-06-16T22:49:25Z ggoes joined #lisp 2021-06-16T22:49:26Z long4mud joined #lisp 2021-06-16T23:25:34Z cognemo quit (Ping timeout: 120 seconds) 2021-06-16T23:25:57Z cognemo joined #lisp 2021-06-16T23:37:06Z mindCrime joined #lisp 2021-06-17T00:14:10Z ahungry joined #lisp 2021-06-17T00:29:24Z TCZ quit (Quit: ...) 2021-06-17T00:47:03Z nicktick joined #lisp 2021-06-17T02:00:00Z torbo joined #lisp 2021-06-17T02:00:33Z torbo left #lisp 2021-06-17T02:00:58Z torbo joined #lisp 2021-06-17T02:01:25Z enometh joined #lisp 2021-06-17T02:01:26Z torbo quit (Connection closed) 2021-06-17T02:03:06Z enometh left #lisp 2021-06-17T02:22:08Z nullman joined #lisp 2021-06-17T02:25:09Z torbo joined #lisp 2021-06-17T02:25:21Z nullman quit (Quit: leaving) 2021-06-17T02:25:29Z nullman joined #lisp 2021-06-17T02:27:51Z torbo quit (Connection closed) 2021-06-17T02:31:04Z nullman quit (Quit: leaving) 2021-06-17T02:31:17Z nullman joined #lisp 2021-06-17T02:31:39Z nullman quit (Quit: leaving) 2021-06-17T02:32:47Z nullman joined #lisp 2021-06-17T02:34:14Z nullman quit (Quit: leaving) 2021-06-17T02:34:34Z nullman joined #lisp 2021-06-17T02:43:07Z nullman quit (Quit: leaving) 2021-06-17T02:43:19Z nullman joined #lisp 2021-06-17T02:45:31Z nullman quit (Quit: leaving) 2021-06-17T02:45:42Z nullman joined #lisp 2021-06-17T02:46:11Z nullman quit (Quit: leaving) 2021-06-17T02:47:14Z nullman joined #lisp 2021-06-17T02:50:26Z skapata left #lisp 2021-06-17T02:53:07Z nullman quit (Quit: leaving) 2021-06-17T02:53:15Z nullman joined #lisp 2021-06-17T02:58:22Z nullman quit (Quit: leaving) 2021-06-17T02:58:33Z nullman joined #lisp 2021-06-17T03:00:18Z nullman quit (Quit: leaving) 2021-06-17T03:00:50Z nullman joined #lisp 2021-06-17T03:01:25Z nullman quit (Quit: leaving) 2021-06-17T03:03:47Z nullman joined #lisp 2021-06-17T03:04:56Z nullman quit (Quit: leaving) 2021-06-17T03:06:12Z nullman joined #lisp 2021-06-17T03:45:25Z CrEddy quit (Ping timeout: 120 seconds) 2021-06-17T03:49:33Z dmiles_afk joined #lisp 2021-06-17T03:55:50Z CrEddy joined #lisp 2021-06-17T03:57:03Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-17T04:34:20Z mrchampion quit (Connection closed) 2021-06-17T05:02:46Z orivej quit (Ping timeout: 120 seconds) 2021-06-17T05:03:28Z orivej joined #lisp 2021-06-17T05:22:40Z ahungry quit (Connection closed) 2021-06-17T05:23:26Z orivej quit (Ping timeout: 120 seconds) 2021-06-17T05:34:25Z pranavats joined #lisp 2021-06-17T06:42:35Z epony joined #lisp 2021-06-17T07:05:18Z masp joined #lisp 2021-06-17T07:38:31Z rain3 joined #lisp 2021-06-17T07:54:34Z rain3 quit (Connection closed) 2021-06-17T08:00:53Z orivej joined #lisp 2021-06-17T08:06:41Z liberliver joined #lisp 2021-06-17T08:26:29Z zaquest quit (Quit: Leaving) 2021-06-17T08:27:34Z zaquest joined #lisp 2021-06-17T09:15:03Z nicktick quit (Ping timeout: 120 seconds) 2021-06-17T09:26:28Z gareppa joined #lisp 2021-06-17T09:27:25Z gareppa quit (Connection closed) 2021-06-17T09:33:43Z pranavats quit (Z-lined) 2021-06-17T09:45:34Z v3gajerusalem joined #lisp 2021-06-17T09:45:41Z v3gajerusalem: are we back? 2021-06-17T10:23:27Z nicktick joined #lisp 2021-06-17T10:38:37Z conkker quit (Quit: The Lounge - https://thelounge.chat) 2021-06-17T10:39:10Z conkker joined #lisp 2021-06-17T11:04:05Z makomo joined #lisp 2021-06-17T11:13:33Z makomo quit (Quit: WeeChat 3.0.1) 2021-06-17T11:33:04Z lowryder quit (Ping timeout: 120 seconds) 2021-06-17T11:35:20Z lowryder joined #lisp 2021-06-17T11:50:34Z makomo joined #lisp 2021-06-17T12:14:36Z epony: as the 90ies ;-) everlasting 2021-06-17T12:35:31Z makomo quit (Quit: WeeChat 3.0.1) 2021-06-17T12:35:50Z makomo joined #lisp 2021-06-17T12:40:50Z makomo quit (Quit: WeeChat 3.0.1) 2021-06-17T12:43:23Z makomo joined #lisp 2021-06-17T12:43:38Z makomo quit (Quit: WeeChat 3.0.1) 2021-06-17T12:43:49Z makomo joined #lisp 2021-06-17T12:50:46Z makomo quit (Quit: WeeChat 3.0.1) 2021-06-17T12:52:38Z makomo joined #lisp 2021-06-17T12:57:02Z makomo quit (Quit: WeeChat 3.0.1) 2021-06-17T12:58:27Z mrchampion joined #lisp 2021-06-17T13:07:20Z orivej quit (Ping timeout: 120 seconds) 2021-06-17T13:18:00Z ahungry joined #lisp 2021-06-17T13:18:50Z pranavats joined #lisp 2021-06-17T13:26:03Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-17T13:35:20Z X-Scale quit (Ping timeout: 120 seconds) 2021-06-17T13:37:10Z lowryder quit (Quit: WeeChat 3.0) 2021-06-17T13:37:15Z lowryder joined #lisp 2021-06-17T13:37:28Z supercoven joined #lisp 2021-06-17T13:38:28Z hiroaki joined #lisp 2021-06-17T13:41:35Z X-Scale` joined #lisp 2021-06-17T13:47:51Z skapata joined #lisp 2021-06-17T14:07:12Z skapata quit (Connection closed) 2021-06-17T14:36:14Z long4mud quit (Ping timeout: 120 seconds) 2021-06-17T14:51:44Z rdd` quit (Ping timeout: 120 seconds) 2021-06-17T14:58:03Z long4mud joined #lisp 2021-06-17T15:04:41Z v3gajerusalem quit (Connection closed) 2021-06-17T15:19:28Z copec joined #lisp 2021-06-17T15:42:22Z mindCrime joined #lisp 2021-06-17T15:54:44Z long4mud quit (Ping timeout: 120 seconds) 2021-06-17T16:09:36Z GIANTWORLDKEEPER quit (Ping timeout: 120 seconds) 2021-06-17T16:16:03Z deadly joined #lisp 2021-06-17T16:16:17Z deadly quit (Quit: Leaving...) 2021-06-17T16:33:16Z sunarch joined #lisp 2021-06-17T16:38:11Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-17T16:42:24Z mrchampion quit (Ping timeout: 120 seconds) 2021-06-17T16:46:50Z long4mud joined #lisp 2021-06-17T16:55:50Z mrchampion joined #lisp 2021-06-17T17:08:50Z X-Scale` is now known as X-Scale 2021-06-17T17:52:12Z refpga joined #lisp 2021-06-17T18:07:28Z GIANTWORLDKEEPER joined #lisp 2021-06-17T18:38:26Z nicktick quit (Ping timeout: 120 seconds) 2021-06-17T18:43:52Z nicktick joined #lisp 2021-06-17T18:45:08Z mindCrime joined #lisp 2021-06-17T19:02:09Z sunarch_ joined #lisp 2021-06-17T19:03:12Z sunarch quit (*.net *.split) 2021-06-17T19:03:12Z liberliver quit (*.net *.split) 2021-06-17T19:03:12Z masp quit (*.net *.split) 2021-06-17T19:03:12Z refpga quit (*.net *.split) 2021-06-17T19:03:12Z alandipert quit (*.net *.split) 2021-06-17T19:03:12Z larme quit (*.net *.split) 2021-06-17T19:03:12Z troydm quit (*.net *.split) 2021-06-17T19:03:12Z johnjay quit (*.net *.split) 2021-06-17T19:03:12Z gensym quit (*.net *.split) 2021-06-17T19:03:12Z shrysr quit (*.net *.split) 2021-06-17T19:03:12Z lottaquestions_ quit (*.net *.split) 2021-06-17T19:03:12Z lavaflow quit (*.net *.split) 2021-06-17T19:03:12Z mrchampion quit (*.net *.split) 2021-06-17T19:03:12Z bonz060 quit (*.net *.split) 2021-06-17T19:03:12Z mseddon quit (*.net *.split) 2021-06-17T19:03:12Z shenghi quit (*.net *.split) 2021-06-17T19:03:12Z gpiero quit (*.net *.split) 2021-06-17T19:03:19Z mseddon5 joined #lisp 2021-06-17T19:04:52Z liberliver joined #lisp 2021-06-17T19:05:11Z bonz060 joined #lisp 2021-06-17T19:05:27Z alandipert joined #lisp 2021-06-17T19:05:35Z gpiero joined #lisp 2021-06-17T19:06:16Z lottaquestions_ joined #lisp 2021-06-17T19:06:23Z lavaflow joined #lisp 2021-06-17T19:06:25Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-17T19:06:27Z mrchampion joined #lisp 2021-06-17T19:06:34Z shenghi joined #lisp 2021-06-17T19:06:49Z gensym joined #lisp 2021-06-17T19:06:55Z troydm joined #lisp 2021-06-17T19:07:20Z larme joined #lisp 2021-06-17T19:08:15Z johnjay joined #lisp 2021-06-17T19:08:25Z shrysr joined #lisp 2021-06-17T19:09:20Z dmiles_afk quit (Z-lined) 2021-06-17T19:14:27Z refpga joined #lisp 2021-06-17T19:21:08Z refpga quit (Connection closed) 2021-06-17T19:28:54Z clone_of_saturn joined #lisp 2021-06-17T20:03:52Z skapata joined #lisp 2021-06-17T20:07:12Z mindCrime joined #lisp 2021-06-17T20:10:16Z francogrex joined #lisp 2021-06-17T20:11:00Z francogrex: Hi what happened to this and all other channels on irc freenode? 2021-06-17T20:11:58Z skapata left #lisp 2021-06-17T20:23:49Z francogrex quit (Connection closed) 2021-06-17T20:24:03Z orivej joined #lisp 2021-06-17T20:46:19Z kaiwulf joined #lisp 2021-06-17T21:16:53Z john2gb0 quit (Connection closed) 2021-06-17T21:19:29Z john2gb0 joined #lisp 2021-06-17T21:29:28Z nightfly joined #lisp 2021-06-17T21:29:28Z tetrapod quit (Connection closed) 2021-06-17T21:33:24Z ahungry quit (Connection closed) 2021-06-17T22:04:54Z hsaziz joined #lisp 2021-06-17T22:43:22Z nicktick quit (Ping timeout: 120 seconds) 2021-06-17T23:33:21Z lowryder quit (Ping timeout: 120 seconds) 2021-06-17T23:35:37Z lowryder joined #lisp 2021-06-17T23:41:08Z hsaziz quit (Ping timeout: 120 seconds) 2021-06-18T00:16:12Z nicktick joined #lisp 2021-06-18T00:21:04Z sunarch_ quit (Ping timeout: 120 seconds) 2021-06-18T00:49:06Z dmiles_afk joined #lisp 2021-06-18T01:06:00Z orivej quit (Ping timeout: 120 seconds) 2021-06-18T01:06:23Z pacon joined #lisp 2021-06-18T01:10:13Z pacon quit (Quit: leaving) 2021-06-18T02:00:19Z orivej joined #lisp 2021-06-18T02:01:37Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-18T02:30:53Z doulos05 joined #lisp 2021-06-18T02:31:40Z doulos05: Hi, I'm working on a simple script, I'm right on the edge of getting it to work, but I'm missing something obvious and I'm hoping someone can help. 2021-06-18T02:32:12Z doulos05: The code is here: https://github.com/jonathanabennett/gtd-review 2021-06-18T02:32:55Z doulos05: What I expect to happen is when I run this is that reads out the projects file, gets the projects list from taskwarrior, and then writes the union of those two back into the projects file. 2021-06-18T02:33:13Z doulos05: But what's actually happening seems to be that it just writes the projects list from taskwarrior into the file. 2021-06-18T02:34:04Z doulos05: Both the file and the output from taskwarrior are a list of strings. 2021-06-18T02:41:21Z X-Scale: doulos05: try #lisp on libera.chat 2021-06-18T02:46:53Z doulos05: thanks 2021-06-18T02:48:25Z doulos05 quit (Quit: ERC (IRC client for Emacs 27.2)) 2021-06-18T02:57:46Z hsaziz joined #lisp 2021-06-18T03:00:30Z hsaziz quit (Client exited) 2021-06-18T03:00:40Z hsaziz joined #lisp 2021-06-18T03:01:04Z casual_friday_ joined #lisp 2021-06-18T03:01:27Z casual_friday quit (Ping timeout: 120 seconds) 2021-06-18T03:01:36Z hsaziz quit (Client exited) 2021-06-18T03:03:34Z hsaziz joined #lisp 2021-06-18T03:10:22Z hsaziz quit (Client exited) 2021-06-18T04:13:55Z hsaziz joined #lisp 2021-06-18T04:14:15Z hsaziz quit (Client exited) 2021-06-18T04:48:33Z kaiwulf quit (Ping timeout: 120 seconds) 2021-06-18T04:49:12Z nicktick1 joined #lisp 2021-06-18T04:51:12Z nicktick quit (Ping timeout: 120 seconds) 2021-06-18T06:33:13Z orivej quit (Ping timeout: 120 seconds) 2021-06-18T07:39:54Z masp joined #lisp 2021-06-18T08:01:46Z liberliver quit (Client exited) 2021-06-18T08:11:03Z jellopudding quit (Ping timeout: 120 seconds) 2021-06-18T08:39:17Z lottaquestions_ quit (Ping timeout: 120 seconds) 2021-06-18T08:40:02Z lottaquestions_ joined #lisp 2021-06-18T08:46:58Z CVCCvdfv joined #lisp 2021-06-18T08:46:58Z CVCCvdfv: Worth pointing out that IRC isn't necessarily the first choice for coordinating a response, but it is a great low-dependency, independent fallback. IRC runs on a stack that is completely independent from the rest of Google prod (it's just a Linux machine running an IRC daemon). So when almost everything else goes down, so long as basic network routing is still working, IRC is still up. 2021-06-18T08:47:01Z CVCCvdfv left #lisp 2021-06-18T08:58:12Z jellopudding joined #lisp 2021-06-18T09:14:12Z nicktick1 quit (Ping timeout: 120 seconds) 2021-06-18T09:18:08Z enometh joined #lisp 2021-06-18T09:41:57Z mrchampion quit (Ping timeout: 120 seconds) 2021-06-18T09:42:14Z orivej joined #lisp 2021-06-18T09:43:26Z enometh quit (Ping timeout: 120 seconds) 2021-06-18T10:10:31Z TCZ joined #lisp 2021-06-18T10:22:05Z liberliver joined #lisp 2021-06-18T10:22:06Z liberliver quit (Z-lined) 2021-06-18T10:22:09Z orivej quit (Ping timeout: 120 seconds) 2021-06-18T11:33:37Z lowryder quit (Ping timeout: 120 seconds) 2021-06-18T11:35:53Z lowryder joined #lisp 2021-06-18T11:43:22Z agspathis joined #lisp 2021-06-18T11:46:02Z agspathis quit (Quit: ERC (IRC client for Emacs 28.0.50)) 2021-06-18T11:52:22Z sunarch joined #lisp 2021-06-18T12:25:09Z orivej joined #lisp 2021-06-18T12:26:53Z mrchampion joined #lisp 2021-06-18T12:31:56Z TCZ quit (Quit: ...) 2021-06-18T13:00:53Z sunarch quit (Ping timeout: 120 seconds) 2021-06-18T13:06:38Z francogrex joined #lisp 2021-06-18T13:06:43Z francogrex: hi 2021-06-18T13:07:02Z francogrex: is this still the official lisp channel? 2021-06-18T13:14:05Z francogrex quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2021-06-18T13:24:52Z pranavats quit (Z-lined) 2021-06-18T13:30:37Z orivej quit (Ping timeout: 120 seconds) 2021-06-18T13:37:20Z X-Scale quit (Ping timeout: 120 seconds) 2021-06-18T13:38:01Z X-Scale` joined #lisp 2021-06-18T13:39:34Z X-Scale` is now known as X-Scale 2021-06-18T13:49:18Z hsaziz joined #lisp 2021-06-18T13:52:10Z haziz joined #lisp 2021-06-18T13:52:10Z hsaziz quit (Connection closed) 2021-06-18T13:52:10Z haziz is now known as hsaziz 2021-06-18T13:54:16Z ahungry joined #lisp 2021-06-18T14:52:43Z hsaziz quit (Ping timeout: 120 seconds) 2021-06-18T15:08:18Z masp quit (Quit: Konversation terminated!) 2021-06-18T15:15:12Z rritoch joined #lisp 2021-06-18T15:24:33Z sunarch joined #lisp 2021-06-18T15:24:59Z sunarch quit (Client exited) 2021-06-18T15:54:58Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-18T16:16:34Z long4mud joined #lisp 2021-06-18T16:29:24Z mindCrime joined #lisp 2021-06-18T16:33:42Z Oddity: yes francogrex 2021-06-18T16:56:51Z mokulus joined #lisp 2021-06-18T17:02:22Z gproto23 joined #lisp 2021-06-18T17:02:34Z gproto23 quit (Connection closed) 2021-06-18T17:07:38Z rritoch quit (Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/) 2021-06-18T17:12:09Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-18T18:35:06Z nicktick joined #lisp 2021-06-18T18:47:27Z pranavats joined #lisp 2021-06-18T18:49:52Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-18T18:55:50Z skapata joined #lisp 2021-06-18T18:57:04Z skapata left #lisp 2021-06-18T19:02:33Z hiroaki joined #lisp 2021-06-18T20:00:36Z orivej joined #lisp 2021-06-18T20:28:04Z mokulus quit (Quit: WeeChat 3.2) 2021-06-18T21:09:11Z ahungry quit (Connection closed) 2021-06-18T21:27:11Z dtman34 quit (Ping timeout: 120 seconds) 2021-06-18T21:32:22Z mindCrime joined #lisp 2021-06-18T21:44:01Z rumbler31 quit (Connection closed) 2021-06-18T21:44:09Z rumbler31 joined #lisp 2021-06-18T21:58:39Z rumbler31 quit (Connection closed) 2021-06-18T22:13:46Z epony quit (Changing host) 2021-06-18T22:13:46Z epony joined #lisp 2021-06-18T22:14:07Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-18T22:15:12Z epony quit (Changing host) 2021-06-18T22:15:12Z epony joined #lisp 2021-06-18T22:15:38Z epony quit (Changing host) 2021-06-18T22:15:38Z epony joined #lisp 2021-06-18T22:21:40Z epony quit (Quit: upgrades) 2021-06-18T22:22:40Z epony joined #lisp 2021-06-18T22:43:25Z rumbler31 joined #lisp 2021-06-18T22:47:25Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-18T22:56:53Z Steeve joined #lisp 2021-06-18T23:02:22Z Steeve quit (Quit: end) 2021-06-18T23:22:43Z X-Scale quit (Ping timeout: 120 seconds) 2021-06-18T23:33:54Z lowryder quit (Ping timeout: 120 seconds) 2021-06-18T23:36:10Z lowryder joined #lisp 2021-06-18T23:50:39Z nicktick quit (Ping timeout: 120 seconds) 2021-06-19T00:28:29Z mindCrime joined #lisp 2021-06-19T00:45:18Z john2gb0 quit (Quit: The Lounge - https://thelounge.chat) 2021-06-19T01:08:49Z CrEddy quit (Connection closed) 2021-06-19T01:48:28Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-19T03:23:34Z orivej quit (Ping timeout: 120 seconds) 2021-06-19T04:03:57Z CrEddy joined #lisp 2021-06-19T04:11:15Z zaquest quit (Connection closed) 2021-06-19T04:12:14Z zaquest joined #lisp 2021-06-19T04:36:06Z mrchampion quit (Connection closed) 2021-06-19T04:51:20Z epony quit (Ping timeout: 120 seconds) 2021-06-19T05:20:21Z Oladon joined #lisp 2021-06-19T05:20:38Z Oladon quit (Quit: Leaving.) 2021-06-19T05:40:29Z epony joined #lisp 2021-06-19T05:56:27Z nicktick joined #lisp 2021-06-19T07:00:09Z epony quit (Ping timeout: 120 seconds) 2021-06-19T07:18:17Z epony joined #lisp 2021-06-19T07:46:32Z rumbler31 joined #lisp 2021-06-19T07:46:57Z mindCrime joined #lisp 2021-06-19T07:50:32Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-19T09:07:54Z epony quit (Ping timeout: 120 seconds) 2021-06-19T09:15:02Z supercoven quit (Ping timeout: 120 seconds) 2021-06-19T09:23:43Z epony joined #lisp 2021-06-19T09:45:26Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-19T09:54:31Z mindCrime joined #lisp 2021-06-19T09:54:50Z epony quit (Ping timeout: 120 seconds) 2021-06-19T10:26:56Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-19T10:31:33Z mindCrime joined #lisp 2021-06-19T10:31:58Z epony joined #lisp 2021-06-19T10:47:29Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-19T11:07:19Z orivej joined #lisp 2021-06-19T11:28:40Z john2gb0 joined #lisp 2021-06-19T11:34:35Z lowryder quit (Ping timeout: 120 seconds) 2021-06-19T11:36:51Z lowryder joined #lisp 2021-06-19T12:06:26Z mrchampion joined #lisp 2021-06-19T13:52:02Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-19T14:51:49Z orivej quit (*.net *.split) 2021-06-19T14:51:49Z gpiero quit (*.net *.split) 2021-06-19T14:54:42Z gpiero joined #lisp 2021-06-19T15:04:01Z oldtopman joined #lisp 2021-06-19T15:42:15Z Younder joined #lisp 2021-06-19T15:42:38Z gpiero left #lisp 2021-06-19T16:06:18Z orivej joined #lisp 2021-06-19T16:30:15Z supercoven joined #lisp 2021-06-19T16:40:31Z rumbler31 joined #lisp 2021-06-19T16:42:42Z Younder quit (Quit: Leaving) 2021-06-19T17:15:46Z pranavats quit (Z-lined) 2021-06-19T17:21:55Z johnjay quit (Ping timeout: 120 seconds) 2021-06-19T17:24:45Z johnjay joined #lisp 2021-06-19T18:24:16Z Younder joined #lisp 2021-06-19T18:26:35Z Younder quit (Quit: Leaving) 2021-06-19T18:41:03Z liberliver joined #lisp 2021-06-19T18:41:03Z liberliver quit (Z-lined) 2021-06-19T18:49:47Z orivej quit (Ping timeout: 120 seconds) 2021-06-19T19:23:33Z mindCrime joined #lisp 2021-06-19T19:35:31Z rumbler31 quit (Connection closed) 2021-06-19T19:51:54Z john2gb0 quit (Quit: The Lounge - https://thelounge.chat) 2021-06-19T20:25:52Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-19T20:30:14Z Quasus joined #lisp 2021-06-19T20:42:00Z mindCrime quit (Ping timeout: 120 seconds) 2021-06-19T20:44:00Z Quasus quit (Quit: abiit) 2021-06-19T21:10:05Z Quasus joined #lisp 2021-06-19T21:11:09Z Quasus quit (Quit: abiit) 2021-06-19T21:32:42Z lottaquestions joined #lisp 2021-06-19T21:34:03Z lottaquestions_ quit (Ping timeout: 120 seconds) 2021-06-19T21:35:57Z rumbler31 joined #lisp 2021-06-19T21:37:15Z lottaquestions quit (Quit: Konversation terminated!) 2021-06-19T21:37:37Z lottaquestions joined #lisp 2021-06-19T21:38:54Z rumbler31 quit (Connection closed) 2021-06-19T21:39:03Z rumbler31 joined #lisp 2021-06-19T21:40:08Z supercoven quit (Connection closed) 2021-06-19T22:00:29Z perrier-jouet joined #lisp 2021-06-19T22:12:24Z long4mud joined #lisp 2021-06-19T22:12:56Z perrier-jouet quit (Quit: WeeChat 3.2) 2021-06-19T22:15:50Z shinohai joined #lisp 2021-06-19T22:16:02Z shinohai left #lisp 2021-06-19T22:49:25Z skapata joined #lisp 2021-06-19T22:57:00Z orivej joined #lisp 2021-06-19T23:03:36Z john2gb0 joined #lisp 2021-06-19T23:34:55Z lowryder quit (Ping timeout: 120 seconds) 2021-06-19T23:37:11Z lowryder joined #lisp 2021-06-20T00:02:42Z skapata quit (Ping timeout: 120 seconds) 2021-06-20T00:06:28Z skapata joined #lisp 2021-06-20T00:18:00Z john2gb0 quit (Quit: The Lounge - https://thelounge.chat) 2021-06-20T00:29:50Z wsinatra joined #lisp 2021-06-20T00:30:10Z wsinatra quit (Quit: WeeChat 3.2) 2021-06-20T01:55:44Z ahungry joined #lisp 2021-06-20T03:27:59Z iam joined #lisp 2021-06-20T03:29:07Z iam left #lisp 2021-06-20T03:42:44Z vhost- quit (Ping timeout: 120 seconds) 2021-06-20T03:43:21Z dukester joined #lisp 2021-06-20T03:43:25Z vhost- joined #lisp 2021-06-20T03:44:13Z dukester quit (Connection closed) 2021-06-20T03:57:07Z mrchampion quit (Connection closed) 2021-06-20T05:21:00Z CrEddy quit (Quit: No windows for this server) 2021-06-20T05:29:52Z mokulus joined #lisp 2021-06-20T05:50:55Z ahungry quit (Connection closed) 2021-06-20T05:52:48Z skapata quit (Connection closed) 2021-06-20T05:55:00Z orivej quit (Client exited) 2021-06-20T05:56:09Z orivej joined #lisp 2021-06-20T06:20:54Z lottaquestions quit (Ping timeout: 120 seconds) 2021-06-20T06:22:02Z lottaquestions joined #lisp 2021-06-20T06:40:25Z rumbler31 quit (Connection closed) 2021-06-20T06:41:17Z rumbler31 joined #lisp 2021-06-20T07:02:35Z CrazyEddy joined #lisp 2021-06-20T08:47:06Z orivej quit (Ping timeout: 120 seconds) 2021-06-20T08:51:36Z epony quit (Ping timeout: 120 seconds) 2021-06-20T09:29:37Z ak5 joined #lisp 2021-06-20T09:37:15Z ak5 quit (Quit: WeeChat 3.2) 2021-06-20T10:34:10Z hiroaki joined #lisp 2021-06-20T10:34:53Z epony joined #lisp 2021-06-20T10:36:22Z masp joined #lisp 2021-06-20T10:42:37Z consolers joined #lisp 2021-06-20T10:42:48Z consolers left #lisp 2021-06-20T10:47:09Z Wezl quit (Ping timeout: 120 seconds) 2021-06-20T10:51:39Z liberliver joined #lisp 2021-06-20T10:51:40Z liberliver quit (Z-lined) 2021-06-20T10:52:41Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-20T11:05:13Z hiroaki joined #lisp 2021-06-20T11:25:09Z epony quit (Quit: upgrades) 2021-06-20T11:36:04Z epony joined #lisp 2021-06-20T11:36:13Z lowryder quit (Ping timeout: 120 seconds) 2021-06-20T11:38:29Z lowryder joined #lisp 2021-06-20T12:09:06Z skapata joined #lisp 2021-06-20T12:38:50Z rumbler31 quit (Connection closed) 2021-06-20T12:39:11Z rumbler31 joined #lisp 2021-06-20T12:43:51Z mokulus quit (Quit: WeeChat 3.2) 2021-06-20T12:49:35Z orivej joined #lisp 2021-06-20T13:59:22Z mrchampion joined #lisp 2021-06-20T14:02:22Z skapata left #lisp 2021-06-20T14:07:33Z orivej quit (Ping timeout: 120 seconds) 2021-06-20T14:39:23Z ggoes quit (Quit: WeeChat 2.3) 2021-06-20T14:53:49Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-20T15:01:00Z masp quit (Quit: Konversation terminated!) 2021-06-20T15:01:21Z rumbler31 quit (Connection closed) 2021-06-20T16:38:51Z long4mud joined #lisp 2021-06-20T17:01:52Z rumbler31 joined #lisp 2021-06-20T17:05:52Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-20T18:23:09Z rumbler31 joined #lisp 2021-06-20T19:02:59Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-20T19:33:38Z TCZ joined #lisp 2021-06-20T19:36:16Z xsperry quit (Connection closed) 2021-06-20T19:36:56Z nicktick quit (Ping timeout: 120 seconds) 2021-06-20T20:22:39Z hiroaki joined #lisp 2021-06-20T20:28:00Z pranavats joined #lisp 2021-06-20T20:31:05Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-20T20:50:39Z cognemo quit (Quit: cognemo) 2021-06-20T20:52:28Z nicktick joined #lisp 2021-06-20T20:54:12Z cognemo joined #lisp 2021-06-20T21:53:56Z rabbit_05 joined #lisp 2021-06-20T21:56:33Z rabbit_05 left #lisp 2021-06-20T21:58:14Z TCZ quit (Quit: ...) 2021-06-20T22:40:13Z nicktick quit (Ping timeout: 120 seconds) 2021-06-20T22:50:49Z TCZ joined #lisp 2021-06-20T22:59:08Z skapata joined #lisp 2021-06-20T23:18:56Z rumbler31 joined #lisp 2021-06-20T23:36:31Z lowryder quit (Ping timeout: 120 seconds) 2021-06-20T23:38:47Z lowryder joined #lisp 2021-06-21T00:22:19Z GIANTWORLDKEEPER quit (Ping timeout: 120 seconds) 2021-06-21T00:49:27Z TCZ quit (Quit: ...) 2021-06-21T01:11:05Z john2gb0 joined #lisp 2021-06-21T01:42:50Z skapata left #lisp 2021-06-21T01:59:19Z ahungry joined #lisp 2021-06-21T02:18:53Z GIANTWORLDKEEPER joined #lisp 2021-06-21T02:21:03Z ahungry quit (Connection closed) 2021-06-21T02:23:44Z ahungry joined #lisp 2021-06-21T02:23:54Z orivej joined #lisp 2021-06-21T02:30:24Z ahungry quit (Connection closed) 2021-06-21T03:41:11Z dmiles_afk quit (Connection closed) 2021-06-21T03:50:19Z ahungry joined #lisp 2021-06-21T04:20:26Z dmiles_afk joined #lisp 2021-06-21T04:33:34Z rumbler31 quit (Connection closed) 2021-06-21T04:34:28Z rumbler31 joined #lisp 2021-06-21T04:36:05Z mrchampion quit (Connection closed) 2021-06-21T05:05:14Z ahungry quit (Connection closed) 2021-06-21T05:27:47Z narimiran joined #lisp 2021-06-21T05:28:29Z narimiran quit (Connection closed) 2021-06-21T07:06:29Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-21T07:18:27Z hiroaki joined #lisp 2021-06-21T07:49:01Z andrei-n joined #lisp 2021-06-21T08:30:44Z andrei-n quit (Connection closed) 2021-06-21T08:32:43Z andrei-n joined #lisp 2021-06-21T08:48:18Z wusticality joined #lisp 2021-06-21T08:49:51Z rogersm joined #lisp 2021-06-21T09:00:46Z masp joined #lisp 2021-06-21T09:11:31Z wusticality quit (Connection closed) 2021-06-21T09:39:02Z flazh quit (Ping timeout: 120 seconds) 2021-06-21T09:45:47Z masp quit (Ping timeout: 120 seconds) 2021-06-21T09:58:37Z john2gb0 quit (Connection closed) 2021-06-21T10:01:10Z john2gb0 joined #lisp 2021-06-21T10:04:58Z skapata joined #lisp 2021-06-21T10:40:59Z masp joined #lisp 2021-06-21T10:50:11Z rumbler31 quit (Connection closed) 2021-06-21T10:50:20Z rumbler31 joined #lisp 2021-06-21T10:54:01Z rumbler31 quit (Connection closed) 2021-06-21T10:54:55Z rumbler31 joined #lisp 2021-06-21T11:36:47Z lowryder quit (Ping timeout: 120 seconds) 2021-06-21T11:39:03Z lowryder joined #lisp 2021-06-21T11:50:57Z liberliver joined #lisp 2021-06-21T11:50:58Z liberliver quit (Z-lined) 2021-06-21T12:28:08Z ahungry joined #lisp 2021-06-21T12:38:01Z GIANTWORLDKEEPER quit (Ping timeout: 120 seconds) 2021-06-21T13:10:30Z mrchampion joined #lisp 2021-06-21T13:34:21Z john2gb0 quit (Connection closed) 2021-06-21T13:36:55Z john2gb0 joined #lisp 2021-06-21T13:38:40Z john2gb0 quit (Connection closed) 2021-06-21T13:41:13Z john2gb0 joined #lisp 2021-06-21T13:44:32Z masp_ joined #lisp 2021-06-21T13:46:00Z masp quit (Ping timeout: 120 seconds) 2021-06-21T13:50:46Z v3ga joined #lisp 2021-06-21T13:56:02Z dim quit (Connection closed) 2021-06-21T14:03:08Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-21T14:10:35Z masp_ quit (Connection closed) 2021-06-21T14:13:25Z masp_ joined #lisp 2021-06-21T14:45:22Z orivej quit (Ping timeout: 120 seconds) 2021-06-21T14:47:11Z GIANTWORLDKEEPER joined #lisp 2021-06-21T14:50:33Z masp_ quit (Quit: Konversation terminated!) 2021-06-21T15:29:28Z john2gb0 quit (Connection closed) 2021-06-21T15:32:01Z john2gb0 joined #lisp 2021-06-21T15:34:02Z john2gb0 quit (Connection closed) 2021-06-21T15:36:35Z john2gb0 joined #lisp 2021-06-21T15:37:20Z GIANTWORLDKEEPER quit (Connection closed) 2021-06-21T15:38:24Z john2gb0 quit (Connection closed) 2021-06-21T15:40:57Z john2gb0 joined #lisp 2021-06-21T15:42:51Z john2gb0 quit (Connection closed) 2021-06-21T15:46:29Z john2gb0 joined #lisp 2021-06-21T16:17:02Z long4mud joined #lisp 2021-06-21T16:43:53Z john2gb0 quit (Connection closed) 2021-06-21T16:46:26Z john2gb0 joined #lisp 2021-06-21T16:48:05Z john2gb0 quit (Connection closed) 2021-06-21T16:50:38Z john2gb0 joined #lisp 2021-06-21T16:52:23Z john2gb0 quit (Connection closed) 2021-06-21T16:52:26Z GIANTWORLDKEEPER joined #lisp 2021-06-21T16:54:55Z john2gb0 joined #lisp 2021-06-21T16:56:52Z john2gb0 quit (Connection closed) 2021-06-21T16:59:26Z john2gb0 joined #lisp 2021-06-21T17:01:24Z john2gb0 quit (Connection closed) 2021-06-21T17:02:34Z andrei-n quit (Connection closed) 2021-06-21T17:03:57Z john2gb0 joined #lisp 2021-06-21T17:06:02Z john2gb0 quit (Connection closed) 2021-06-21T17:08:35Z john2gb0 joined #lisp 2021-06-21T17:10:40Z john2gb0 quit (Connection closed) 2021-06-21T17:13:13Z john2gb0 joined #lisp 2021-06-21T17:15:12Z john2gb0 quit (Connection closed) 2021-06-21T17:17:45Z john2gb0 joined #lisp 2021-06-21T17:18:13Z orivej joined #lisp 2021-06-21T17:19:46Z john2gb0 quit (Connection closed) 2021-06-21T17:22:19Z john2gb0 joined #lisp 2021-06-21T17:24:11Z john2gb0 quit (Connection closed) 2021-06-21T17:26:44Z john2gb0 joined #lisp 2021-06-21T17:28:30Z john2gb0 quit (Connection closed) 2021-06-21T17:31:03Z john2gb0 joined #lisp 2021-06-21T17:32:53Z john2gb0 quit (Connection closed) 2021-06-21T17:33:39Z andrei-n joined #lisp 2021-06-21T17:35:26Z john2gb0 joined #lisp 2021-06-21T17:37:24Z john2gb0 quit (Connection closed) 2021-06-21T17:38:27Z rogersm quit (Connection closed) 2021-06-21T17:39:57Z john2gb0 joined #lisp 2021-06-21T17:41:40Z john2gb0 quit (Connection closed) 2021-06-21T17:44:13Z john2gb0 joined #lisp 2021-06-21T17:46:18Z john2gb0 quit (Connection closed) 2021-06-21T17:48:51Z john2gb0 joined #lisp 2021-06-21T17:50:39Z john2gb0 quit (Connection closed) 2021-06-21T17:53:12Z john2gb0 joined #lisp 2021-06-21T17:55:02Z john2gb0 quit (Connection closed) 2021-06-21T17:57:35Z john2gb0 joined #lisp 2021-06-21T17:59:35Z john2gb0 quit (Connection closed) 2021-06-21T18:02:38Z john2gb0 joined #lisp 2021-06-21T18:04:15Z john2gb0 quit (Connection closed) 2021-06-21T18:05:21Z mokulus joined #lisp 2021-06-21T18:07:53Z john2gb0 joined #lisp 2021-06-21T18:08:55Z john2gb0 quit (Connection closed) 2021-06-21T18:11:28Z john2gb0 joined #lisp 2021-06-21T18:13:08Z john2gb0 quit (Connection closed) 2021-06-21T18:16:47Z john2gb0 joined #lisp 2021-06-21T18:17:46Z john2gb0 quit (Connection closed) 2021-06-21T18:20:19Z john2gb0 joined #lisp 2021-06-21T18:22:15Z john2gb0 quit (Connection closed) 2021-06-21T18:24:48Z john2gb0 joined #lisp 2021-06-21T18:26:46Z john2gb0 quit (Connection closed) 2021-06-21T18:28:42Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-21T18:29:20Z john2gb0 joined #lisp 2021-06-21T18:31:02Z john2gb0 quit (Connection closed) 2021-06-21T18:33:35Z john2gb0 joined #lisp 2021-06-21T18:35:21Z john2gb0 quit (Connection closed) 2021-06-21T18:37:55Z john2gb0 joined #lisp 2021-06-21T18:38:20Z peterhil joined #lisp 2021-06-21T18:39:40Z john2gb0 quit (Connection closed) 2021-06-21T18:41:17Z hiroaki joined #lisp 2021-06-21T18:42:14Z john2gb0 joined #lisp 2021-06-21T18:44:04Z john2gb0 quit (Connection closed) 2021-06-21T18:46:37Z john2gb0 joined #lisp 2021-06-21T19:00:52Z peterhil quit (Quit: Must not waste too much time here...) 2021-06-21T19:07:51Z peterhil joined #lisp 2021-06-21T19:11:23Z peterhil left #lisp 2021-06-21T19:27:40Z andrei-n quit (Connection closed) 2021-06-21T19:43:21Z mokulus quit (Ping timeout: 120 seconds) 2021-06-21T19:49:49Z dtman34 joined #lisp 2021-06-21T20:25:34Z john2gb0 quit (Connection closed) 2021-06-21T20:28:07Z john2gb0 joined #lisp 2021-06-21T20:29:52Z john2gb0 quit (Connection closed) 2021-06-21T20:32:24Z john2gb0 joined #lisp 2021-06-21T20:34:07Z john2gb0 quit (Connection closed) 2021-06-21T20:36:40Z john2gb0 joined #lisp 2021-06-21T20:38:32Z john2gb0 quit (Connection closed) 2021-06-21T20:41:05Z john2gb0 joined #lisp 2021-06-21T20:43:06Z john2gb0 quit (Connection closed) 2021-06-21T20:45:39Z john2gb0 joined #lisp 2021-06-21T20:47:26Z john2gb0 quit (Connection closed) 2021-06-21T20:49:58Z john2gb0 joined #lisp 2021-06-21T20:51:44Z john2gb0 quit (Connection closed) 2021-06-21T20:54:18Z john2gb0 joined #lisp 2021-06-21T20:56:07Z john2gb0 quit (Connection closed) 2021-06-21T20:58:40Z john2gb0 joined #lisp 2021-06-21T21:00:41Z john2gb0 quit (Connection closed) 2021-06-21T21:03:14Z john2gb0 joined #lisp 2021-06-21T21:05:04Z john2gb0 quit (Connection closed) 2021-06-21T21:07:36Z john2gb0 joined #lisp 2021-06-21T21:09:33Z john2gb0 quit (Connection closed) 2021-06-21T21:12:06Z john2gb0 joined #lisp 2021-06-21T21:14:05Z john2gb0 quit (Connection closed) 2021-06-21T21:16:39Z john2gb0 joined #lisp 2021-06-21T21:18:36Z john2gb0 quit (Connection closed) 2021-06-21T21:21:09Z john2gb0 joined #lisp 2021-06-21T21:22:59Z john2gb0 quit (Connection closed) 2021-06-21T21:26:38Z john2gb0 joined #lisp 2021-06-21T21:27:57Z ahungry quit (Connection closed) 2021-06-21T21:56:02Z john2gb0 quit (Connection closed) 2021-06-21T21:58:35Z john2gb0 joined #lisp 2021-06-21T22:00:19Z john2gb0 quit (Connection closed) 2021-06-21T22:02:53Z john2gb0 joined #lisp 2021-06-21T22:04:40Z john2gb0 quit (Connection closed) 2021-06-21T22:07:14Z john2gb0 joined #lisp 2021-06-21T22:08:57Z john2gb0 quit (Connection closed) 2021-06-21T22:11:29Z john2gb0 joined #lisp 2021-06-21T22:13:18Z john2gb0 quit (Connection closed) 2021-06-21T22:16:57Z john2gb0 joined #lisp 2021-06-21T22:17:58Z john2gb0 quit (Write Error) 2021-06-21T22:20:24Z TCZ joined #lisp 2021-06-21T22:20:32Z john2gb0 joined #lisp 2021-06-21T22:22:26Z john2gb0 quit (Connection closed) 2021-06-21T22:26:03Z john2gb0 joined #lisp 2021-06-21T22:26:57Z john2gb0 quit (Connection closed) 2021-06-21T22:29:30Z john2gb0 joined #lisp 2021-06-21T22:31:19Z john2gb0 quit (Connection closed) 2021-06-21T22:34:10Z orivej quit (Ping timeout: 120 seconds) 2021-06-21T22:34:57Z john2gb0 joined #lisp 2021-06-21T22:35:40Z john2gb0 quit (Connection closed) 2021-06-21T22:38:13Z john2gb0 joined #lisp 2021-06-21T22:40:12Z john2gb0 quit (Connection closed) 2021-06-21T22:42:44Z john2gb0 joined #lisp 2021-06-21T22:44:30Z john2gb0 quit (Connection closed) 2021-06-21T22:47:03Z john2gb0 joined #lisp 2021-06-21T22:48:52Z john2gb0 quit (Connection closed) 2021-06-21T22:51:25Z john2gb0 joined #lisp 2021-06-21T22:51:42Z zaquest quit (Quit: Leaving) 2021-06-21T22:53:15Z john2gb0 quit (Connection closed) 2021-06-21T22:53:24Z zaquest joined #lisp 2021-06-21T22:55:48Z john2gb0 joined #lisp 2021-06-21T22:57:43Z john2gb0 quit (Connection closed) 2021-06-21T23:00:17Z john2gb0 joined #lisp 2021-06-21T23:02:05Z john2gb0 quit (Connection closed) 2021-06-21T23:04:38Z john2gb0 joined #lisp 2021-06-21T23:06:30Z john2gb0 quit (Connection closed) 2021-06-21T23:09:03Z john2gb0 joined #lisp 2021-06-21T23:10:54Z john2gb0 quit (Connection closed) 2021-06-21T23:13:27Z john2gb0 joined #lisp 2021-06-21T23:15:23Z john2gb0 quit (Connection closed) 2021-06-21T23:17:55Z john2gb0 joined #lisp 2021-06-21T23:19:55Z john2gb0 quit (Connection closed) 2021-06-21T23:22:28Z john2gb0 joined #lisp 2021-06-21T23:24:16Z john2gb0 quit (Connection closed) 2021-06-21T23:27:54Z john2gb0 joined #lisp 2021-06-21T23:37:05Z lowryder quit (Ping timeout: 120 seconds) 2021-06-21T23:39:21Z lowryder joined #lisp 2021-06-21T23:43:46Z xsperry joined #lisp 2021-06-21T23:51:04Z troydm quit (Ping timeout: 120 seconds) 2021-06-21T23:53:01Z f4r598387230590 quit (Connection closed) 2021-06-21T23:54:16Z TCZ quit (Quit: ...) 2021-06-21T23:55:18Z john2gb0 quit (Connection closed) 2021-06-21T23:57:51Z john2gb0 joined #lisp 2021-06-21T23:59:41Z john2gb0 quit (Connection closed) 2021-06-21T23:59:49Z troydm joined #lisp 2021-06-22T00:00:20Z mm007emko joined #lisp 2021-06-22T00:01:05Z mm007emko quit (Quit: Page closed) 2021-06-22T00:02:14Z john2gb0 joined #lisp 2021-06-22T00:04:01Z john2gb0 quit (Connection closed) 2021-06-22T00:05:11Z v3ga quit (Quit: WeeChat 3.0.1) 2021-06-22T00:07:38Z john2gb0 joined #lisp 2021-06-22T00:08:33Z john2gb0 quit (Connection closed) 2021-06-22T00:11:06Z john2gb0 joined #lisp 2021-06-22T00:12:49Z john2gb0 quit (Connection closed) 2021-06-22T00:15:22Z john2gb0 joined #lisp 2021-06-22T00:17:10Z john2gb0 quit (Connection closed) 2021-06-22T00:19:43Z john2gb0 joined #lisp 2021-06-22T00:21:36Z john2gb0 quit (Connection closed) 2021-06-22T00:24:09Z john2gb0 joined #lisp 2021-06-22T00:25:57Z john2gb0 quit (Connection closed) 2021-06-22T00:28:30Z john2gb0 joined #lisp 2021-06-22T00:30:29Z john2gb0 quit (Connection closed) 2021-06-22T00:33:02Z john2gb0 joined #lisp 2021-06-22T00:35:04Z john2gb0 quit (Connection closed) 2021-06-22T00:35:51Z Yardanico quit (Quit: No Ping reply in 180 seconds.) 2021-06-22T00:36:52Z Yardanico joined #lisp 2021-06-22T00:38:08Z john2gb0 joined #lisp 2021-06-22T00:39:36Z john2gb0 quit (Connection closed) 2021-06-22T00:41:31Z rumbler31 quit (Connection closed) 2021-06-22T00:41:53Z rumbler31 joined #lisp 2021-06-22T00:42:08Z john2gb0 joined #lisp 2021-06-22T00:44:09Z john2gb0 quit (Connection closed) 2021-06-22T00:46:42Z john2gb0 joined #lisp 2021-06-22T00:47:39Z v3gajerusalem joined #lisp 2021-06-22T00:48:06Z v3gajerusalem quit (Quit: WeeChat 3.0.1) 2021-06-22T00:48:34Z john2gb0 quit (Connection closed) 2021-06-22T00:51:07Z john2gb0 joined #lisp 2021-06-22T00:52:55Z john2gb0 quit (Connection closed) 2021-06-22T00:55:29Z john2gb0 joined #lisp 2021-06-22T00:57:19Z john2gb0 quit (Connection closed) 2021-06-22T01:00:55Z john2gb0 joined #lisp 2021-06-22T01:28:39Z ahungry joined #lisp 2021-06-22T01:46:08Z john2gb0 quit (Connection closed) 2021-06-22T01:48:41Z john2gb0 joined #lisp 2021-06-22T01:50:24Z john2gb0 quit (Connection closed) 2021-06-22T01:52:58Z john2gb0 joined #lisp 2021-06-22T01:54:48Z john2gb0 quit (Connection closed) 2021-06-22T01:57:22Z john2gb0 joined #lisp 2021-06-22T01:59:12Z john2gb0 quit (Connection closed) 2021-06-22T02:01:44Z john2gb0 joined #lisp 2021-06-22T02:03:33Z john2gb0 quit (Connection closed) 2021-06-22T02:07:11Z john2gb0 joined #lisp 2021-06-22T02:08:11Z john2gb0 quit (Connection closed) 2021-06-22T02:10:45Z john2gb0 joined #lisp 2021-06-22T02:12:31Z john2gb0 quit (Connection closed) 2021-06-22T02:15:04Z john2gb0 joined #lisp 2021-06-22T02:16:55Z john2gb0 quit (Connection closed) 2021-06-22T02:19:28Z john2gb0 joined #lisp 2021-06-22T02:21:22Z john2gb0 quit (Connection closed) 2021-06-22T02:23:56Z john2gb0 joined #lisp 2021-06-22T02:25:41Z john2gb0 quit (Connection closed) 2021-06-22T02:28:12Z john2gb0 joined #lisp 2021-06-22T02:30:01Z john2gb0 quit (Connection closed) 2021-06-22T02:33:39Z john2gb0 joined #lisp 2021-06-22T02:34:33Z john2gb0 quit (Connection closed) 2021-06-22T02:37:05Z john2gb0 joined #lisp 2021-06-22T02:39:04Z john2gb0 quit (Connection closed) 2021-06-22T02:41:37Z john2gb0 joined #lisp 2021-06-22T02:43:27Z john2gb0 quit (Connection closed) 2021-06-22T02:46:00Z john2gb0 joined #lisp 2021-06-22T02:48:01Z john2gb0 quit (Connection closed) 2021-06-22T02:50:34Z john2gb0 joined #lisp 2021-06-22T02:52:37Z john2gb0 quit (Connection closed) 2021-06-22T02:55:41Z john2gb0 joined #lisp 2021-06-22T02:57:07Z john2gb0 quit (Connection closed) 2021-06-22T02:59:41Z john2gb0 joined #lisp 2021-06-22T03:01:31Z john2gb0 quit (Connection closed) 2021-06-22T03:02:01Z ahungry quit (Connection closed) 2021-06-22T03:04:04Z john2gb0 joined #lisp 2021-06-22T03:26:57Z mrchampion quit (Connection closed) 2021-06-22T03:51:22Z ahungry joined #lisp 2021-06-22T03:56:58Z skapata quit (Connection closed) 2021-06-22T05:01:50Z ahungry quit (Connection closed) 2021-06-22T05:46:34Z Jesin joined #lisp 2021-06-22T05:48:46Z Jesin quit (Connection closed) 2021-06-22T06:20:22Z f4r598387230590 joined #lisp 2021-06-22T06:25:06Z mokulus joined #lisp 2021-06-22T06:25:30Z mokulus quit (Quit: WeeChat 3.2) 2021-06-22T06:25:43Z rogersm joined #lisp 2021-06-22T06:26:19Z rogersm quit (Quit: ) 2021-06-22T07:22:07Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-22T07:23:58Z rain3 joined #lisp 2021-06-22T07:26:19Z rain3: Hello , (define-symbol-macro m1 :m1) ;; how to programatically check if 'm1 is a symbol macro? (describe 'm1) ;; "'m1 names a symbol macro" 2021-06-22T07:31:51Z rain3: I need something like fboundp . how can one define a (symbol-macrop) ? 2021-06-22T07:34:28Z hiroaki joined #lisp 2021-06-22T08:13:24Z liberliver joined #lisp 2021-06-22T08:13:24Z liberliver quit (Z-lined) 2021-06-22T08:35:58Z web-3396 joined #lisp 2021-06-22T08:36:07Z web-3396 left #lisp 2021-06-22T09:12:02Z masp joined #lisp 2021-06-22T10:13:12Z skapata joined #lisp 2021-06-22T10:17:32Z GIANTWORLDKEEPER quit (Connection closed) 2021-06-22T10:17:45Z GIANTWORLDKEEPER joined #lisp 2021-06-22T10:24:24Z flazh joined #lisp 2021-06-22T10:31:46Z payphone quit (*.net *.split) 2021-06-22T10:31:46Z sellout quit (*.net *.split) 2021-06-22T10:34:52Z pranavats quit (Z-lined) 2021-06-22T10:36:44Z payphone joined #lisp 2021-06-22T10:37:05Z sellout joined #lisp 2021-06-22T10:41:25Z rogersm joined #lisp 2021-06-22T10:50:58Z orivej joined #lisp 2021-06-22T10:56:59Z pranavats joined #lisp 2021-06-22T11:37:29Z lowryder quit (Ping timeout: 120 seconds) 2021-06-22T11:39:45Z lowryder joined #lisp 2021-06-22T11:55:16Z rain3: (setf (symbol-function '+) (symbol-function '-)) 2021-06-22T11:55:16Z rain3: [Condition of type SB-EXT:SYMBOL-PACKAGE-LOCKED-ERROR] Lock on package COMMON-LISP violated when setting the symbol-function of + . 2021-06-22T11:55:16Z rain3: ;; why doesn't the following also signal Condition of type SB-EXT:SYMBOL-PACKAGE-LOCKED-ERROR ? why does it signal SB-INT:COMPILED-PROGRAM-ERROR , which doesn't have a Continue restart ? 2021-06-22T11:55:16Z rain3: (flet ((+ (x y) 2021-06-22T11:55:17Z rain3: (- x y))) 2021-06-22T11:55:19Z rain3: (+ 3 2)) 2021-06-22T11:55:20Z rain3: [Condition of type SB-INT:COMPILED-PROGRAM-ERROR] Execution of a form compiled with errors. Lock on package COMMON-LISP violated when binding + as a local function while See also: The SBCL Manual, Node "Package Locks" 2021-06-22T11:58:56Z orivej quit (Ping timeout: 120 seconds) 2021-06-22T12:01:27Z TMA: rain3: (defun symbol-macro-p (symbol) (let* (r (*macroexpand-hook* (lambda (fn fm e) (declare (ignore fn fm e)) (setf r t)))) (macroexpand-1 symbol) r)) 2021-06-22T12:02:12Z rain3: thank you 2021-06-22T12:02:22Z TMA: well, it shall probably (and (symbolp symbol) ...) as well 2021-06-22T13:10:38Z mrchampion joined #lisp 2021-06-22T13:35:41Z ahungry joined #lisp 2021-06-22T13:41:04Z mortemeur joined #lisp 2021-06-22T13:41:15Z mortemeur quit (Quit: Leaving) 2021-06-22T13:49:53Z web-33 joined #lisp 2021-06-22T14:00:36Z web-33 quit (Quit: Page closed) 2021-06-22T14:37:12Z GIANTWORLDKEEPER quit (Quit: EXIT) 2021-06-22T14:37:21Z GIANTWORLDKEEPER joined #lisp 2021-06-22T15:00:09Z GIANTWORLDKEEPER quit (Quit: EXIT) 2021-06-22T15:22:40Z GIANTWORLDKEEPER joined #lisp 2021-06-22T15:38:16Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-22T15:58:16Z mokulus joined #lisp 2021-06-22T16:22:51Z rogersm quit (Quit: Leaving...) 2021-06-22T16:31:07Z rogersm joined #lisp 2021-06-22T17:51:21Z mokulus quit (Quit: WeeChat 3.2) 2021-06-22T17:54:26Z orivej joined #lisp 2021-06-22T18:03:16Z masp quit (Quit: Konversation terminated!) 2021-06-22T18:22:56Z pranavats quit (Z-lined) 2021-06-22T18:45:05Z long4mud joined #lisp 2021-06-22T19:37:31Z xsperry quit (Connection closed) 2021-06-22T19:39:31Z rogersm quit (Quit: Leaving...) 2021-06-22T19:39:56Z rain3 quit (Ping timeout: 120 seconds) 2021-06-22T20:52:50Z villanella joined #lisp 2021-06-22T20:53:50Z villanella quit (Client exited) 2021-06-22T21:07:23Z orivej quit (Ping timeout: 120 seconds) 2021-06-22T21:07:57Z orivej joined #lisp 2021-06-22T21:10:28Z easye joined #lisp 2021-06-22T21:32:51Z xsperry joined #lisp 2021-06-22T22:17:19Z TCZ joined #lisp 2021-06-22T22:18:02Z ahungry quit (Connection closed) 2021-06-22T22:41:56Z GIANTWORLDKEEPER quit (Quit: EXIT) 2021-06-22T22:45:47Z GIANTWORLDKEEPER joined #lisp 2021-06-22T23:37:07Z lowryder quit (Ping timeout: 120 seconds) 2021-06-22T23:39:23Z lowryder joined #lisp 2021-06-22T23:58:31Z wf joined #lisp 2021-06-22T23:58:38Z wf left #lisp 2021-06-22T23:58:49Z wf joined #lisp 2021-06-23T00:18:03Z troydm quit (Ping timeout: 120 seconds) 2021-06-23T00:19:33Z troydm joined #lisp 2021-06-23T00:47:09Z rain3 joined #lisp 2021-06-23T00:49:23Z orivej quit (Ping timeout: 120 seconds) 2021-06-23T00:51:57Z TCZ quit (Quit: ...) 2021-06-23T01:14:24Z john2gb0 quit (Quit: The Lounge - https://thelounge.chat) 2021-06-23T01:49:49Z orivej joined #lisp 2021-06-23T01:51:56Z rain3 quit (Ping timeout: 120 seconds) 2021-06-23T02:04:02Z rain3 joined #lisp 2021-06-23T02:14:50Z rain3 quit (Ping timeout: 120 seconds) 2021-06-23T02:27:28Z ahungry joined #lisp 2021-06-23T03:11:24Z mrchampion quit (Connection closed) 2021-06-23T03:38:26Z ahungry quit (Connection closed) 2021-06-23T03:41:18Z ahungry joined #lisp 2021-06-23T04:05:39Z pranavats joined #lisp 2021-06-23T04:32:07Z rumbler3_ joined #lisp 2021-06-23T04:32:29Z rumbler31 quit (Connection closed) 2021-06-23T04:32:35Z rumbler3_ quit (Connection closed) 2021-06-23T04:32:55Z rumbler31 joined #lisp 2021-06-23T04:34:09Z rumbler3_ joined #lisp 2021-06-23T04:37:21Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-23T04:44:07Z rumbler3_ quit (Connection closed) 2021-06-23T04:45:14Z rumbler31 joined #lisp 2021-06-23T05:18:35Z rumbler3_ joined #lisp 2021-06-23T05:21:03Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-23T05:28:45Z gzj joined #lisp 2021-06-23T05:42:19Z X-Scale joined #lisp 2021-06-23T05:53:15Z rain3 joined #lisp 2021-06-23T06:08:12Z ahungry quit (Connection closed) 2021-06-23T06:26:46Z orivej quit (Ping timeout: 120 seconds) 2021-06-23T07:56:58Z liberliver joined #lisp 2021-06-23T07:56:58Z liberliver quit (Z-lined) 2021-06-23T09:24:54Z pranavats quit (Z-lined) 2021-06-23T09:27:19Z pranavats joined #lisp 2021-06-23T09:27:19Z pranavats quit (OperServ (Session limit exceeded)) 2021-06-23T09:42:33Z rain3 quit (Ping timeout: 120 seconds) 2021-06-23T09:57:20Z pranavats joined #lisp 2021-06-23T09:59:57Z epony quit (Quit: upgrades) 2021-06-23T10:02:29Z epony joined #lisp 2021-06-23T10:52:01Z GIANTWORLDKEEPER quit (Connection closed) 2021-06-23T11:07:47Z TCZ joined #lisp 2021-06-23T11:37:24Z lowryder quit (Ping timeout: 120 seconds) 2021-06-23T11:39:40Z lowryder joined #lisp 2021-06-23T11:41:00Z masp joined #lisp 2021-06-23T11:53:06Z supercoven joined #lisp 2021-06-23T11:55:07Z supercoven quit (Connection closed) 2021-06-23T11:56:15Z supercoven joined #lisp 2021-06-23T12:09:03Z mrchampion joined #lisp 2021-06-23T12:27:09Z TCZ quit (Quit: ...) 2021-06-23T12:32:28Z GIANTWORLDKEEPER joined #lisp 2021-06-23T12:54:55Z TCZ joined #lisp 2021-06-23T12:54:59Z Oddity quit (SendQ exceeded) 2021-06-23T12:55:25Z Oddity joined #lisp 2021-06-23T13:14:38Z easye quit (Ping timeout: 120 seconds) 2021-06-23T13:15:06Z Blkt quit (Ping timeout: 120 seconds) 2021-06-23T13:15:36Z easye` joined #lisp 2021-06-23T13:16:27Z Blkt joined #lisp 2021-06-23T13:40:47Z lowryder quit (Ping timeout: 120 seconds) 2021-06-23T13:44:13Z lowryder joined #lisp 2021-06-23T13:47:37Z TCZ quit (Quit: ...) 2021-06-23T14:11:50Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-23T14:16:04Z john2gb0 joined #lisp 2021-06-23T14:22:18Z john2gb0 quit (Connection closed) 2021-06-23T14:24:51Z john2gb0 joined #lisp 2021-06-23T14:29:48Z john2gb0 quit (Ping timeout: 120 seconds) 2021-06-23T14:47:59Z orivej joined #lisp 2021-06-23T14:52:19Z john2gb0 joined #lisp 2021-06-23T14:58:38Z john2gb0 quit (Connection closed) 2021-06-23T15:01:11Z john2gb0 joined #lisp 2021-06-23T15:03:02Z john2gb0 quit (Connection closed) 2021-06-23T15:05:35Z john2gb0 joined #lisp 2021-06-23T15:07:21Z john2gb0 quit (Connection closed) 2021-06-23T15:09:54Z john2gb0 joined #lisp 2021-06-23T15:11:44Z john2gb0 quit (Connection closed) 2021-06-23T15:14:18Z john2gb0 joined #lisp 2021-06-23T15:16:08Z john2gb0 quit (Connection closed) 2021-06-23T15:18:41Z john2gb0 joined #lisp 2021-06-23T15:20:33Z john2gb0 quit (Connection closed) 2021-06-23T15:23:05Z john2gb0 joined #lisp 2021-06-23T15:24:51Z john2gb0 quit (Connection closed) 2021-06-23T15:28:28Z john2gb0 joined #lisp 2021-06-23T15:29:13Z john2gb0 quit (Connection closed) 2021-06-23T15:31:46Z john2gb0 joined #lisp 2021-06-23T15:33:33Z john2gb0 quit (Connection closed) 2021-06-23T15:36:07Z john2gb0 joined #lisp 2021-06-23T15:38:00Z john2gb0 quit (Connection closed) 2021-06-23T15:40:34Z john2gb0 joined #lisp 2021-06-23T15:42:25Z john2gb0 quit (Connection closed) 2021-06-23T15:44:58Z john2gb0 joined #lisp 2021-06-23T15:46:51Z john2gb0 quit (Connection closed) 2021-06-23T15:49:24Z john2gb0 joined #lisp 2021-06-23T15:51:12Z john2gb0 quit (Connection closed) 2021-06-23T15:53:45Z john2gb0 joined #lisp 2021-06-23T15:55:33Z john2gb0 quit (Connection closed) 2021-06-23T15:58:05Z john2gb0 joined #lisp 2021-06-23T15:58:31Z john2gb0 quit (Connection closed) 2021-06-23T16:16:16Z long4mud joined #lisp 2021-06-23T16:45:10Z ahungry joined #lisp 2021-06-23T17:26:10Z johnjay quit (Ping timeout: 120 seconds) 2021-06-23T17:30:02Z johnjay joined #lisp 2021-06-23T18:24:34Z masp quit (Quit: Konversation terminated!) 2021-06-23T18:39:08Z xsperry quit (Ping timeout: 120 seconds) 2021-06-23T18:59:52Z orivej quit (Ping timeout: 120 seconds) 2021-06-23T19:00:25Z skapata quit (Connection closed) 2021-06-23T19:18:38Z f4r5983872305905 joined #lisp 2021-06-23T19:19:04Z f4r598387230590 quit (Connection closed) 2021-06-23T19:19:06Z f4r5983872305905 is now known as f4r598387230590 2021-06-23T19:23:49Z Steeve joined #lisp 2021-06-23T19:50:34Z supercoven quit (Connection closed) 2021-06-23T21:06:36Z gzj quit (Connection closed) 2021-06-23T21:10:39Z Tordek joined #lisp 2021-06-23T21:11:05Z Tordek quit (Quit: leaving) 2021-06-23T21:19:12Z john2gb0 joined #lisp 2021-06-23T21:23:52Z ahungry quit (Connection closed) 2021-06-23T21:25:10Z john2gb0 quit (Connection closed) 2021-06-23T21:27:42Z john2gb0 joined #lisp 2021-06-23T21:29:26Z john2gb0 quit (Connection closed) 2021-06-23T21:31:59Z john2gb0 joined #lisp 2021-06-23T21:33:48Z john2gb0 quit (Connection closed) 2021-06-23T21:36:22Z john2gb0 joined #lisp 2021-06-23T21:38:29Z john2gb0 quit (Connection closed) 2021-06-23T21:41:03Z john2gb0 joined #lisp 2021-06-23T21:42:57Z john2gb0 quit (Connection closed) 2021-06-23T21:44:17Z rumbler3_ quit (Ping timeout: 120 seconds) 2021-06-23T21:45:30Z john2gb0 joined #lisp 2021-06-23T21:47:20Z john2gb0 quit (Connection closed) 2021-06-23T21:50:29Z rumbler31 joined #lisp 2021-06-23T21:50:55Z john2gb0 joined #lisp 2021-06-23T21:55:22Z john2gb0 quit (Ping timeout: 120 seconds) 2021-06-23T22:30:29Z AdmiralBumbleBee joined #lisp 2021-06-23T22:54:11Z Steeve quit (Quit: end) 2021-06-23T23:29:23Z xsperry joined #lisp 2021-06-23T23:43:13Z TMA quit (Ping timeout: 120 seconds) 2021-06-24T00:25:13Z Oddity quit (Connection closed) 2021-06-24T00:32:02Z rumbler31 quit (Connection closed) 2021-06-24T00:32:13Z rumbler31 joined #lisp 2021-06-24T00:39:26Z zaquest quit (Connection closed) 2021-06-24T00:40:33Z zaquest joined #lisp 2021-06-24T00:42:22Z johnjay quit (Ping timeout: 120 seconds) 2021-06-24T00:46:12Z johnjay joined #lisp 2021-06-24T01:47:29Z lowryder quit (Ping timeout: 120 seconds) 2021-06-24T01:49:45Z lowryder joined #lisp 2021-06-24T02:06:16Z ahungry joined #lisp 2021-06-24T03:09:00Z rumbler31 quit (Connection closed) 2021-06-24T03:09:53Z rumbler31 joined #lisp 2021-06-24T03:10:02Z mrchampion quit (Connection closed) 2021-06-24T03:35:29Z orivej joined #lisp 2021-06-24T04:53:18Z ahungry quit (Connection closed) 2021-06-24T06:46:56Z msk joined #lisp 2021-06-24T06:48:03Z msk quit (Connection closed) 2021-06-24T06:48:21Z msk joined #lisp 2021-06-24T06:50:17Z msk quit (Quit: Leaving) 2021-06-24T06:50:45Z msk joined #lisp 2021-06-24T06:54:40Z msk quit (Connection closed) 2021-06-24T07:14:16Z rain3 joined #lisp 2021-06-24T07:29:30Z msk joined #lisp 2021-06-24T07:35:01Z msk_ joined #lisp 2021-06-24T07:35:25Z msk quit (Connection closed) 2021-06-24T07:35:27Z msk_ quit (Connection closed) 2021-06-24T07:35:40Z msk joined #lisp 2021-06-24T07:39:30Z msk quit (Quit: Leaving) 2021-06-24T07:39:45Z msk joined #lisp 2021-06-24T07:39:49Z skapata joined #lisp 2021-06-24T07:44:16Z msk quit (Quit: Leaving) 2021-06-24T07:45:34Z msk joined #lisp 2021-06-24T07:48:32Z skapata left #lisp 2021-06-24T07:49:27Z msk quit (Quit: Leaving) 2021-06-24T07:50:44Z msk joined #lisp 2021-06-24T08:03:57Z orivej quit (Ping timeout: 120 seconds) 2021-06-24T08:34:08Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-24T08:58:32Z TMA joined #lisp 2021-06-24T08:58:37Z mn3m joined #lisp 2021-06-24T09:04:01Z GIANTWORLDKEEPER quit (Ping timeout: 120 seconds) 2021-06-24T09:19:20Z liberliver joined #lisp 2021-06-24T09:19:20Z liberliver quit (Z-lined) 2021-06-24T09:26:23Z rain3: :package-inferred-system won't work with custom defpackage% macros? it can infer only if I manually type a defpackage definition ? 2021-06-24T09:40:18Z rain3: is there any way to make a macro which instead of macroexpanding to (progn (action1) (action2)) it tricks the reader to believe it read two forms (action1) (action2) one after another? 2021-06-24T09:45:35Z TMA: rain3: "Starting with release 3.1.2, ASDF supports a one-package-per-file style of programming, in which each file is its own system, and dependencies are deduced from the defpackage form or its variant, uiop:define-package." https://common-lisp.net/project/asdf/asdf/The-package_002dinferred_002dsystem-extension.html 2021-06-24T09:46:54Z TMA: rain3: no, there is not. it is exactly why progn is special, so that the nested forms of a top-level progn are considered top-level as well 2021-06-24T09:47:00Z rain3: I gonna patch asdf/package-inferred-system::package-dependencies for myself to make it recognize my own defpacage% forms 2021-06-24T09:47:39Z rain3: my defpacage% expands into (progn (defpackage .. automated stuff here.) (something else)) 2021-06-24T09:48:21Z rain3: asdf/package-inferred-system::package-dependencies only knows to parse (defpackage .... ) if its the outmost form 2021-06-24T09:49:38Z rain3: (pushnew 'defpackage% ASDF/PACKAGE-INFERRED-SYSTEM:*DEFPACKAGE-FORMS*) 2021-06-24T09:57:54Z rain3: it worked 2021-06-24T10:15:29Z rain3: can :serial t be used with ..:class :package-inferred-system.. ? 2021-06-24T10:17:10Z rain3: ok I solved it by using :depends-on , twice , first to load some core dependencies from my sourcecode, and secondly to load the rest of the code (which doesn't listen to any :serial t) 2021-06-24T10:23:28Z masp joined #lisp 2021-06-24T11:02:23Z GIANTWORLDKEEPER joined #lisp 2021-06-24T11:58:49Z orivej joined #lisp 2021-06-24T12:04:19Z orivej quit (Ping timeout: 120 seconds) 2021-06-24T12:22:00Z rwcom60280385034 joined #lisp 2021-06-24T12:43:28Z mrchampion joined #lisp 2021-06-24T13:03:39Z mn3m quit (Ping timeout: 120 seconds) 2021-06-24T13:21:53Z rain3: made some changes and now it doesn't take the first :depends-on as the first . hmm 2021-06-24T13:36:26Z ahungry joined #lisp 2021-06-24T13:39:52Z rain3: https://common-lisp.net/project/asdf/asdf/The-package_002dinferred_002dsystem-extension.html what does :mix do ? 2021-06-24T13:43:11Z masp quit (Quit: Konversation terminated!) 2021-06-24T13:45:23Z rain3: my guess is that it uses those packages and automatically shadows conflicting symbols 2021-06-24T13:53:43Z TCZ joined #lisp 2021-06-24T14:02:55Z TCZ quit (Quit: ...) 2021-06-24T14:39:49Z pranavats quit (Z-lined) 2021-06-24T15:00:40Z hiroaki joined #lisp 2021-06-24T15:09:24Z john2gb0 joined #lisp 2021-06-24T15:15:36Z john2gb0 quit (Connection closed) 2021-06-24T15:18:08Z john2gb0 joined #lisp 2021-06-24T15:19:52Z john2gb0 quit (Connection closed) 2021-06-24T15:22:25Z john2gb0 joined #lisp 2021-06-24T15:24:12Z john2gb0 quit (Connection closed) 2021-06-24T15:26:45Z john2gb0 joined #lisp 2021-06-24T15:28:31Z john2gb0 quit (Connection closed) 2021-06-24T15:31:04Z john2gb0 joined #lisp 2021-06-24T15:32:51Z john2gb0 quit (Connection closed) 2021-06-24T15:35:24Z john2gb0 joined #lisp 2021-06-24T15:37:04Z john2gb0 quit (Connection closed) 2021-06-24T15:39:37Z john2gb0 joined #lisp 2021-06-24T15:41:30Z john2gb0 quit (Connection closed) 2021-06-24T15:44:04Z john2gb0 joined #lisp 2021-06-24T15:46:02Z john2gb0 quit (Connection closed) 2021-06-24T15:48:36Z john2gb0 joined #lisp 2021-06-24T15:50:17Z john2gb0 quit (Connection closed) 2021-06-24T15:52:50Z john2gb0 joined #lisp 2021-06-24T15:54:41Z john2gb0 quit (Connection closed) 2021-06-24T15:57:15Z john2gb0 joined #lisp 2021-06-24T15:59:07Z john2gb0 quit (Connection closed) 2021-06-24T16:01:39Z john2gb0 joined #lisp 2021-06-24T16:03:38Z long4mud quit (Ping timeout: 120 seconds) 2021-06-24T16:03:38Z john2gb0 quit (Connection closed) 2021-06-24T16:06:12Z john2gb0 joined #lisp 2021-06-24T16:07:55Z john2gb0 quit (Connection closed) 2021-06-24T16:10:27Z john2gb0 joined #lisp 2021-06-24T16:10:47Z masp joined #lisp 2021-06-24T16:12:30Z john2gb0 quit (Connection closed) 2021-06-24T16:14:09Z rain3: regarding my :depends-on problem above, ,I had to split the system in 2 , and first load the core system that defines the macros, because package-inferred-system s can't specify the order you want to load the files. to get an order, one can split and use the 1st one as a dependency 2021-06-24T16:15:04Z john2gb0 joined #lisp 2021-06-24T16:16:58Z john2gb0 quit (Write Error) 2021-06-24T16:19:31Z john2gb0 joined #lisp 2021-06-24T16:21:18Z john2gb0 quit (Connection closed) 2021-06-24T16:23:51Z john2gb0 joined #lisp 2021-06-24T16:25:05Z zaquest quit (Connection closed) 2021-06-24T16:25:36Z john2gb0 quit (Connection closed) 2021-06-24T16:26:21Z zaquest joined #lisp 2021-06-24T16:28:09Z john2gb0 joined #lisp 2021-06-24T16:29:51Z john2gb0 quit (Connection closed) 2021-06-24T16:32:23Z john2gb0 joined #lisp 2021-06-24T16:34:12Z john2gb0 quit (Connection closed) 2021-06-24T16:36:46Z john2gb0 joined #lisp 2021-06-24T16:38:23Z john2gb0 quit (Connection closed) 2021-06-24T16:42:00Z john2gb0 joined #lisp 2021-06-24T16:42:42Z john2gb0 quit (Connection closed) 2021-06-24T16:45:15Z john2gb0 joined #lisp 2021-06-24T16:47:00Z john2gb0 quit (Connection closed) 2021-06-24T16:49:26Z masp quit (Quit: Konversation terminated!) 2021-06-24T16:49:33Z john2gb0 joined #lisp 2021-06-24T16:50:20Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-24T16:51:24Z john2gb0 quit (Connection closed) 2021-06-24T16:53:57Z john2gb0 joined #lisp 2021-06-24T16:55:46Z john2gb0 quit (Connection closed) 2021-06-24T16:55:47Z GIANTWORLDKEEPER quit (Quit: EXIT) 2021-06-24T16:55:58Z GIANTWORLDKEEPER joined #lisp 2021-06-24T16:58:19Z john2gb0 joined #lisp 2021-06-24T17:00:02Z john2gb0 quit (Connection closed) 2021-06-24T17:02:36Z john2gb0 joined #lisp 2021-06-24T17:04:19Z john2gb0 quit (Connection closed) 2021-06-24T17:06:52Z john2gb0 joined #lisp 2021-06-24T17:08:41Z john2gb0 quit (Connection closed) 2021-06-24T17:11:14Z john2gb0 joined #lisp 2021-06-24T17:12:58Z john2gb0 quit (Connection closed) 2021-06-24T17:15:32Z john2gb0 joined #lisp 2021-06-24T17:17:26Z john2gb0 quit (Connection closed) 2021-06-24T17:19:59Z john2gb0 joined #lisp 2021-06-24T17:20:28Z nefercheprure joined #lisp 2021-06-24T17:20:29Z nefercheprure quit (Quit: no clones) 2021-06-24T17:21:56Z john2gb0 quit (Connection closed) 2021-06-24T17:24:29Z john2gb0 joined #lisp 2021-06-24T17:26:11Z john2gb0 quit (Connection closed) 2021-06-24T17:28:43Z john2gb0 joined #lisp 2021-06-24T17:30:29Z john2gb0 quit (Connection closed) 2021-06-24T17:33:03Z john2gb0 joined #lisp 2021-06-24T17:34:52Z john2gb0 quit (Connection closed) 2021-06-24T17:37:25Z john2gb0 joined #lisp 2021-06-24T17:39:09Z john2gb0 quit (Connection closed) 2021-06-24T17:41:44Z john2gb0 joined #lisp 2021-06-24T17:45:34Z pranavats joined #lisp 2021-06-24T17:45:34Z pranavats quit (Z-lined) 2021-06-24T18:46:01Z xsperry quit (Connection closed) 2021-06-24T19:01:06Z hiroaki joined #lisp 2021-06-24T19:03:18Z orivej joined #lisp 2021-06-24T19:41:14Z orivej quit (Ping timeout: 120 seconds) 2021-06-24T19:57:22Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-24T20:09:57Z hiroaki joined #lisp 2021-06-24T20:13:05Z pranavats joined #lisp 2021-06-24T20:15:56Z long4mud joined #lisp 2021-06-24T20:50:19Z lottaquestions quit (Ping timeout: 120 seconds) 2021-06-24T20:55:15Z rain3 quit (Ping timeout: 120 seconds) 2021-06-24T20:55:18Z ahungry quit (Connection closed) 2021-06-24T20:59:24Z xsperry joined #lisp 2021-06-24T21:02:06Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-24T21:02:35Z hiroaki joined #lisp 2021-06-24T21:04:34Z john2gb0 quit (Connection closed) 2021-06-24T21:07:07Z john2gb0 joined #lisp 2021-06-24T21:10:35Z troydm quit (Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset) 2021-06-24T21:12:30Z troydm joined #lisp 2021-06-24T21:15:20Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-24T21:15:39Z hiroaki joined #lisp 2021-06-24T21:20:27Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-24T21:20:46Z hiroaki joined #lisp 2021-06-24T22:29:39Z xsperry quit (Quit: ) 2021-06-24T22:42:30Z xsperry joined #lisp 2021-06-24T22:51:00Z john2gb0 quit (Connection closed) 2021-06-24T22:53:34Z john2gb0 joined #lisp 2021-06-24T22:55:14Z john2gb0 quit (Connection closed) 2021-06-24T22:57:47Z john2gb0 joined #lisp 2021-06-24T22:59:28Z john2gb0 quit (Connection closed) 2021-06-24T23:02:01Z john2gb0 joined #lisp 2021-06-24T23:03:47Z john2gb0 quit (Connection closed) 2021-06-24T23:06:19Z john2gb0 joined #lisp 2021-06-24T23:08:01Z john2gb0 quit (Connection closed) 2021-06-24T23:10:34Z john2gb0 joined #lisp 2021-06-24T23:12:28Z john2gb0 quit (Connection closed) 2021-06-24T23:15:00Z john2gb0 joined #lisp 2021-06-24T23:16:52Z john2gb0 quit (Connection closed) 2021-06-24T23:19:25Z john2gb0 joined #lisp 2021-06-24T23:21:08Z john2gb0 quit (Connection closed) 2021-06-24T23:23:42Z john2gb0 joined #lisp 2021-06-24T23:23:42Z TCZ joined #lisp 2021-06-24T23:25:39Z john2gb0 quit (Connection closed) 2021-06-24T23:28:11Z john2gb0 joined #lisp 2021-06-24T23:29:54Z john2gb0 quit (Connection closed) 2021-06-24T23:32:27Z john2gb0 joined #lisp 2021-06-24T23:34:18Z john2gb0 quit (Connection closed) 2021-06-24T23:36:51Z john2gb0 joined #lisp 2021-06-24T23:38:32Z john2gb0 quit (Connection closed) 2021-06-24T23:41:06Z john2gb0 joined #lisp 2021-06-24T23:42:54Z john2gb0 quit (Connection closed) 2021-06-24T23:45:27Z john2gb0 joined #lisp 2021-06-24T23:47:17Z john2gb0 quit (Connection closed) 2021-06-24T23:49:50Z john2gb0 joined #lisp 2021-06-24T23:51:33Z john2gb0 quit (Connection closed) 2021-06-24T23:54:07Z john2gb0 joined #lisp 2021-06-24T23:55:47Z john2gb0 quit (Connection closed) 2021-06-24T23:56:39Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-24T23:58:21Z john2gb0 joined #lisp 2021-06-25T00:00:10Z john2gb0 quit (Connection closed) 2021-06-25T00:02:43Z john2gb0 joined #lisp 2021-06-25T00:04:28Z john2gb0 quit (Connection closed) 2021-06-25T00:07:01Z john2gb0 joined #lisp 2021-06-25T00:08:50Z john2gb0 quit (Connection closed) 2021-06-25T00:11:23Z john2gb0 joined #lisp 2021-06-25T00:13:13Z john2gb0 quit (Connection closed) 2021-06-25T00:15:46Z john2gb0 joined #lisp 2021-06-25T00:17:30Z john2gb0 quit (Connection closed) 2021-06-25T00:20:03Z john2gb0 joined #lisp 2021-06-25T00:21:52Z john2gb0 quit (Connection closed) 2021-06-25T00:24:25Z john2gb0 joined #lisp 2021-06-25T00:26:16Z john2gb0 quit (Connection closed) 2021-06-25T00:28:48Z john2gb0 joined #lisp 2021-06-25T00:29:29Z TCZ quit (Quit: ...) 2021-06-25T00:30:43Z john2gb0 quit (Connection closed) 2021-06-25T00:32:02Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-25T00:33:15Z john2gb0 joined #lisp 2021-06-25T00:34:57Z john2gb0 quit (Connection closed) 2021-06-25T00:37:31Z john2gb0 joined #lisp 2021-06-25T00:39:22Z john2gb0 quit (Connection closed) 2021-06-25T00:41:54Z john2gb0 joined #lisp 2021-06-25T00:43:40Z john2gb0 quit (Connection closed) 2021-06-25T00:46:13Z john2gb0 joined #lisp 2021-06-25T00:48:04Z john2gb0 quit (Connection closed) 2021-06-25T00:50:38Z john2gb0 joined #lisp 2021-06-25T00:52:21Z john2gb0 quit (Connection closed) 2021-06-25T00:54:56Z john2gb0 joined #lisp 2021-06-25T00:56:44Z john2gb0 quit (Connection closed) 2021-06-25T00:59:17Z john2gb0 joined #lisp 2021-06-25T01:01:16Z john2gb0 quit (Connection closed) 2021-06-25T01:03:47Z john2gb0 joined #lisp 2021-06-25T01:05:41Z john2gb0 quit (Connection closed) 2021-06-25T01:08:14Z john2gb0 joined #lisp 2021-06-25T01:09:56Z john2gb0 quit (Connection closed) 2021-06-25T01:12:29Z john2gb0 joined #lisp 2021-06-25T01:14:09Z ahungry joined #lisp 2021-06-25T01:14:14Z john2gb0 quit (Connection closed) 2021-06-25T01:16:49Z john2gb0 joined #lisp 2021-06-25T01:18:28Z john2gb0 quit (Connection closed) 2021-06-25T01:21:01Z john2gb0 joined #lisp 2021-06-25T01:22:51Z john2gb0 quit (Connection closed) 2021-06-25T01:25:24Z john2gb0 joined #lisp 2021-06-25T01:26:53Z john2gb0 quit (Connection closed) 2021-06-25T01:29:27Z john2gb0 joined #lisp 2021-06-25T01:31:08Z john2gb0 quit (Connection closed) 2021-06-25T01:33:42Z john2gb0 joined #lisp 2021-06-25T01:35:37Z john2gb0 quit (Connection closed) 2021-06-25T01:38:09Z john2gb0 joined #lisp 2021-06-25T01:39:54Z john2gb0 quit (Connection closed) 2021-06-25T01:42:27Z john2gb0 joined #lisp 2021-06-25T01:44:13Z john2gb0 quit (Connection closed) 2021-06-25T01:46:47Z john2gb0 joined #lisp 2021-06-25T01:48:40Z john2gb0 quit (Connection closed) 2021-06-25T01:51:13Z john2gb0 joined #lisp 2021-06-25T01:52:58Z john2gb0 quit (Connection closed) 2021-06-25T01:55:30Z john2gb0 joined #lisp 2021-06-25T01:57:14Z john2gb0 quit (Connection closed) 2021-06-25T01:59:46Z john2gb0 joined #lisp 2021-06-25T02:01:44Z john2gb0 quit (Connection closed) 2021-06-25T02:04:49Z john2gb0 joined #lisp 2021-06-25T02:05:57Z john2gb0 quit (Connection closed) 2021-06-25T02:12:52Z john2gb0 joined #lisp 2021-06-25T02:14:21Z john2gb0 quit (Connection closed) 2021-06-25T02:16:53Z john2gb0 joined #lisp 2021-06-25T02:18:42Z john2gb0 quit (Connection closed) 2021-06-25T02:21:16Z john2gb0 joined #lisp 2021-06-25T02:23:15Z john2gb0 quit (Connection closed) 2021-06-25T02:25:48Z john2gb0 joined #lisp 2021-06-25T02:27:30Z john2gb0 quit (Connection closed) 2021-06-25T02:30:04Z john2gb0 joined #lisp 2021-06-25T02:31:52Z john2gb0 quit (Connection closed) 2021-06-25T02:34:26Z john2gb0 joined #lisp 2021-06-25T02:36:05Z john2gb0 quit (Connection closed) 2021-06-25T02:38:38Z john2gb0 joined #lisp 2021-06-25T02:40:31Z john2gb0 quit (Connection closed) 2021-06-25T02:43:04Z john2gb0 joined #lisp 2021-06-25T02:44:59Z john2gb0 quit (Connection closed) 2021-06-25T02:47:32Z john2gb0 joined #lisp 2021-06-25T02:49:20Z john2gb0 quit (Connection closed) 2021-06-25T02:51:53Z john2gb0 joined #lisp 2021-06-25T02:53:41Z john2gb0 quit (Connection closed) 2021-06-25T02:56:14Z john2gb0 joined #lisp 2021-06-25T02:58:05Z john2gb0 quit (Connection closed) 2021-06-25T03:00:39Z john2gb0 joined #lisp 2021-06-25T03:02:30Z john2gb0 quit (Connection closed) 2021-06-25T03:05:03Z john2gb0 joined #lisp 2021-06-25T03:06:53Z john2gb0 quit (Connection closed) 2021-06-25T03:09:26Z john2gb0 joined #lisp 2021-06-25T03:11:09Z john2gb0 quit (Connection closed) 2021-06-25T03:13:43Z john2gb0 joined #lisp 2021-06-25T03:15:23Z john2gb0 quit (Connection closed) 2021-06-25T03:17:56Z john2gb0 joined #lisp 2021-06-25T03:18:50Z kiwichap joined #lisp 2021-06-25T03:19:40Z john2gb0 quit (Connection closed) 2021-06-25T03:23:18Z john2gb0 joined #lisp 2021-06-25T03:24:03Z john2gb0 quit (Connection closed) 2021-06-25T03:31:08Z john2gb0 joined #lisp 2021-06-25T03:33:07Z john2gb0 quit (Connection closed) 2021-06-25T03:35:40Z john2gb0 joined #lisp 2021-06-25T03:37:36Z john2gb0 quit (Connection closed) 2021-06-25T03:40:11Z john2gb0 joined #lisp 2021-06-25T03:42:04Z john2gb0 quit (Connection closed) 2021-06-25T03:44:37Z john2gb0 joined #lisp 2021-06-25T03:46:33Z john2gb0 quit (Connection closed) 2021-06-25T03:49:06Z john2gb0 joined #lisp 2021-06-25T03:50:50Z john2gb0 quit (Connection closed) 2021-06-25T03:53:24Z john2gb0 joined #lisp 2021-06-25T03:55:09Z john2gb0 quit (Connection closed) 2021-06-25T03:57:42Z john2gb0 joined #lisp 2021-06-25T03:59:32Z john2gb0 quit (Connection closed) 2021-06-25T04:01:09Z rumbler31 joined #lisp 2021-06-25T04:01:23Z kiwichap quit (Ping timeout: 120 seconds) 2021-06-25T04:02:06Z john2gb0 joined #lisp 2021-06-25T04:03:39Z john2gb0 quit (Connection closed) 2021-06-25T04:06:13Z john2gb0 joined #lisp 2021-06-25T04:08:10Z john2gb0 quit (Connection closed) 2021-06-25T04:10:43Z john2gb0 joined #lisp 2021-06-25T04:12:33Z john2gb0 quit (Connection closed) 2021-06-25T04:15:06Z john2gb0 joined #lisp 2021-06-25T04:16:50Z john2gb0 quit (Connection closed) 2021-06-25T04:19:24Z john2gb0 joined #lisp 2021-06-25T04:21:06Z john2gb0 quit (Connection closed) 2021-06-25T04:22:19Z rumbler31 quit (Connection closed) 2021-06-25T04:23:39Z john2gb0 joined #lisp 2021-06-25T04:25:31Z john2gb0 quit (Connection closed) 2021-06-25T04:28:04Z john2gb0 joined #lisp 2021-06-25T04:30:04Z john2gb0 quit (Connection closed) 2021-06-25T04:32:37Z john2gb0 joined #lisp 2021-06-25T04:33:10Z ahungry quit (*.net *.split) 2021-06-25T04:33:10Z flazh quit (*.net *.split) 2021-06-25T04:33:10Z vhost- quit (*.net *.split) 2021-06-25T04:33:10Z johnjay quit (*.net *.split) 2021-06-25T04:33:10Z mseddon5 quit (*.net *.split) 2021-06-25T04:33:10Z nullman quit (*.net *.split) 2021-06-25T04:33:10Z msk quit (*.net *.split) 2021-06-25T04:33:10Z conkker quit (*.net *.split) 2021-06-25T04:33:10Z mrchampion quit (*.net *.split) 2021-06-25T04:34:33Z john2gb0 quit (Connection closed) 2021-06-25T04:41:31Z john2gb0 joined #lisp 2021-06-25T04:43:13Z john2gb0 quit (Connection closed) 2021-06-25T04:50:13Z john2gb0 joined #lisp 2021-06-25T04:52:02Z john2gb0 quit (Connection closed) 2021-06-25T04:54:35Z john2gb0 joined #lisp 2021-06-25T04:55:14Z msk joined #lisp 2021-06-25T04:55:14Z johnjay joined #lisp 2021-06-25T04:55:14Z nullman joined #lisp 2021-06-25T04:55:14Z conkker joined #lisp 2021-06-25T04:55:14Z mrchampion joined #lisp 2021-06-25T04:55:14Z flazh joined #lisp 2021-06-25T04:55:14Z mseddon5 joined #lisp 2021-06-25T04:55:14Z vhost- joined #lisp 2021-06-25T04:55:14Z ahungry joined #lisp 2021-06-25T04:56:23Z john2gb0 quit (Connection closed) 2021-06-25T04:58:56Z john2gb0 joined #lisp 2021-06-25T05:00:52Z john2gb0 quit (Connection closed) 2021-06-25T05:01:39Z ahungry quit (Connection closed) 2021-06-25T05:01:53Z cyraxjoe joined #lisp 2021-06-25T05:03:26Z john2gb0 joined #lisp 2021-06-25T05:05:10Z john2gb0 quit (Connection closed) 2021-06-25T05:07:41Z john2gb0 joined #lisp 2021-06-25T05:09:36Z john2gb0 quit (Connection closed) 2021-06-25T05:12:09Z john2gb0 joined #lisp 2021-06-25T05:13:43Z john2gb0 quit (Connection closed) 2021-06-25T05:16:16Z john2gb0 joined #lisp 2021-06-25T05:18:06Z john2gb0 quit (Connection closed) 2021-06-25T05:20:40Z john2gb0 joined #lisp 2021-06-25T05:22:27Z john2gb0 quit (Connection closed) 2021-06-25T05:25:00Z john2gb0 joined #lisp 2021-06-25T05:26:53Z john2gb0 quit (Connection closed) 2021-06-25T05:29:26Z john2gb0 joined #lisp 2021-06-25T05:31:19Z john2gb0 quit (Connection closed) 2021-06-25T05:33:52Z john2gb0 joined #lisp 2021-06-25T05:35:47Z john2gb0 quit (Connection closed) 2021-06-25T05:38:20Z john2gb0 joined #lisp 2021-06-25T05:40:15Z john2gb0 quit (Connection closed) 2021-06-25T05:42:46Z john2gb0 joined #lisp 2021-06-25T05:44:34Z john2gb0 quit (Connection closed) 2021-06-25T05:47:07Z john2gb0 joined #lisp 2021-06-25T05:48:52Z john2gb0 quit (Connection closed) 2021-06-25T05:51:24Z john2gb0 joined #lisp 2021-06-25T05:53:04Z john2gb0 quit (Connection closed) 2021-06-25T05:55:37Z john2gb0 joined #lisp 2021-06-25T05:57:22Z john2gb0 quit (Connection closed) 2021-06-25T05:59:25Z orivej joined #lisp 2021-06-25T05:59:55Z john2gb0 joined #lisp 2021-06-25T06:01:46Z john2gb0 quit (Connection closed) 2021-06-25T06:04:19Z john2gb0 joined #lisp 2021-06-25T06:06:06Z john2gb0 quit (Connection closed) 2021-06-25T06:08:39Z john2gb0 joined #lisp 2021-06-25T06:10:36Z john2gb0 quit (Connection closed) 2021-06-25T06:13:10Z john2gb0 joined #lisp 2021-06-25T06:14:55Z john2gb0 quit (Connection closed) 2021-06-25T06:17:28Z john2gb0 joined #lisp 2021-06-25T06:19:04Z john2gb0 quit (Connection closed) 2021-06-25T06:21:37Z john2gb0 joined #lisp 2021-06-25T06:22:49Z rumbler31 joined #lisp 2021-06-25T06:23:27Z john2gb0 quit (Connection closed) 2021-06-25T06:26:01Z john2gb0 joined #lisp 2021-06-25T06:26:49Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-25T06:27:53Z john2gb0 quit (Connection closed) 2021-06-25T06:30:25Z john2gb0 joined #lisp 2021-06-25T06:32:15Z john2gb0 quit (Connection closed) 2021-06-25T06:34:48Z john2gb0 joined #lisp 2021-06-25T06:36:35Z john2gb0 quit (Connection closed) 2021-06-25T06:39:08Z john2gb0 joined #lisp 2021-06-25T06:41:08Z john2gb0 quit (Connection closed) 2021-06-25T06:43:42Z john2gb0 joined #lisp 2021-06-25T06:45:29Z john2gb0 quit (Connection closed) 2021-06-25T06:48:02Z john2gb0 joined #lisp 2021-06-25T06:50:00Z john2gb0 quit (Connection closed) 2021-06-25T06:52:34Z john2gb0 joined #lisp 2021-06-25T06:54:29Z john2gb0 quit (Connection closed) 2021-06-25T06:57:02Z john2gb0 joined #lisp 2021-06-25T06:59:05Z john2gb0 quit (Connection closed) 2021-06-25T07:01:38Z john2gb0 joined #lisp 2021-06-25T07:03:21Z john2gb0 quit (Connection closed) 2021-06-25T07:05:54Z john2gb0 joined #lisp 2021-06-25T07:07:44Z john2gb0 quit (Connection closed) 2021-06-25T07:10:17Z john2gb0 joined #lisp 2021-06-25T07:12:12Z john2gb0 quit (Connection closed) 2021-06-25T07:14:45Z john2gb0 joined #lisp 2021-06-25T07:16:37Z john2gb0 quit (Connection closed) 2021-06-25T07:19:10Z john2gb0 joined #lisp 2021-06-25T07:21:06Z john2gb0 quit (Connection closed) 2021-06-25T07:23:40Z john2gb0 joined #lisp 2021-06-25T07:33:12Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-25T07:40:55Z rain3 joined #lisp 2021-06-25T07:44:37Z rifl joined #lisp 2021-06-25T07:53:50Z liberliver joined #lisp 2021-06-25T07:53:50Z liberliver quit (Z-lined) 2021-06-25T09:12:25Z datajerk joined #lisp 2021-06-25T09:44:08Z andrei-n joined #lisp 2021-06-25T09:57:52Z xsperry quit (Ping timeout: 120 seconds) 2021-06-25T10:03:19Z xsperry joined #lisp 2021-06-25T10:29:18Z john2gb0 quit (Ping timeout: 120 seconds) 2021-06-25T10:30:26Z skapata joined #lisp 2021-06-25T10:35:02Z john2gb0 joined #lisp 2021-06-25T10:37:33Z lottaquestions joined #lisp 2021-06-25T10:41:08Z john2gb0 quit (Connection closed) 2021-06-25T10:43:42Z john2gb0 joined #lisp 2021-06-25T10:45:35Z john2gb0 quit (Connection closed) 2021-06-25T10:48:07Z john2gb0 joined #lisp 2021-06-25T10:48:17Z rain3_ joined #lisp 2021-06-25T10:49:06Z rain3 quit (Connection closed) 2021-06-25T10:50:11Z john2gb0 quit (Connection closed) 2021-06-25T10:52:44Z john2gb0 joined #lisp 2021-06-25T10:54:42Z john2gb0 quit (Connection closed) 2021-06-25T10:57:16Z john2gb0 joined #lisp 2021-06-25T11:07:16Z andrei-n quit (Connection closed) 2021-06-25T11:38:49Z vegansbane69636 joined #lisp 2021-06-25T12:08:45Z milanj joined #lisp 2021-06-25T12:09:12Z milanj quit (Quit: Leaving) 2021-06-25T12:54:27Z rifl quit (Connection closed) 2021-06-25T12:56:01Z rumbler31 joined #lisp 2021-06-25T12:57:17Z pranavats quit (Z-lined) 2021-06-25T13:00:01Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-25T13:16:04Z hoijui joined #lisp 2021-06-25T13:16:29Z hoijui: hello! :-) 2021-06-25T13:16:56Z hoijui: I am a coder since almost 2 decades, but only now really... found my way to lisp. 2021-06-25T13:17:05Z hoijui: or say.. want to get into it 2021-06-25T13:17:40Z hoijui: I somehow.. never knew.. what it was (apart from "an old, functional language with lots of brackets and lists") 2021-06-25T13:17:48Z hoijui: now... where do I start? 2021-06-25T13:18:16Z hoijui: I mena.. I read some, but how do I choose which.. flavor I should learn? 2021-06-25T13:26:52Z orivej quit (Ping timeout: 120 seconds) 2021-06-25T13:27:39Z ahungry joined #lisp 2021-06-25T13:36:20Z hiroaki joined #lisp 2021-06-25T13:47:42Z hoijui quit (Ping timeout: 120 seconds) 2021-06-25T13:57:27Z kmeow joined #lisp 2021-06-25T13:59:06Z hoijui joined #lisp 2021-06-25T13:59:17Z kmeow quit (Quit: Leaving) 2021-06-25T13:59:29Z kmeow joined #lisp 2021-06-25T14:04:37Z rain3_: hoijui: start with this chapter: https://gigamonkeys.com/book/practical-a-simple-database.html 2021-06-25T14:07:03Z rain3_: install sbcl , put it in your path , then write lisp code using vim or any editor you like and use (load "myfile") inside sbcl to tell it load your code ; experiment like that for a while then for a better live interaction with the code (compiling a function or any part of the program just by clicking, viewing the value of a variable by clicking it, etc) , install emacs with slime 2021-06-25T14:07:38Z rain3_: then you can do stuff like that https://www.youtube.com/watch?v=xzTH_ZqaFKI 2021-06-25T14:10:10Z rain3_: if you're on linux use rlwrap 2021-06-25T14:21:43Z rain3_ quit (Ping timeout: 120 seconds) 2021-06-25T15:24:58Z john2gb0 quit (Connection closed) 2021-06-25T15:26:06Z GIANTWORLDKEEPR_ joined #lisp 2021-06-25T15:26:15Z GIANTWORLDKEEPR_ quit (Connection closed) 2021-06-25T15:27:31Z john2gb0 joined #lisp 2021-06-25T15:29:15Z john2gb0 quit (Connection closed) 2021-06-25T15:31:49Z john2gb0 joined #lisp 2021-06-25T15:33:36Z john2gb0 quit (Connection closed) 2021-06-25T15:36:09Z john2gb0 joined #lisp 2021-06-25T15:36:31Z hoijui: rlwrap.. wow! That sounds like what I was once looking for.. I coudl not put it correctly into concepts/words. With this, I could also implement a kind of auto-correct system, that works system/Os wide, right? 2021-06-25T15:36:39Z hoijui: why do I need it for lisp? 2021-06-25T15:37:41Z hoijui: and yeah.. I am a vim user. not religious about it, but I really do not want to learn .. something else .. is a similar experience possible without emacs (be it vim or.. a traditional IDE or so? 2021-06-25T15:38:06Z john2gb0 quit (Connection closed) 2021-06-25T15:38:09Z hoijui: or maybe.. use emacs with vim mode or something? :D 2021-06-25T15:38:44Z hoijui: It is not even that I am lazy to learn, but I am learning SO muhc right now already, and this is somethign I would really not want t learn at the moment (Emacs) 2021-06-25T15:39:53Z hoijui: and yeah I am on linux, rain3_ 2021-06-25T15:40:07Z hoijui: and. thank you! 2021-06-25T15:40:39Z john2gb0 joined #lisp 2021-06-25T15:42:23Z john2gb0 quit (Connection closed) 2021-06-25T15:43:32Z hoijui: ah.. rlwrap is not system wide :D 2021-06-25T15:44:39Z hoijui: ohh... 2021-06-25T15:44:50Z hoijui: `rlwrap sbcl`, niiice! 2021-06-25T15:44:56Z john2gb0 joined #lisp 2021-06-25T15:46:53Z john2gb0 quit (Connection closed) 2021-06-25T15:49:58Z john2gb0 joined #lisp 2021-06-25T15:51:26Z john2gb0 quit (Connection closed) 2021-06-25T15:53:58Z john2gb0 joined #lisp 2021-06-25T15:55:56Z john2gb0 quit (Connection closed) 2021-06-25T15:59:00Z john2gb0 joined #lisp 2021-06-25T16:00:25Z john2gb0 quit (Connection closed) 2021-06-25T16:02:58Z john2gb0 joined #lisp 2021-06-25T16:04:57Z john2gb0 quit (Connection closed) 2021-06-25T16:07:31Z john2gb0 joined #lisp 2021-06-25T16:09:41Z john2gb0 quit (Connection closed) 2021-06-25T16:11:16Z wf left #lisp 2021-06-25T16:11:38Z pranavats joined #lisp 2021-06-25T16:12:14Z john2gb0 joined #lisp 2021-06-25T16:14:01Z john2gb0 quit (Connection closed) 2021-06-25T16:16:34Z john2gb0 joined #lisp 2021-06-25T16:18:14Z john2gb0 quit (Connection closed) 2021-06-25T16:20:47Z john2gb0 joined #lisp 2021-06-25T16:22:20Z john2gb0 quit (G-lined) 2021-06-25T17:13:25Z rogersm joined #lisp 2021-06-25T17:19:37Z rogersm quit (Quit: Leaving...) 2021-06-25T19:08:04Z hoijui quit (Quit: Leaving) 2021-06-25T19:33:20Z cyraxjoe quit (Ping timeout: 120 seconds) 2021-06-25T19:34:16Z cyraxjoe joined #lisp 2021-06-25T19:39:15Z MightyJoe joined #lisp 2021-06-25T19:41:41Z cyraxjoe quit (Ping timeout: 120 seconds) 2021-06-25T19:53:39Z ahungry quit (Connection closed) 2021-06-25T20:03:32Z orivej joined #lisp 2021-06-25T20:08:56Z TCZ joined #lisp 2021-06-25T20:25:51Z GIANTWORLDKEEPER quit (Connection closed) 2021-06-25T20:38:35Z GIANTWORLDKEEPER joined #lisp 2021-06-25T21:06:35Z orivej quit (Ping timeout: 120 seconds) 2021-06-25T21:58:03Z metallicus joined #lisp 2021-06-25T21:58:46Z metallicus quit (Connection closed) 2021-06-25T22:01:39Z TCZ quit (Quit: ...) 2021-06-25T23:06:11Z GIANTWORLDKEEPER quit (Connection closed) 2021-06-25T23:30:33Z rumbler31 joined #lisp 2021-06-25T23:30:53Z GIANTWORLDKEEPER joined #lisp 2021-06-26T00:06:53Z skapata quit (Connection closed) 2021-06-26T01:37:28Z kmeow quit (Quit: Leaving) 2021-06-26T02:05:04Z ahungry joined #lisp 2021-06-26T02:28:28Z rumbler31 quit (Connection closed) 2021-06-26T02:31:47Z rumbler31 joined #lisp 2021-06-26T02:35:58Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-26T04:00:54Z zaquest quit (Connection closed) 2021-06-26T04:02:11Z zaquest joined #lisp 2021-06-26T04:42:05Z orivej joined #lisp 2021-06-26T05:02:32Z orivej quit (Ping timeout: 120 seconds) 2021-06-26T05:34:24Z ahungry quit (Connection closed) 2021-06-26T06:14:49Z rwcom602803850346 joined #lisp 2021-06-26T06:17:50Z rwcom60280385034 quit (Ping timeout: 120 seconds) 2021-06-26T06:17:50Z rwcom602803850346 is now known as rwcom60280385034 2021-06-26T07:29:40Z rumbler31 joined #lisp 2021-06-26T07:33:40Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-26T07:58:35Z hoijui joined #lisp 2021-06-26T08:53:50Z anewuser joined #lisp 2021-06-26T08:57:04Z rwcom602803850347 joined #lisp 2021-06-26T08:59:58Z rwcom60280385034 quit (Ping timeout: 120 seconds) 2021-06-26T08:59:58Z rwcom602803850347 is now known as rwcom60280385034 2021-06-26T09:13:21Z anewuser quit (Connection closed) 2021-06-26T09:24:08Z liberliver joined #lisp 2021-06-26T09:24:08Z liberliver quit (Z-lined) 2021-06-26T09:28:17Z hoijui quit (Ping timeout: 120 seconds) 2021-06-26T09:29:37Z rain3_ joined #lisp 2021-06-26T10:00:07Z vegansbane69636 quit (Quit: The Lounge - https://thelounge.chat) 2021-06-26T10:02:50Z xsperry quit (Connection closed) 2021-06-26T11:57:38Z skapata joined #lisp 2021-06-26T13:37:49Z dmiles_afk quit (Ping timeout: 120 seconds) 2021-06-26T13:47:39Z xsperry joined #lisp 2021-06-26T14:27:59Z rain3_ quit (Connection closed) 2021-06-26T14:28:06Z rain3_ joined #lisp 2021-06-26T14:56:22Z rain3__ joined #lisp 2021-06-26T14:57:02Z rain3_ quit (Connection closed) 2021-06-26T15:02:45Z GIANTWORLDKEEPER quit (Connection closed) 2021-06-26T15:07:18Z GIANTWORLDKEEPER joined #lisp 2021-06-26T15:11:57Z rain3 joined #lisp 2021-06-26T15:12:27Z rain3__ quit (Connection closed) 2021-06-26T16:05:16Z supercoven joined #lisp 2021-06-26T16:16:04Z long4mud joined #lisp 2021-06-26T16:23:49Z orivej joined #lisp 2021-06-26T17:14:14Z mrchampion quit (Ping timeout: 120 seconds) 2021-06-26T17:17:39Z mrchampion joined #lisp 2021-06-26T18:01:47Z ahungry joined #lisp 2021-06-26T18:14:29Z epony quit (Quit: upgrades) 2021-06-26T18:41:03Z epony joined #lisp 2021-06-26T19:46:05Z johnjay quit (Ping timeout: 120 seconds) 2021-06-26T19:49:55Z johnjay joined #lisp 2021-06-26T19:55:32Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-26T20:15:23Z ahungry quit (Connection closed) 2021-06-26T20:30:24Z rain3 quit (Ping timeout: 120 seconds) 2021-06-26T21:37:51Z supercoven quit (Connection closed) 2021-06-26T21:43:52Z msk quit (Quit: Leaving) 2021-06-26T22:08:09Z jfb4 joined #lisp 2021-06-26T22:25:01Z jfb4 quit (Quit: ZNC 1.8.2+deb2+b1 - https://znc.in) 2021-06-26T22:37:46Z orivej quit (Ping timeout: 120 seconds) 2021-06-26T22:38:24Z noobineer joined #lisp 2021-06-27T03:21:13Z ahungry joined #lisp 2021-06-27T04:45:52Z orivej joined #lisp 2021-06-27T04:56:20Z ahungry quit (Connection closed) 2021-06-27T04:58:32Z ahungry joined #lisp 2021-06-27T04:59:47Z rain3 joined #lisp 2021-06-27T05:00:32Z ahungry quit (Connection closed) 2021-06-27T05:11:20Z easye` is now known as easye 2021-06-27T05:14:45Z noobineer quit (Connection closed) 2021-06-27T06:33:35Z rain3 quit (Ping timeout: 120 seconds) 2021-06-27T07:18:21Z skapata quit (Connection closed) 2021-06-27T07:27:43Z rain3 joined #lisp 2021-06-27T08:03:14Z rwcom602803850347 joined #lisp 2021-06-27T08:06:11Z rwcom60280385034 quit (Ping timeout: 120 seconds) 2021-06-27T08:06:11Z rwcom602803850347 is now known as rwcom60280385034 2021-06-27T08:16:30Z asarch joined #lisp 2021-06-27T08:19:08Z mokulus joined #lisp 2021-06-27T08:19:18Z mokulus quit (Quit: WeeChat 3.2) 2021-06-27T08:46:27Z asarch quit (Connection closed) 2021-06-27T09:22:55Z hiroaki joined #lisp 2021-06-27T09:50:50Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-27T10:05:36Z hiroaki joined #lisp 2021-06-27T10:10:23Z liberliver joined #lisp 2021-06-27T10:10:23Z liberliver quit (Z-lined) 2021-06-27T10:21:23Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-27T10:33:50Z hiroaki joined #lisp 2021-06-27T11:06:52Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-27T11:21:34Z hiroaki joined #lisp 2021-06-27T11:47:39Z skapata joined #lisp 2021-06-27T13:15:47Z liberliver joined #lisp 2021-06-27T13:15:47Z liberliver quit (Z-lined) 2021-06-27T14:19:21Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-27T14:40:19Z orivej quit (Ping timeout: 120 seconds) 2021-06-27T14:45:34Z orivej joined #lisp 2021-06-27T15:04:55Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-27T15:09:09Z dmiles_afk joined #lisp 2021-06-27T15:27:25Z GIANTWORLDKEEPER quit (Quit: EXIT) 2021-06-27T15:52:02Z rain3 quit (Ping timeout: 120 seconds) 2021-06-27T15:53:42Z monolithic joined #lisp 2021-06-27T15:53:57Z asarch joined #lisp 2021-06-27T15:58:29Z monolithic quit (Quit: Leaving) 2021-06-27T16:17:20Z long4mud joined #lisp 2021-06-27T16:41:39Z noobineer joined #lisp 2021-06-27T16:43:14Z rain3 joined #lisp 2021-06-27T16:47:20Z noobineer quit (Connection closed) 2021-06-27T16:49:28Z supercoven joined #lisp 2021-06-27T17:02:47Z pranavats quit (Z-lined) 2021-06-27T17:07:40Z hoijui joined #lisp 2021-06-27T17:11:53Z hoijui: I once started learning Scala, and I stopped, because there were too many ways to do the same thing, and I could not imagine how a team of people could work together on the same piece of software. they would constantly change things to be more the way they like to do them. or there would have to be a lot of extra rules, checking/restraining the devs into using the one style that is chosen as the one for the project. of course, that 2021-06-27T17:11:53Z hoijui: happens with every language to some extend, more or less, but there it was too much, I though. Is this also a problem with Lisp? 2021-06-27T17:12:30Z hoijui: or say... how does the power of Lisp compare vs working on a software in a team? 2021-06-27T17:13:07Z hoijui: in practice; are there many issues about that, or not? 2021-06-27T17:35:24Z rain3: https://www.infoq.com/news/2007/10/lisp-for-agile-teams/ 2021-06-27T17:36:05Z rain3: https://www.linkedin.com/pulse/building-cloud-choosing-lisp-because-nobody-told-me-i-mason-browne 2021-06-27T17:43:57Z CrazyPython joined #lisp 2021-06-27T17:46:32Z orivej quit (Ping timeout: 120 seconds) 2021-06-27T18:03:47Z pranavats joined #lisp 2021-06-27T18:03:47Z pranavats quit (OperServ (Session limit exceeded)) 2021-06-27T18:16:07Z rumbler31 joined #lisp 2021-06-27T18:20:07Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-27T18:23:59Z f4r598387230590 quit (Ping timeout: 120 seconds) 2021-06-27T18:27:01Z f4r598387230590 joined #lisp 2021-06-27T18:52:43Z rain3: https://www.grammarly.com/blog/engineering/running-lisp-in-production/#comment-2902795302 2021-06-27T19:34:31Z rain3 quit (Ping timeout: 120 seconds) 2021-06-27T19:34:58Z asarch: Is there a short way to get 10 from (car (cdr (car (cdr (car '('(id 10)))))))? 2021-06-27T19:35:21Z asarch: I mean, from '('(id 10))? 2021-06-27T19:48:54Z asarch quit (Connection closed) 2021-06-27T19:55:04Z pranavats joined #lisp 2021-06-27T19:58:26Z xsperry quit (Ping timeout: 120 seconds) 2021-06-27T22:05:56Z hoijui quit (Ping timeout: 120 seconds) 2021-06-27T22:10:22Z skapata quit (Ping timeout: 120 seconds) 2021-06-27T22:12:33Z skapata joined #lisp 2021-06-27T22:12:52Z rwcom602803850343 joined #lisp 2021-06-27T22:14:08Z rwcom60280385034 quit (Ping timeout: 120 seconds) 2021-06-27T22:14:37Z rwcom602803850343 is now known as rwcom60280385034 2021-06-27T23:05:44Z asarch joined #lisp 2021-06-27T23:21:19Z zaquest quit (Connection closed) 2021-06-27T23:29:19Z zaquest joined #lisp 2021-06-27T23:34:18Z rifl joined #lisp 2021-06-27T23:42:31Z skapata quit (Connection closed) 2021-06-28T02:01:34Z CrazyPython quit (Connection closed) 2021-06-28T02:12:46Z ahungry joined #lisp 2021-06-28T02:18:50Z rifl` joined #lisp 2021-06-28T02:20:11Z rifl quit (Ping timeout: 120 seconds) 2021-06-28T04:33:54Z setheus joined #lisp 2021-06-28T04:36:30Z setheus quit (Quit: leaving) 2021-06-28T04:46:46Z asarch quit (Connection closed) 2021-06-28T04:46:57Z orivej joined #lisp 2021-06-28T05:09:16Z hoijui joined #lisp 2021-06-28T05:21:05Z ahungry quit (Connection closed) 2021-06-28T05:39:36Z hoijui: rain3, the 3 links you provided to me on saturday, talk about teams developing software in Lisp, but as muhc as I could see, there is nothing in all tree of them about how the working-together plays out, when using Lisp (which was my question). 2021-06-28T05:40:04Z hoijui: but.. it's fine, I am sure I will figure it out somehow myself, over time. 2021-06-28T05:48:11Z rain3 joined #lisp 2021-06-28T05:53:26Z xsperry joined #lisp 2021-06-28T06:34:59Z hiroaki joined #lisp 2021-06-28T06:45:45Z masp joined #lisp 2021-06-28T07:07:24Z orivej quit (Ping timeout: 120 seconds) 2021-06-28T07:08:07Z orivej joined #lisp 2021-06-28T07:11:39Z xsperry quit (Ping timeout: 120 seconds) 2021-06-28T07:32:26Z xsperry joined #lisp 2021-06-28T08:06:29Z rain3 quit (Ping timeout: 120 seconds) 2021-06-28T08:37:54Z supercoven quit (Ping timeout: 120 seconds) 2021-06-28T08:43:03Z rain3 joined #lisp 2021-06-28T08:51:58Z hoijui quit (Ping timeout: 120 seconds) 2021-06-28T10:06:45Z hoijui joined #lisp 2021-06-28T10:33:48Z X-Scale quit (Ping timeout: 120 seconds) 2021-06-28T10:35:44Z skapata joined #lisp 2021-06-28T11:11:47Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-28T12:36:52Z ahungry joined #lisp 2021-06-28T12:40:21Z CrazyPython joined #lisp 2021-06-28T12:47:24Z toorevitimirp joined #lisp 2021-06-28T13:03:58Z hoijui quit (Ping timeout: 120 seconds) 2021-06-28T13:05:03Z dmiles_afk quit (Connection closed) 2021-06-28T13:50:04Z nicktick joined #lisp 2021-06-28T13:53:52Z dmiles_afk joined #lisp 2021-06-28T14:00:33Z nicktick quit (Ping timeout: 120 seconds) 2021-06-28T14:05:21Z nicktick joined #lisp 2021-06-28T14:23:45Z lowryder quit (Ping timeout: 120 seconds) 2021-06-28T14:25:36Z lowryder joined #lisp 2021-06-28T14:41:43Z rifl` quit (Connection closed) 2021-06-28T15:21:21Z nicktick quit (Ping timeout: 120 seconds) 2021-06-28T16:04:14Z toorevitimirp quit (Quit: Konversation terminated!) 2021-06-28T16:18:27Z nicktick joined #lisp 2021-06-28T16:27:40Z mrchampion quit (Connection closed) 2021-06-28T17:02:44Z TCZ joined #lisp 2021-06-28T17:02:57Z nicktick quit (Ping timeout: 120 seconds) 2021-06-28T17:33:51Z rain3 quit (Ping timeout: 120 seconds) 2021-06-28T17:44:27Z dmiles_afk is now known as dmiles 2021-06-28T17:49:21Z TCZ quit (Quit: ...) 2021-06-28T17:55:43Z rumbler31 joined #lisp 2021-06-28T18:06:38Z hoijui joined #lisp 2021-06-28T18:09:10Z masp quit (Quit: Konversation terminated!) 2021-06-28T18:13:17Z CrazyPython quit (Ping timeout: 120 seconds) 2021-06-28T18:16:46Z pranavats quit (Z-lined) 2021-06-28T18:37:17Z vhost- left #lisp 2021-06-28T18:58:29Z X-Scale joined #lisp 2021-06-28T19:37:02Z mrchampion joined #lisp 2021-06-28T19:46:01Z hoijui quit (Quit: Leaving) 2021-06-28T19:59:24Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-28T20:12:43Z hiroaki joined #lisp 2021-06-28T20:14:51Z CrazyPython joined #lisp 2021-06-28T21:00:12Z ahungry quit (Connection closed) 2021-06-28T21:37:31Z rumbler31 quit (Connection closed) 2021-06-28T21:39:52Z GIANTWORLDKEEPER joined #lisp 2021-06-28T21:44:13Z CrazyPython quit (Connection closed) 2021-06-28T21:50:53Z CrazyPython joined #lisp 2021-06-28T22:23:04Z orivej quit (Ping timeout: 120 seconds) 2021-06-28T22:32:59Z fragamus joined #lisp 2021-06-28T22:33:14Z fragamus quit (Quit: Colloquy for iPhone - http://colloquy.mobi) 2021-06-28T22:42:08Z orivej joined #lisp 2021-06-28T22:44:58Z hiroaki quit (Ping timeout: 120 seconds) 2021-06-28T22:52:11Z easye quit (Connection closed) 2021-06-28T22:53:02Z Blkt quit (Quit: No Ping reply in 180 seconds.) 2021-06-28T22:53:15Z easye joined #lisp 2021-06-28T22:54:07Z Blkt joined #lisp 2021-06-28T22:57:23Z hiroaki joined #lisp 2021-06-28T23:05:45Z long4mud joined #lisp 2021-06-28T23:38:02Z rumbler31 joined #lisp 2021-06-28T23:38:44Z zaquest quit (Connection closed) 2021-06-28T23:42:06Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-28T23:45:06Z orivej quit (Ping timeout: 120 seconds) 2021-06-28T23:46:24Z zaquest joined #lisp 2021-06-29T00:23:07Z nicktick joined #lisp 2021-06-29T02:01:24Z CrazyPython quit (Connection closed) 2021-06-29T02:03:59Z ahungry joined #lisp 2021-06-29T02:24:15Z jellopudding quit (Ping timeout: 120 seconds) 2021-06-29T02:29:29Z jellopudding joined #lisp 2021-06-29T02:38:17Z rumbler31 joined #lisp 2021-06-29T02:42:20Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-29T02:57:37Z nicktick quit (Ping timeout: 120 seconds) 2021-06-29T03:02:45Z nicktick joined #lisp 2021-06-29T04:18:26Z skapata quit (Connection closed) 2021-06-29T04:23:49Z asarch joined #lisp 2021-06-29T05:18:21Z ahungry quit (Connection closed) 2021-06-29T05:23:07Z rwcom60280385034 quit (Quit: The Lounge - https://thelounge.chat) 2021-06-29T05:25:19Z rwcom60280385034 joined #lisp 2021-06-29T05:34:45Z asarch quit (Quit: Leaving) 2021-06-29T06:38:51Z rumbler31 joined #lisp 2021-06-29T06:42:53Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-29T06:45:59Z rain3 joined #lisp 2021-06-29T07:32:01Z rwcom60280385034 quit (Quit: The Lounge - https://thelounge.chat) 2021-06-29T07:50:15Z nicktick quit (Ping timeout: 120 seconds) 2021-06-29T07:56:35Z nicktick joined #lisp 2021-06-29T08:15:40Z liberliver joined #lisp 2021-06-29T08:15:40Z liberliver quit (Z-lined) 2021-06-29T08:23:35Z nicktick quit (Ping timeout: 120 seconds) 2021-06-29T08:29:16Z nicktick joined #lisp 2021-06-29T08:33:36Z nicktick quit (Ping timeout: 120 seconds) 2021-06-29T08:38:31Z nicktick joined #lisp 2021-06-29T08:38:40Z nicktick quit (Connection closed) 2021-06-29T09:38:45Z rumbler31 joined #lisp 2021-06-29T09:42:45Z rumbler31 quit (Ping timeout: 120 seconds) 2021-06-29T09:51:40Z toorevitimirp joined #lisp 2021-06-29T10:00:36Z toorevitimirp quit (Connection closed) 2021-06-29T10:00:54Z toorevitimirp joined #lisp 2021-06-29T10:05:22Z xsperry quit (Ping timeout: 120 seconds) 2021-06-29T10:47:30Z rwcom60280385034 joined #lisp 2021-06-29T10:47:52Z skapata joined #lisp 2021-06-29T11:18:19Z masp joined #lisp 2021-06-29T11:19:59Z web-92 joined #lisp 2021-06-29T11:21:07Z web-92 quit (Quit: Page closed) 2021-06-29T11:22:46Z JLouisBiz joined #lisp 2021-06-29T11:23:44Z JLouisBiz quit (Changing host) 2021-06-29T11:23:44Z JLouisBiz joined #lisp 2021-06-29T11:35:52Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-29T11:37:12Z MightyJoe quit (Ping timeout: 120 seconds) 2021-06-29T11:39:57Z asfswdf joined #lisp 2021-06-29T11:40:12Z asfswdf quit (Connection closed) 2021-06-29T11:40:33Z xsperry joined #lisp 2021-06-29T13:56:53Z ahungry joined #lisp 2021-06-29T14:00:02Z JLouisBiz quit (Connection closed) 2021-06-29T14:21:50Z hvxgr joined #lisp 2021-06-29T14:26:48Z pranavats joined #lisp 2021-06-29T15:37:59Z toorevitimirp quit (Quit: Konversation terminated!) 2021-06-29T15:46:27Z JLouisBiz joined #lisp 2021-06-29T16:27:00Z masp quit (Quit: Konversation terminated!) 2021-06-29T17:41:17Z nullman quit (Changing host) 2021-06-29T17:41:17Z nullman joined #lisp 2021-06-29T17:41:25Z dmiles quit (Changing host) 2021-06-29T17:41:25Z dmiles joined #lisp 2021-06-29T18:05:18Z ahungry quit (Ping timeout: 120 seconds) 2021-06-29T18:06:27Z ahungry joined #lisp 2021-06-29T18:21:14Z JLouisBiz quit (Ping timeout: 120 seconds) 2021-06-29T19:19:57Z rain3 quit (Ping timeout: 120 seconds) 2021-06-29T19:21:49Z rain3 joined #lisp 2021-06-29T20:15:39Z mokulus joined #lisp 2021-06-29T20:54:02Z gongi2 joined #lisp 2021-06-29T21:21:00Z ahungry quit (Connection closed) 2021-06-29T21:34:39Z mokulus quit (Ping timeout: 120 seconds) 2021-06-29T22:00:56Z gongi2 quit (Quit: Back to Hyperscope https://hyperscope.link) 2021-06-29T22:01:01Z gongi2 joined #lisp 2021-06-29T23:36:55Z long4mud joined #lisp 2021-06-30T00:10:29Z ahungry joined #lisp 2021-06-30T00:10:46Z zaquest quit (Connection closed) 2021-06-30T00:12:22Z zaquest joined #lisp 2021-06-30T00:23:27Z nicktick joined #lisp 2021-06-30T00:34:10Z rwcom60280385034 quit (Quit: Ping timeout (120 seconds)) 2021-06-30T00:34:39Z rwcom60280385034 joined #lisp 2021-06-30T01:35:56Z nicktick quit (Ping timeout: 120 seconds) 2021-06-30T01:40:33Z nicktick joined #lisp 2021-06-30T01:53:33Z nicktick quit (Ping timeout: 120 seconds) 2021-06-30T01:59:52Z nicktick joined #lisp 2021-06-30T02:12:30Z skapata quit (Connection closed) 2021-06-30T02:21:45Z rain3 quit (Ping timeout: 120 seconds) 2021-06-30T02:22:35Z rain3 joined #lisp 2021-06-30T03:04:19Z jellopudding quit (Ping timeout: 120 seconds) 2021-06-30T04:31:54Z orivej joined #lisp 2021-06-30T05:08:08Z easye quit (Connection closed) 2021-06-30T05:10:11Z Blkt quit (Ping timeout: 120 seconds) 2021-06-30T05:10:17Z Blkt joined #lisp 2021-06-30T05:10:22Z easye joined #lisp 2021-06-30T05:36:28Z andrei-n joined #lisp 2021-06-30T05:52:55Z ahungry quit (Connection closed) 2021-06-30T06:22:15Z orivej quit (Ping timeout: 120 seconds) 2021-06-30T06:38:55Z long4mud quit (Quit: WeeChat 3.0.1) 2021-06-30T07:24:57Z andrei-n quit (Connection closed) 2021-06-30T07:47:50Z orivej joined #lisp 2021-06-30T07:53:53Z mokulus joined #lisp 2021-06-30T08:00:18Z asarch joined #lisp 2021-06-30T08:11:52Z nicktick quit (Ping timeout: 120 seconds) 2021-06-30T08:27:49Z masp joined #lisp 2021-06-30T08:33:05Z asarch quit (Quit: Leaving) 2021-06-30T09:26:17Z rain3 quit (Quit: Leaving) 2021-06-30T09:45:25Z gongi2 quit (Connection closed) 2021-06-30T09:46:25Z gongi2 joined #lisp 2021-06-30T10:01:49Z user__ joined #lisp 2021-06-30T10:05:55Z xsperry quit (Connection closed) 2021-06-30T10:07:19Z user__ quit (Ping timeout: 120 seconds) 2021-06-30T10:49:05Z xsperry joined #lisp 2021-06-30T11:16:23Z skapata joined #lisp 2021-06-30T11:21:17Z payphone quit (Ping timeout: 120 seconds) 2021-06-30T11:39:32Z gongi3 joined #lisp 2021-06-30T11:41:38Z gongi2 quit (Ping timeout: 120 seconds) 2021-06-30T11:48:33Z payphone joined #lisp 2021-06-30T11:57:33Z nicktick joined #lisp 2021-06-30T11:59:01Z gongi2 joined #lisp 2021-06-30T11:59:46Z gongi3 quit (Ping timeout: 120 seconds) 2021-06-30T12:06:03Z user__ joined #lisp 2021-06-30T12:11:33Z user__ quit (Ping timeout: 120 seconds) 2021-06-30T13:25:14Z ahungry joined #lisp 2021-06-30T14:38:47Z gongi2 quit (Ping timeout: 120 seconds) 2021-06-30T14:52:07Z gongi2 joined #lisp 2021-06-30T14:56:00Z masp quit (Quit: Konversation terminated!) 2021-06-30T14:58:20Z asdf3x joined #lisp 2021-06-30T14:58:20Z gongi2 quit (Connection closed) 2021-06-30T15:05:11Z asdf3x: Hey........ 2021-06-30T15:30:17Z asdf3x quit (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )) 2021-06-30T15:39:51Z rogersm joined #lisp 2021-06-30T15:57:31Z mokulus quit (Quit: WeeChat 3.2) 2021-06-30T17:55:55Z nullman quit (Ping timeout: 120 seconds) 2021-06-30T17:58:06Z nullman joined #lisp 2021-06-30T18:10:25Z mrchampion quit (Ping timeout: 120 seconds) 2021-06-30T18:24:32Z mrchampion joined #lisp 2021-06-30T18:37:04Z nicktick quit (Ping timeout: 120 seconds) 2021-06-30T19:13:51Z rogersm quit (Quit: Leaving...) 2021-06-30T19:20:18Z nicktick joined #lisp 2021-06-30T19:25:22Z gongi2 joined #lisp 2021-06-30T21:05:46Z villanella joined #lisp 2021-06-30T21:13:49Z villanella quit (Ping timeout: 120 seconds) 2021-06-30T21:39:39Z ahungry quit (Connection closed) 2021-06-30T21:53:16Z vsync quit (Changing host) 2021-06-30T21:53:16Z vsync joined #lisp 2021-06-30T22:19:48Z nicktick quit (Ping timeout: 120 seconds) 2021-06-30T22:44:50Z skapata quit (Connection closed) 2021-06-30T22:58:17Z orivej quit (Ping timeout: 120 seconds) 2021-06-30T23:06:27Z ahungry joined #lisp 2021-06-30T23:44:16Z DHARMAKAYA joined #lisp