2016-06-18T00:06:20Z mishoo quit (Ping timeout: 244 seconds) 2016-06-18T00:06:51Z GGMethos quit (Quit: WeeChat 1.1.1) 2016-06-18T00:11:17Z GGMethos joined #lisp 2016-06-18T00:12:38Z Intensity quit (Remote host closed the connection) 2016-06-18T00:13:41Z EvW quit (Ping timeout: 250 seconds) 2016-06-18T00:16:33Z CEnnis91 quit (Quit: Connection closed for inactivity) 2016-06-18T00:16:46Z Intensity joined #lisp 2016-06-18T00:17:24Z Portable_Cheese joined #lisp 2016-06-18T00:20:58Z zdm joined #lisp 2016-06-18T00:22:05Z jasom: so I'm trying to decide if I should rewrite a series of shell scripts in lisp; it is really a pain to have lisp treat a stream as a bunch of bytes, some of which might be ascii. Is there anything better than flexi-streams for this? In the past I've fallen back on just specifying a 1-to-1 mapping of char-code and bytes which is confusing to read but much more concise than bivalent streams. 2016-06-18T00:22:52Z scymtym quit (Ping timeout: 244 seconds) 2016-06-18T00:26:38Z whiteline quit (Remote host closed the connection) 2016-06-18T00:27:09Z whiteline joined #lisp 2016-06-18T00:30:47Z pierpa: uh? 2016-06-18T00:34:48Z eudoxia quit (Quit: Leaving) 2016-06-18T00:35:44Z whiteline quit (Remote host closed the connection) 2016-06-18T00:36:08Z whiteline joined #lisp 2016-06-18T00:40:18Z zdm quit (Ping timeout: 250 seconds) 2016-06-18T00:41:13Z fe[nl]ix: jasom: what do you want to do ? 2016-06-18T00:42:45Z asc232 joined #lisp 2016-06-18T00:45:24Z grimsley quit (Quit: Leaving) 2016-06-18T00:46:41Z wccoder joined #lisp 2016-06-18T00:47:25Z Valheru joined #lisp 2016-06-18T00:48:01Z jasom: fe[nl]ix: I have data; it is encoded in some unknown superset of ascii. I want to e.g. escape certain ascii values with backslashes. 2016-06-18T00:48:42Z keltvek quit (Remote host closed the connection) 2016-06-18T00:49:55Z voidlily_ joined #lisp 2016-06-18T00:50:06Z voidlily quit (Ping timeout: 258 seconds) 2016-06-18T00:51:08Z IPmonger joined #lisp 2016-06-18T00:51:22Z wccoder quit (Ping timeout: 272 seconds) 2016-06-18T00:51:34Z fe[nl]ix: so ? 2016-06-18T00:52:10Z alchemizt quit (Remote host closed the connection) 2016-06-18T00:52:33Z fe[nl]ix: you can read bytes 2016-06-18T00:53:09Z tsikov joined #lisp 2016-06-18T00:53:38Z voidlily_ quit (Remote host closed the connection) 2016-06-18T00:54:56Z fourier` joined #lisp 2016-06-18T00:55:17Z voidlily joined #lisp 2016-06-18T00:55:40Z IPmonger quit (Ping timeout: 264 seconds) 2016-06-18T00:57:05Z eli` joined #lisp 2016-06-18T00:57:36Z tsikov quit (Ping timeout: 246 seconds) 2016-06-18T00:57:41Z eli` is now known as eli 2016-06-18T00:57:42Z eli quit (Changing host) 2016-06-18T00:57:42Z eli joined #lisp 2016-06-18T00:57:47Z eli quit (Client Quit) 2016-06-18T00:58:34Z eli joined #lisp 2016-06-18T00:58:34Z eli quit (Changing host) 2016-06-18T00:58:34Z eli joined #lisp 2016-06-18T00:59:11Z fourier` quit (Ping timeout: 250 seconds) 2016-06-18T01:14:07Z AdmiralBumbleBee joined #lisp 2016-06-18T01:21:19Z Valheru quit 2016-06-18T01:27:56Z karswell quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2016-06-18T01:28:19Z Pent quit (Quit: Leaving) 2016-06-18T01:30:02Z Valheru joined #lisp 2016-06-18T01:30:14Z al-damiri quit (Quit: Connection closed for inactivity) 2016-06-18T01:31:31Z arescorpio joined #lisp 2016-06-18T01:32:17Z karswell joined #lisp 2016-06-18T01:33:31Z mastokley quit (Ping timeout: 240 seconds) 2016-06-18T01:33:34Z CEnnis91 joined #lisp 2016-06-18T01:36:14Z papachan quit (Ping timeout: 260 seconds) 2016-06-18T01:37:20Z Valheru quit 2016-06-18T01:40:32Z space_otter joined #lisp 2016-06-18T01:41:20Z Pent joined #lisp 2016-06-18T01:42:41Z quazimodo joined #lisp 2016-06-18T01:54:00Z tsikov joined #lisp 2016-06-18T01:58:37Z tsikov quit (Ping timeout: 260 seconds) 2016-06-18T02:06:39Z meiji11 joined #lisp 2016-06-18T02:07:50Z slyrus joined #lisp 2016-06-18T02:15:46Z tmtwd joined #lisp 2016-06-18T02:18:29Z FreeBirdLjj joined #lisp 2016-06-18T02:20:04Z DavidGuru joined #lisp 2016-06-18T02:22:16Z yeticry joined #lisp 2016-06-18T02:28:41Z edgar-rft quit (Quit: edgar-rft) 2016-06-18T02:41:53Z DavidGuru quit (Ping timeout: 250 seconds) 2016-06-18T02:51:46Z jleija joined #lisp 2016-06-18T03:09:32Z meiji11 quit (Remote host closed the connection) 2016-06-18T03:17:51Z wccoder joined #lisp 2016-06-18T03:22:30Z wccoder quit (Ping timeout: 260 seconds) 2016-06-18T03:39:52Z asc232 quit (Quit: Saliendo) 2016-06-18T03:42:24Z akkad: for unique lists, a hash is the way to go? 2016-06-18T03:43:03Z PuercoPop: akad you mean collections with no duplicates? 2016-06-18T03:43:08Z akkad: yes 2016-06-18T03:43:11Z Quadrescence: what does that mean 2016-06-18T03:43:14Z Quadrescence: way to go for what 2016-06-18T03:43:27Z PuercoPop: akkad: yeah, there is https://github.com/samebchase/hash-set 2016-06-18T03:43:28Z akkad: a collection without dupes 2016-06-18T03:43:38Z akkad: k 2016-06-18T03:43:45Z Quadrescence: what do you want to do with this list 2016-06-18T03:43:46Z hiyosi joined #lisp 2016-06-18T03:43:52Z PuercoPop: btw Quadrescence there was a bug in your implementation of this 2016-06-18T03:44:04Z PuercoPop: he meant list as collection of probably 2016-06-18T03:44:04Z akkad: keep it free of dupes 2016-06-18T03:44:19Z Quadrescence: PuercoPop, my implementation of what 2016-06-18T03:44:48Z PuercoPop: Quadrescence: of map-set 2016-06-18T03:44:59Z Quadrescence: PuercoPop, can it be fixed 2016-06-18T03:45:35Z Quadrescence: i see, i wish bitbucket notified me of issues 2016-06-18T03:45:39Z Quadrescence: maybe there's a setting 2016-06-18T03:46:33Z CEnnis91 quit (Quit: Connection closed for inactivity) 2016-06-18T03:46:57Z nell joined #lisp 2016-06-18T03:48:02Z PuercoPop: there may be a setting but bitbuckets UI is such a mess I wouldn't be able to find it ^_^ 2016-06-18T03:48:38Z logrus_ joined #lisp 2016-06-18T03:48:45Z Quadrescence: PuercoPop, i see the bug, it was a dumb bug 2016-06-18T03:52:31Z schoppenhauer quit (Ping timeout: 240 seconds) 2016-06-18T03:54:35Z schoppenhauer joined #lisp 2016-06-18T03:55:15Z zdm joined #lisp 2016-06-18T03:55:47Z tsikov joined #lisp 2016-06-18T03:57:32Z wccoder joined #lisp 2016-06-18T03:58:20Z akkad: universal (length) would be amazing. 2016-06-18T04:00:05Z Zhivago: Why do you care if there are dupes? 2016-06-18T04:00:51Z tsikov quit (Ping timeout: 276 seconds) 2016-06-18T04:01:21Z DeadTrickster quit (Ping timeout: 250 seconds) 2016-06-18T04:01:31Z akkad: why should any datastructure ever want to prevent dupes. or acid databases with unique constraints. 2016-06-18T04:02:10Z akkad: Zhivago: can you clarify? 2016-06-18T04:02:39Z Zhivago: You're asking me to clarify why you care if there are dupes? 2016-06-18T04:02:54Z akkad: why do you care if I care if there are dupes? 2016-06-18T04:03:07Z Zhivago: In order to have a less stupid conversation. 2016-06-18T04:03:11Z akkad: why do sets exist? 2016-06-18T04:03:29Z Zhivago: Although I suspect that's not going to be possible ... 2016-06-18T04:03:41Z akkad: yeah, deconstructionist conversations rarely are 2016-06-18T04:03:57Z akkad: "I need a unique list" "no you dont" "uh.. ok" 2016-06-18T04:04:20Z Zhivago: Well, you do seem to have a remarkable reading comprehension disorder. 2016-06-18T04:04:26Z Zhivago: Try re-reading the question. 2016-06-18T04:04:39Z Quadrescence: PuercoPop, thanks, the issue was that the last element wasn't correctly handled 2016-06-18T04:04:48Z akkad: Why do you care if there are dupes? because then it would not be a unique list. 2016-06-18T04:04:50Z Quadrescence: https://bitbucket.org/tarballs_are_good/map-set/commits/7b4b545b68b8309ce2bc1354357dc97e29533c65 2016-06-18T04:05:20Z akkad: "why?" is not an answer to "how?" 2016-06-18T04:05:44Z Zhivago: A tautology isn't an answer as to why ... 2016-06-18T04:08:52Z akkad: PuercoPop: Quadrescence thanks for the help 2016-06-18T04:09:33Z PuercoPop: Quadrescence: np, sorry I didn't delve into it but I found samebchase library already working 2016-06-18T04:12:19Z jleija quit (Quit: leaving) 2016-06-18T04:12:47Z pierpa quit (Ping timeout: 244 seconds) 2016-06-18T04:14:39Z Quadrescence: PuercoPop, i only wrote this library in response to an interview question back in 2012-2013 2016-06-18T04:14:44Z Quadrescence: "library" 2016-06-18T04:15:17Z Ober joined #lisp 2016-06-18T04:15:38Z Jonsky joined #lisp 2016-06-18T04:15:53Z mejja quit (Quit: \ No newline at end of file) 2016-06-18T04:15:55Z quazimodo quit (Ping timeout: 250 seconds) 2016-06-18T04:16:54Z akkad: ahh sets work. 2016-06-18T04:17:45Z Quadrescence: PuercoPop, you are a real trooper in the lisp community 2016-06-18T04:17:58Z Ober: ^^ 2016-06-18T04:18:09Z Ober: is there a donation place ?:P 2016-06-18T04:21:44Z adolf_stalin joined #lisp 2016-06-18T04:23:27Z foom quit (Ping timeout: 250 seconds) 2016-06-18T04:30:37Z shka joined #lisp 2016-06-18T04:31:38Z heddwch is now known as hgoel_3 2016-06-18T04:32:17Z nell quit (Quit: WeeChat 1.5) 2016-06-18T04:37:07Z IPmonger joined #lisp 2016-06-18T04:39:50Z hgoel_3 is now known as FircFly 2016-06-18T04:41:29Z IPmonger quit (Ping timeout: 250 seconds) 2016-06-18T04:42:48Z Ober: akkad: zhivago was just asking why you expect a unique list to not have dupes. no need to be rude. 2016-06-18T04:46:51Z akkad left #lisp 2016-06-18T04:46:58Z Zhivago: No. I wasn't asking that -- I was asking why not having dupes is important to him in this case. 2016-06-18T04:47:13Z IPmonger joined #lisp 2016-06-18T04:48:13Z Ober: Zhivago: english is hard 2016-06-18T04:48:35Z DavidGuru joined #lisp 2016-06-18T04:48:39Z Zhivago: For many people that is true. 2016-06-18T04:49:20Z Ober: it was pretty clear he needed a unique structure. not sure why it matters why. 2016-06-18T04:49:24Z Ober: she 2016-06-18T04:50:35Z Quadrescence: Zhivago is an american treasure 2016-06-18T04:51:07Z Quadrescence: he's usually right but you only realize 2-5 years down the line 2016-06-18T04:51:50Z Zhivago: Ober: It almost always matters why in order to be able to make a reasonable choice. 2016-06-18T04:52:12Z IPmonger quit (Ping timeout: 276 seconds) 2016-06-18T04:52:32Z Zhivago: I remmeber one person who was upset that it was so complicated to delete something from his database. 2016-06-18T04:52:49Z Zhivago: He didn't realize that deletion from the database was completely irrelevant to the problem. 2016-06-18T04:52:58Z Zhivago: He just needed it excluded from the results. 2016-06-18T04:53:16Z gema` quit (Quit: bye) 2016-06-18T04:53:34Z Zhivago: Generally people who have problems have them because they have the wrong questions. 2016-06-18T04:55:27Z Jonsky quit (Ping timeout: 276 seconds) 2016-06-18T04:55:57Z logrus_ quit (Quit: Leaving) 2016-06-18T04:56:45Z tsikov joined #lisp 2016-06-18T04:57:19Z IPmonger joined #lisp 2016-06-18T04:57:37Z arescorpio quit (Quit: Leaving.) 2016-06-18T04:59:26Z DavidGuru quit (Ping timeout: 244 seconds) 2016-06-18T05:01:23Z FircFly is now known as heddwch 2016-06-18T05:01:57Z tsikov quit (Ping timeout: 276 seconds) 2016-06-18T05:02:15Z IPmonger quit (Ping timeout: 264 seconds) 2016-06-18T05:05:14Z alchemizt joined #lisp 2016-06-18T05:05:58Z __cot__ quit (Ping timeout: 250 seconds) 2016-06-18T05:12:46Z sauvin joined #lisp 2016-06-18T05:17:17Z shka quit (Ping timeout: 258 seconds) 2016-06-18T05:25:47Z wccoder quit (Remote host closed the connection) 2016-06-18T05:26:05Z wccoder joined #lisp 2016-06-18T05:29:19Z DougNYC quit 2016-06-18T05:34:28Z fluter quit (Ping timeout: 272 seconds) 2016-06-18T05:38:16Z BlueRavenGT quit (Ping timeout: 264 seconds) 2016-06-18T05:39:33Z araujo joined #lisp 2016-06-18T05:39:57Z araujo quit (Max SendQ exceeded) 2016-06-18T05:40:29Z araujo joined #lisp 2016-06-18T05:45:04Z fluter joined #lisp 2016-06-18T05:49:07Z hiyosi quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-06-18T05:51:57Z nowolfer joined #lisp 2016-06-18T05:52:13Z kushal joined #lisp 2016-06-18T05:53:16Z eschatologist quit (Quit: Textual IRC Client: www.textualapp.com) 2016-06-18T05:56:24Z stepnem joined #lisp 2016-06-18T05:56:26Z vlatkoB joined #lisp 2016-06-18T05:56:45Z kushal quit (Max SendQ exceeded) 2016-06-18T05:57:29Z tsikov joined #lisp 2016-06-18T05:58:30Z kushal joined #lisp 2016-06-18T06:01:37Z karswell` joined #lisp 2016-06-18T06:02:14Z tsikov quit (Ping timeout: 260 seconds) 2016-06-18T06:04:11Z ASau joined #lisp 2016-06-18T06:04:45Z eschatologist joined #lisp 2016-06-18T06:05:15Z karswell quit (Ping timeout: 260 seconds) 2016-06-18T06:17:51Z smokeink joined #lisp 2016-06-18T06:18:12Z pyx joined #lisp 2016-06-18T06:18:25Z pyx quit (Client Quit) 2016-06-18T06:20:27Z tmtwd quit (Ping timeout: 250 seconds) 2016-06-18T06:24:41Z quazimodo joined #lisp 2016-06-18T06:28:35Z attila_lendvai joined #lisp 2016-06-18T06:29:20Z yeticry quit (Ping timeout: 244 seconds) 2016-06-18T06:30:27Z yeticry joined #lisp 2016-06-18T06:33:33Z tsikov joined #lisp 2016-06-18T06:34:36Z defaultxr joined #lisp 2016-06-18T06:36:41Z yeticry quit (Remote host closed the connection) 2016-06-18T06:36:59Z yeticry joined #lisp 2016-06-18T06:38:15Z kushal quit (Remote host closed the connection) 2016-06-18T06:45:02Z quazimodo quit (Ping timeout: 260 seconds) 2016-06-18T06:45:29Z quazimodo joined #lisp 2016-06-18T06:49:16Z grimsley joined #lisp 2016-06-18T06:55:15Z zdm quit (Quit: row row fight the powah) 2016-06-18T06:56:12Z tsikov quit (Remote host closed the connection) 2016-06-18T06:58:41Z hx0 joined #lisp 2016-06-18T07:00:19Z hx0 quit (Client Quit) 2016-06-18T07:01:05Z wccoder quit (Remote host closed the connection) 2016-06-18T07:01:33Z yaewa joined #lisp 2016-06-18T07:02:11Z moei quit (Ping timeout: 240 seconds) 2016-06-18T07:04:27Z hx0 joined #lisp 2016-06-18T07:05:37Z hx0 quit (Client Quit) 2016-06-18T07:12:32Z hx0 joined #lisp 2016-06-18T07:12:58Z adolf_stalin quit (Quit: Leaving...) 2016-06-18T07:14:42Z hx0 quit (Client Quit) 2016-06-18T07:15:06Z hx0 joined #lisp 2016-06-18T07:15:26Z hx0 quit (Client Quit) 2016-06-18T07:17:59Z hx0 joined #lisp 2016-06-18T07:18:39Z hx0 quit (Client Quit) 2016-06-18T07:19:00Z hx0 joined #lisp 2016-06-18T07:24:18Z hx0 quit (Ping timeout: 276 seconds) 2016-06-18T07:24:50Z tsikov joined #lisp 2016-06-18T07:29:36Z wildlander quit (Quit: Saliendo) 2016-06-18T07:29:52Z hx0 joined #lisp 2016-06-18T07:33:00Z space_otter quit (Remote host closed the connection) 2016-06-18T07:36:52Z angavrilov joined #lisp 2016-06-18T07:45:06Z tos-1 joined #lisp 2016-06-18T07:46:32Z hx0 quit (Quit: WeeChat 1.5) 2016-06-18T07:48:20Z peey joined #lisp 2016-06-18T07:52:58Z mishoo joined #lisp 2016-06-18T07:53:03Z quazimodo quit (Ping timeout: 246 seconds) 2016-06-18T07:55:55Z sausages joined #lisp 2016-06-18T07:58:39Z quazimodo joined #lisp 2016-06-18T08:00:01Z yaewa quit (Quit: Leaving...) 2016-06-18T08:00:18Z moei joined #lisp 2016-06-18T08:01:37Z wccoder joined #lisp 2016-06-18T08:06:07Z wccoder quit (Ping timeout: 260 seconds) 2016-06-18T08:14:15Z tkd quit (Ping timeout: 244 seconds) 2016-06-18T08:15:10Z xrash joined #lisp 2016-06-18T08:20:26Z mastokley joined #lisp 2016-06-18T08:24:17Z allezbluez joined #lisp 2016-06-18T08:26:42Z jtza8 joined #lisp 2016-06-18T08:39:44Z My_Hearing is now known as Mon_Ouie 2016-06-18T08:40:25Z mastokley quit (Ping timeout: 260 seconds) 2016-06-18T08:44:04Z IPmonger joined #lisp 2016-06-18T08:45:17Z DavidGuru joined #lisp 2016-06-18T08:48:54Z IPmonger quit (Ping timeout: 272 seconds) 2016-06-18T08:50:05Z therik joined #lisp 2016-06-18T08:51:34Z aries_liuxueyang quit (Quit: No Ping reply in 180 seconds.) 2016-06-18T08:53:05Z aries_liuxueyang joined #lisp 2016-06-18T08:59:20Z davyjones_ joined #lisp 2016-06-18T09:05:19Z nkpl joined #lisp 2016-06-18T09:06:52Z gravicappa joined #lisp 2016-06-18T09:09:30Z nkpl quit (Ping timeout: 250 seconds) 2016-06-18T09:11:20Z hekmek joined #lisp 2016-06-18T09:17:35Z edgar-rft joined #lisp 2016-06-18T09:29:08Z mrcom quit (Quit: This computer has gone to sleep) 2016-06-18T09:31:12Z mishoo quit (Ping timeout: 244 seconds) 2016-06-18T09:31:26Z edgar-rft quit (Quit: edgar-rft) 2016-06-18T09:35:19Z DavidGuru quit (Ping timeout: 252 seconds) 2016-06-18T09:36:29Z grimsley quit (Quit: Leaving) 2016-06-18T09:42:30Z mrcom joined #lisp 2016-06-18T09:47:40Z nkpl joined #lisp 2016-06-18T09:49:11Z wccoder joined #lisp 2016-06-18T09:52:10Z nkpl quit (Quit: Page closed) 2016-06-18T09:53:40Z wccoder quit (Ping timeout: 258 seconds) 2016-06-18T10:01:24Z therik: ..morning 2016-06-18T10:01:30Z jtza8 quit (Ping timeout: 260 seconds) 2016-06-18T10:04:45Z therik: how do I check if dynamic var is defined? 2016-06-18T10:05:12Z keltvek joined #lisp 2016-06-18T10:06:25Z _death: by "defined" do you mean "bound"? 2016-06-18T10:07:27Z scymtym joined #lisp 2016-06-18T10:07:31Z therik: ah wait, I can just use defvar 2016-06-18T10:07:37Z therik: and not care if it's bound 2016-06-18T10:07:41Z therik: _death, yes, bound 2016-06-18T10:07:59Z _death: clhs boundp 2016-06-18T10:08:00Z specbot: http://www.lispworks.com/reference/HyperSpec/Body/f_boundp.htm 2016-06-18T10:08:33Z therik: it's much easier to find now that you told me it's called binding :) 2016-06-18T10:08:55Z therik: thanks 2016-06-18T10:15:02Z araujo quit (Ping timeout: 272 seconds) 2016-06-18T10:15:25Z mrcom quit (Quit: This computer has gone to sleep) 2016-06-18T10:15:50Z IPmonger joined #lisp 2016-06-18T10:16:26Z EvW joined #lisp 2016-06-18T10:17:51Z tsikov quit 2016-06-18T10:18:43Z araujo joined #lisp 2016-06-18T10:18:43Z araujo quit (Changing host) 2016-06-18T10:18:43Z araujo joined #lisp 2016-06-18T10:20:30Z IPmonger quit (Ping timeout: 258 seconds) 2016-06-18T10:20:36Z rszeno joined #lisp 2016-06-18T10:22:04Z defaultxr quit (Ping timeout: 252 seconds) 2016-06-18T10:25:29Z Jonsky joined #lisp 2016-06-18T10:30:50Z Yuuhi joined #lisp 2016-06-18T10:37:39Z edgar-rft joined #lisp 2016-06-18T10:37:51Z quazimodo quit (Ping timeout: 240 seconds) 2016-06-18T10:44:35Z davyjones_ quit (Ping timeout: 244 seconds) 2016-06-18T10:45:01Z davyjones_ joined #lisp 2016-06-18T10:49:36Z peey quit (Ping timeout: 250 seconds) 2016-06-18T10:52:51Z tmtwd joined #lisp 2016-06-18T10:53:00Z hekmek quit (Quit: Leaving) 2016-06-18T10:53:12Z scymtym quit (Ping timeout: 244 seconds) 2016-06-18T10:56:37Z hitecnologys joined #lisp 2016-06-18T10:57:53Z Orion3k quit (Quit: Leaving) 2016-06-18T11:08:16Z papachan joined #lisp 2016-06-18T11:09:23Z Jonsky quit (Ping timeout: 244 seconds) 2016-06-18T11:18:10Z Beetny joined #lisp 2016-06-18T11:24:55Z EvW quit (Ping timeout: 250 seconds) 2016-06-18T11:25:14Z keltvek quit (Ping timeout: 244 seconds) 2016-06-18T11:27:50Z grouzen quit (Ping timeout: 260 seconds) 2016-06-18T11:28:19Z attila_lendvai quit (Ping timeout: 260 seconds) 2016-06-18T11:31:05Z scymtym joined #lisp 2016-06-18T11:31:35Z tmtwd quit (Ping timeout: 244 seconds) 2016-06-18T11:37:02Z jackdaniel: PuercoPop: docbook2x produces some trash I'm afraid. But pandoc (also suggested thanks to my mini-rant) is more promising (though produced file doesn't compile with makeinfo due to some problems with node names) 2016-06-18T11:37:33Z EvW joined #lisp 2016-06-18T11:38:25Z therik: I need to do three things: convert alist to plist, get one key-value pair from that and remove the key-value pair from the final plist... is there something for this use case or do I need to write my own? 2016-06-18T11:39:16Z therik: if I do alexandria:alist-plist, that's O(n), then extract from plist is O(n) and remve from plist is also O(n), but it's possible to do with single pass 2016-06-18T11:39:44Z therik: i can write it myself, just asking if there's something so I don't reinvent the wheel.. 2016-06-18T11:40:19Z vlatkoB quit (Remote host closed the connection) 2016-06-18T11:41:02Z vlatkoB joined #lisp 2016-06-18T11:42:04Z papachan is now known as papachan` 2016-06-18T11:42:07Z jackdaniel: I doubt there is somewhere such function – it's trivial and not used often enough to write it down in a library (I suppose) 2016-06-18T11:42:58Z papachan joined #lisp 2016-06-18T11:43:07Z nowolfer quit (Ping timeout: 250 seconds) 2016-06-18T11:46:45Z vlatkoB quit (Remote host closed the connection) 2016-06-18T11:48:21Z hardenedapple joined #lisp 2016-06-18T11:48:23Z vlatkoB joined #lisp 2016-06-18T11:49:57Z wccoder joined #lisp 2016-06-18T11:50:29Z aries_liuxueyang quit (Ping timeout: 250 seconds) 2016-06-18T11:54:20Z wccoder quit (Ping timeout: 244 seconds) 2016-06-18T11:54:48Z tmtwd joined #lisp 2016-06-18T11:55:27Z _death: therik: since by your own analysis every operation is O(n), chaining them will also be O(n) 2016-06-18T11:57:08Z therik: _death, O(n) / 3... which is like O(n) but 3x faster :-) 2016-06-18T11:57:22Z aries_liuxueyang joined #lisp 2016-06-18T11:59:37Z therik: actually, remove-from-alist would be enough, I know that the element I want is on first spot most of the time 2016-06-18T12:00:18Z _death: therik: my point is that you're microoptimizing.. if you claim that jumbling the operations into one will result in something that's 3x faster I'd like to see the benchmarks 2016-06-18T12:02:38Z yaewa joined #lisp 2016-06-18T12:03:29Z EvW quit (Ping timeout: 250 seconds) 2016-06-18T12:03:39Z moei quit (Ping timeout: 244 seconds) 2016-06-18T12:03:56Z hardenedapple quit (Quit: WeeChat 1.5) 2016-06-18T12:04:36Z hardenedapple joined #lisp 2016-06-18T12:05:18Z qubitnerd joined #lisp 2016-06-18T12:05:29Z therik: _death, you're right... alist-plist it is then... 2016-06-18T12:05:58Z jtza8 joined #lisp 2016-06-18T12:12:28Z tmtwd quit (Ping timeout: 264 seconds) 2016-06-18T12:13:46Z IPmonger joined #lisp 2016-06-18T12:17:32Z scymtym: depending on how the plist is used, you can in some cases do O(1) "removal" with (list* :KEY nil PLIST) or (list* :KEY :removed PLIST) 2016-06-18T12:17:57Z IPmonger quit (Ping timeout: 250 seconds) 2016-06-18T12:19:01Z keltvek joined #lisp 2016-06-18T12:21:24Z allezbluez quit (Ping timeout: 260 seconds) 2016-06-18T12:29:54Z Beetny quit (Ping timeout: 246 seconds) 2016-06-18T12:31:36Z narendraj9 joined #lisp 2016-06-18T12:36:05Z DavidGuru joined #lisp 2016-06-18T12:41:34Z Guest28872 is now known as micro` 2016-06-18T12:45:29Z holycow joined #lisp 2016-06-18T12:46:29Z davyjones_ quit (Ping timeout: 260 seconds) 2016-06-18T12:52:04Z kolko quit (Ping timeout: 240 seconds) 2016-06-18T13:00:18Z jtza8 quit (Ping timeout: 244 seconds) 2016-06-18T13:04:19Z harish quit (Ping timeout: 250 seconds) 2016-06-18T13:05:24Z zeroish joined #lisp 2016-06-18T13:09:21Z jleija joined #lisp 2016-06-18T13:09:45Z aries_liuxueyang quit (Quit: No Ping reply in 180 seconds.) 2016-06-18T13:10:26Z DavidGuru1 joined #lisp 2016-06-18T13:11:03Z DavidGuru quit (Ping timeout: 240 seconds) 2016-06-18T13:11:04Z DavidGuru1 is now known as DavidGuru 2016-06-18T13:12:00Z aries_liuxueyang joined #lisp 2016-06-18T13:22:39Z IPmonger joined #lisp 2016-06-18T13:26:51Z IPmonger quit (Ping timeout: 250 seconds) 2016-06-18T13:27:53Z IPmonger joined #lisp 2016-06-18T13:31:29Z Grue`: therik: if your plists and alists are so long that they're O(n) instead of O(1) (that is, can get arbitrarily long), you're better off using hash tables 2016-06-18T13:32:10Z papachan` quit (Ping timeout: 258 seconds) 2016-06-18T13:33:45Z therik: Grue`, I think I was just optimizing too much... 2016-06-18T13:34:10Z AntiSpamMeta quit (Excess Flood) 2016-06-18T13:34:35Z AntiSpamMeta joined #lisp 2016-06-18T13:36:28Z LiamH joined #lisp 2016-06-18T13:43:51Z hardenedapple quit (Read error: Connection reset by peer) 2016-06-18T13:44:31Z pierpa joined #lisp 2016-06-18T13:46:12Z Zhivago: Although hash-tables can also be pretty bad. :) 2016-06-18T13:48:19Z DavidGuru quit (Ping timeout: 252 seconds) 2016-06-18T13:49:46Z Karl_Dscc joined #lisp 2016-06-18T13:54:53Z keltvek quit (Remote host closed the connection) 2016-06-18T13:55:22Z hardenedapple joined #lisp 2016-06-18T13:59:22Z vlatkoB_ joined #lisp 2016-06-18T14:02:34Z nowolfer joined #lisp 2016-06-18T14:02:51Z krasnal quit (Remote host closed the connection) 2016-06-18T14:03:40Z vlatkoB quit (Ping timeout: 272 seconds) 2016-06-18T14:03:42Z aries_liuxueyang quit (Quit: No Ping reply in 180 seconds.) 2016-06-18T14:05:06Z aries_liuxueyang joined #lisp 2016-06-18T14:07:17Z dim: well write a proper set of access functions so that you can switch from alist to plist to hash tables to anything else (red black trees, whatever) later 2016-06-18T14:11:06Z EvW joined #lisp 2016-06-18T14:11:32Z harish_ joined #lisp 2016-06-18T14:12:19Z happy-dude joined #lisp 2016-06-18T14:14:27Z IPmonger quit (Ping timeout: 276 seconds) 2016-06-18T14:14:43Z bigfondue quit (Ping timeout: 258 seconds) 2016-06-18T14:17:39Z DougNYC joined #lisp 2016-06-18T14:27:22Z IPmonger joined #lisp 2016-06-18T14:30:21Z bigfondue joined #lisp 2016-06-18T14:33:07Z tos-1 quit (Ping timeout: 258 seconds) 2016-06-18T14:34:46Z frgo_ joined #lisp 2016-06-18T14:38:20Z frgo_ quit (Remote host closed the connection) 2016-06-18T14:39:33Z aries_liuxueyang quit (Quit: No Ping reply in 180 seconds.) 2016-06-18T14:39:48Z quazimodo joined #lisp 2016-06-18T14:39:57Z qubitnerd quit (Read error: Connection reset by peer) 2016-06-18T14:41:30Z IPmonger quit (Ping timeout: 260 seconds) 2016-06-18T14:41:33Z wormer23 joined #lisp 2016-06-18T14:41:52Z aries_liuxueyang joined #lisp 2016-06-18T14:44:40Z nowolfer quit (Ping timeout: 250 seconds) 2016-06-18T14:46:41Z Velveeta_Chef: What's a good starting point for learning Common-Lisp, I don't have any programming experience. 2016-06-18T14:46:50Z alchemizt: ouch 2016-06-18T14:47:25Z alchemizt: http://www.gigamonkeys.com/book/ 2016-06-18T14:48:07Z alchemizt: https://github.com/roswell/roswell <-- if you're on linux, this should make getting a lisp environment setup easier 2016-06-18T14:49:44Z alchemizt: http://lisp-lang.org/learn/ 2016-06-18T14:51:22Z wccoder joined #lisp 2016-06-18T14:52:09Z Velveeta_Chef: yeah I'm on Linux, and I've been getting used to emacs 2016-06-18T14:55:41Z wccoder quit (Ping timeout: 244 seconds) 2016-06-18T14:56:34Z m_zr0 quit (Read error: Connection reset by peer) 2016-06-18T14:56:59Z m_zr0 joined #lisp 2016-06-18T14:59:43Z IPmonger joined #lisp 2016-06-18T14:59:48Z hardenedapple quit (Quit: WeeChat 1.5) 2016-06-18T15:01:12Z BlueRavenGT joined #lisp 2016-06-18T15:03:54Z IPmonger quit (Ping timeout: 250 seconds) 2016-06-18T15:04:36Z holycow: uh, roswell? 2016-06-18T15:04:37Z holycow: for linux? 2016-06-18T15:04:39Z holycow: seriously? 2016-06-18T15:04:49Z holycow: i had no idea package managers were so difficult touse 2016-06-18T15:05:21Z holycow: what am i not understanding about roswell? what problem does it solve? 2016-06-18T15:06:44Z holycow: well, the authors are much smarter than i. that is probably th eissue right there. 2016-06-18T15:06:48Z holycow: i'll shush now. 2016-06-18T15:09:12Z grublet joined #lisp 2016-06-18T15:11:55Z smokeink quit (Ping timeout: 252 seconds) 2016-06-18T15:20:12Z ays joined #lisp 2016-06-18T15:25:08Z keltvek joined #lisp 2016-06-18T15:29:04Z tkd joined #lisp 2016-06-18T15:29:10Z anabain quit (Ping timeout: 272 seconds) 2016-06-18T15:29:18Z tkd quit (Remote host closed the connection) 2016-06-18T15:29:28Z tkd joined #lisp 2016-06-18T15:35:40Z strykerkkd joined #lisp 2016-06-18T15:38:13Z DavidGuru joined #lisp 2016-06-18T15:39:17Z EvW quit (Ping timeout: 250 seconds) 2016-06-18T15:41:59Z quasus joined #lisp 2016-06-18T15:44:49Z puchacz joined #lisp 2016-06-18T15:45:07Z valagalen joined #lisp 2016-06-18T15:47:16Z safe joined #lisp 2016-06-18T15:49:22Z allezbluez joined #lisp 2016-06-18T15:50:52Z ays quit (Quit: toodles!) 2016-06-18T15:50:58Z linoge joined #lisp 2016-06-18T15:51:03Z asc232 joined #lisp 2016-06-18T15:52:23Z pllx joined #lisp 2016-06-18T15:55:48Z valagalen quit (Quit: Leaving) 2016-06-18T15:56:48Z walter|r joined #lisp 2016-06-18T15:57:19Z yoneiber joined #lisp 2016-06-18T15:57:48Z allezbluez quit (Ping timeout: 246 seconds) 2016-06-18T15:57:56Z jean377 joined #lisp 2016-06-18T15:57:59Z yoneiber left #lisp 2016-06-18T16:00:31Z jean377 quit (Quit: WeeChat 1.0.1) 2016-06-18T16:05:06Z yaewa quit (Quit: Leaving...) 2016-06-18T16:05:20Z moei joined #lisp 2016-06-18T16:06:35Z kolko joined #lisp 2016-06-18T16:09:19Z asc232 quit (Remote host closed the connection) 2016-06-18T16:09:50Z linoge quit (Quit: WeeChat 1.5) 2016-06-18T16:12:57Z DavidGu joined #lisp 2016-06-18T16:13:19Z allezbluez joined #lisp 2016-06-18T16:14:03Z DavidGuru quit (Quit: DavidGuru) 2016-06-18T16:15:02Z DavidGuru joined #lisp 2016-06-18T16:15:49Z DavidGuru quit (Client Quit) 2016-06-18T16:16:09Z DavidGuru joined #lisp 2016-06-18T16:17:03Z DavidGuru quit (Client Quit) 2016-06-18T16:18:37Z DavidGu_Desktop joined #lisp 2016-06-18T16:18:51Z DavidGu quit (Quit: Mutter: www.mutterirc.com) 2016-06-18T16:20:28Z DavidGu_Mobile joined #lisp 2016-06-18T16:22:49Z DavidGu_Desktop quit (Client Quit) 2016-06-18T16:22:54Z narendraj9 quit (Remote host closed the connection) 2016-06-18T16:31:48Z DavidGu_Mobile quit (Ping timeout: 244 seconds) 2016-06-18T16:32:43Z PuercoPop: scymtym: is wip-walk-forms-new-marco-stuff a second attempt at the work on wip-walk-forms-structures? 2016-06-18T16:33:01Z allezbluez quit (Ping timeout: 250 seconds) 2016-06-18T16:33:40Z jean377 joined #lisp 2016-06-18T16:34:02Z DavidGu_Mobile joined #lisp 2016-06-18T16:36:42Z DavidGu_Mobile quit (Remote host closed the connection) 2016-06-18T16:38:19Z varjag joined #lisp 2016-06-18T16:43:53Z xantoz joined #lisp 2016-06-18T16:44:10Z CEnnis91 joined #lisp 2016-06-18T16:48:40Z rszeno quit (Quit: Leaving.) 2016-06-18T16:49:50Z reepca` joined #lisp 2016-06-18T16:50:51Z anannie joined #lisp 2016-06-18T16:51:19Z anannie: Hey everyone, I'm starting the book; Practical Common Lisp over here. http://www.gigamonkeys.com/book/lather-rinse-repeat-a-tour-of-the-repl.html 2016-06-18T16:51:25Z Intensity quit (Remote host closed the connection) 2016-06-18T16:51:28Z guna joined #lisp 2016-06-18T16:52:48Z anannie: And I'd like to pick a REPL + Lisp implementation that I can use to implement most stuff from SICP (with very little adaptation) and play around with building web apps. What should I pick? I'm using OSX el capitan 2016-06-18T16:53:06Z reepca quit (Ping timeout: 250 seconds) 2016-06-18T16:54:02Z bigfondue quit (Ping timeout: 260 seconds) 2016-06-18T16:54:32Z Oladon: anannie: SICP uses Scheme, which is different from Common Lisp 2016-06-18T16:54:59Z DeadTrickster joined #lisp 2016-06-18T16:55:12Z jean377 quit (Ping timeout: 260 seconds) 2016-06-18T16:55:22Z anannie: Oladon: Yes... Is there any lisp that I can use that is similar in nature? Because most scheme implementations I've found don't work well on my machine and/or don't have support for building web apps? 2016-06-18T16:55:37Z Intensity joined #lisp 2016-06-18T16:56:58Z PuercoPop: anannie: if you want to work through the SICP racket has a sicp language mode that works 2016-06-18T16:57:18Z PuercoPop: (but that this channel is about Common Lisp only) 2016-06-18T16:57:18Z Oladon: anannie: There's no "hybrid" between Scheme and Common Lisp. I'd recommend learning both. 2016-06-18T16:57:28Z anannie: PuercoPop: I wanted to Practical Common Lisp first though... 2016-06-18T16:57:36Z Oladon: anannie: Then start with Common Lisp 2016-06-18T16:57:52Z anannie: Oladon: Ah I see. How are the two different? (not sure if I'll appreciate the subtleties, but I'd still like to understand) 2016-06-18T16:57:53Z Oladon: They're very similar; it's not like you'll have to learn two completely different languages 2016-06-18T16:58:02Z PuercoPop: ah, then the best is to start with Emacs + SBCL 2016-06-18T16:58:34Z PuercoPop: if you want to work in the bare REPL (not recommended) clisp the best 2016-06-18T16:58:58Z PuercoPop: (Emacs + Slime + SBCL) 2016-06-18T16:59:00Z Oladon: anannie: Scheme is a Lisp-1, while Common Lisp is a Lisp-2; you can look up the differences between those two :) 2016-06-18T16:59:12Z Oladon: PuercoPop: Or SBCL + rlwrap, which is what I use these days :P 2016-06-18T16:59:18Z anannie: Oladon: Will I get the differences between the two? 2016-06-18T17:00:08Z Oladon: anannie: You'll find results for them with those search terms, yes. If you're asking whether or not you'll understand them, that I can't say, but probably :) 2016-06-18T17:00:19Z ays joined #lisp 2016-06-18T17:00:20Z Oladon: anannie: I assume you've programmed before? 2016-06-18T17:00:24Z PuercoPop: Oladon: sbcl + rlwrap doesn't have tab-completion for example 2016-06-18T17:00:40Z Oladon: PuercoPop: True. Tab completion is for Java developers ;) 2016-06-18T17:00:57Z Oladon: (I jest) 2016-06-18T17:00:59Z anannie: Oladon: I have. Nothing elaborate and long though. Just written scripts and tiny control loops for robots. 2016-06-18T17:01:09Z Oladon: anannie: What language(s) have you used before? 2016-06-18T17:01:20Z anannie: Oladon: C, lua, python, and ruby 2016-06-18T17:01:38Z Oladon: Ah :) 2016-06-18T17:01:39Z PuercoPop: Oladon: it is also for people who don't want to type the whole of multiple-value-bind 2016-06-18T17:01:50Z Oladon: PuercoPop: Indeed. Or destructuring-bind 2016-06-18T17:01:54Z anannie: Oladon: I've even done ASM :) 2016-06-18T17:02:22Z Oladon: anannie: Okay. You should be fine learning two dialects of Lisp, then :) 2016-06-18T17:03:35Z d4ryus quit (Killed (card.freenode.net (Nickname regained by services))) 2016-06-18T17:03:35Z d4ryus joined #lisp 2016-06-18T17:03:46Z ays quit (Client Quit) 2016-06-18T17:04:02Z anannie: Oladon, PuercoPop: anything other than emacs, btw? 2016-06-18T17:04:26Z Oladon: Emacs is highly recommended 2016-06-18T17:04:28Z scymtym: PuercoPop: just saw your message. i have to run now. will talk to you later 2016-06-18T17:04:48Z Oladon: (I've got to run) 2016-06-18T17:05:38Z peey joined #lisp 2016-06-18T17:06:02Z klltkr joined #lisp 2016-06-18T17:06:54Z anannie: Oladon: I know, but I feel that it gets in the way of learning and that it's a project on its own. 2016-06-18T17:07:07Z anannie: Oladon: Is there something simple that I can use? 2016-06-18T17:09:34Z jean377 joined #lisp 2016-06-18T17:12:12Z therik: guys, I want to have a condition so I can type (error 'my-cond "foo"), and then the my-cond object should have slot :text with value "Error with value: \"foo\""... yet I can't seem to get it right, those conditions are not firing up initialize-instance and I can't seem to find a way to define it in slot initform.. 2016-06-18T17:13:10Z scymtym quit (Ping timeout: 260 seconds) 2016-06-18T17:16:12Z PuercoPop: anannie: I recommended clisp for bare-repl already. jasom recently published a geanie plugin but you still have to run emacs from the looks of it, https://phab.jasom.org/diffusion/GL/browse/master/ 2016-06-18T17:16:43Z PuercoPop: also if you are using OS X ccl has its own port of hemlock 2016-06-18T17:16:52Z nell joined #lisp 2016-06-18T17:19:47Z nell quit (Client Quit) 2016-06-18T17:21:35Z matija joined #lisp 2016-06-18T17:22:15Z Penta joined #lisp 2016-06-18T17:23:12Z adolf_stalin joined #lisp 2016-06-18T17:26:01Z kolko quit (Ping timeout: 244 seconds) 2016-06-18T17:26:23Z Pent quit (Ping timeout: 244 seconds) 2016-06-18T17:28:09Z nkpl joined #lisp 2016-06-18T17:30:12Z varjag quit (Ping timeout: 260 seconds) 2016-06-18T17:35:51Z tmtwd joined #lisp 2016-06-18T17:40:34Z varjag joined #lisp 2016-06-18T17:46:25Z heddwch is now known as nanoaswell 2016-06-18T17:48:53Z phoe_krk: I'm following beach's advice of separating my internal protocol (a bunch of DEFGENERICs) from implementation (DEFCLASSes/DEFMETHODs) and I ended up noticing that the actual protocol becomes pretty tiny and concise. And both thinking on it and writing it down shows what I actually want from my program. 2016-06-18T17:49:19Z nanoaswell is now known as heddch 2016-06-18T17:49:25Z heddch is now known as heddwch 2016-06-18T17:51:02Z wildlander joined #lisp 2016-06-18T17:51:53Z joneshf-laptop joined #lisp 2016-06-18T17:55:12Z mastokley joined #lisp 2016-06-18T17:56:49Z Penta quit (Quit: Leaving) 2016-06-18T17:57:13Z Pent joined #lisp 2016-06-18T18:01:36Z shka joined #lisp 2016-06-18T18:02:28Z kolko joined #lisp 2016-06-18T18:04:16Z Yuuhi quit (Remote host closed the connection) 2016-06-18T18:06:32Z safe quit (Read error: Connection reset by peer) 2016-06-18T18:07:43Z mrcom joined #lisp 2016-06-18T18:08:24Z Portable_Cheese quit (Read error: Connection reset by peer) 2016-06-18T18:08:37Z Portable_Cheese joined #lisp 2016-06-18T18:09:11Z VChef_Mobile joined #lisp 2016-06-18T18:09:26Z Portable_Cheese quit (Read error: Connection reset by peer) 2016-06-18T18:10:27Z nkpl left #lisp 2016-06-18T18:13:18Z madalu joined #lisp 2016-06-18T18:13:32Z VChef_Mobile quit (Ping timeout: 258 seconds) 2016-06-18T18:17:08Z FreeBirdLjj quit (Remote host closed the connection) 2016-06-18T18:22:28Z adolf_stalin quit (Remote host closed the connection) 2016-06-18T18:25:21Z tmtwd quit (Ping timeout: 276 seconds) 2016-06-18T18:25:36Z IPmonger joined #lisp 2016-06-18T18:27:42Z defaultxr joined #lisp 2016-06-18T18:28:01Z phoe_krk: What library should I be utilizing for handling unixtimes? 2016-06-18T18:29:53Z Grue`: therik: you can't do (error 'my-cond "foo"), try (error 'my-cond :text "foo") instead 2016-06-18T18:30:06Z Grue`: (error "something") is a special case 2016-06-18T18:30:29Z FreeBirdLjj joined #lisp 2016-06-18T18:30:33Z FreeBirdLjj quit (Remote host closed the connection) 2016-06-18T18:31:15Z PuercoPop: phoe_krk: local-time? 2016-06-18T18:32:51Z madalu quit (Read error: Connection reset by peer) 2016-06-18T18:35:09Z klltkr quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2016-06-18T18:36:16Z matija quit (Remote host closed the connection) 2016-06-18T18:36:55Z IPmonger quit (Ping timeout: 258 seconds) 2016-06-18T18:39:56Z space_otter joined #lisp 2016-06-18T18:42:19Z anannie quit (Quit: Leaving...) 2016-06-18T18:53:04Z wccoder joined #lisp 2016-06-18T18:53:55Z varjag quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2016-06-18T18:55:36Z slyrus quit (Remote host closed the connection) 2016-06-18T18:57:37Z wccoder quit (Ping timeout: 258 seconds) 2016-06-18T19:02:46Z jleija quit (Quit: leaving) 2016-06-18T19:03:37Z pllx quit (Quit: zz) 2016-06-18T19:06:09Z fridim_ joined #lisp 2016-06-18T19:07:45Z frgo_ joined #lisp 2016-06-18T19:07:59Z happy-dude quit (Quit: Connection closed for inactivity) 2016-06-18T19:10:02Z EvW joined #lisp 2016-06-18T19:12:31Z frgo_ quit (Remote host closed the connection) 2016-06-18T19:15:40Z phoe_krk: PuercoPop: yesssss. Thank you. 2016-06-18T19:17:34Z asc232 joined #lisp 2016-06-18T19:20:07Z peey quit (Quit: Page closed) 2016-06-18T19:20:07Z quasus quit (Read error: Connection reset by peer) 2016-06-18T19:25:37Z asc232 quit (Remote host closed the connection) 2016-06-18T19:27:14Z knobo: therik: (define-condition foo (error) ((foo :initform "foobar" :initarg :foo :reader foo))) 2016-06-18T19:29:42Z knobo: (error 'foo :foo :snafu) 2016-06-18T19:31:33Z mastokley quit (Ping timeout: 240 seconds) 2016-06-18T19:39:18Z davyjones_ joined #lisp 2016-06-18T19:43:33Z space_otter quit (Remote host closed the connection) 2016-06-18T19:54:40Z scymtym joined #lisp 2016-06-18T19:55:48Z EvW quit (Ping timeout: 250 seconds) 2016-06-18T19:55:55Z ferada quit (Ping timeout: 260 seconds) 2016-06-18T19:57:01Z Cthulhux` quit (Read error: Connection reset by peer) 2016-06-18T19:57:16Z EvW joined #lisp 2016-06-18T19:57:47Z Karl_Dscc quit (Remote host closed the connection) 2016-06-18T20:04:09Z guna quit (Ping timeout: 276 seconds) 2016-06-18T20:06:06Z scymtym: PuercoPop: i made the -new-macro-stuff branch to adapt the code to changes in the areas of lambda-list parsing and macroexpansion that had taken place in SBCL at the time 2016-06-18T20:06:51Z attila_lendvai joined #lisp 2016-06-18T20:06:51Z attila_lendvai quit (Changing host) 2016-06-18T20:06:51Z attila_lendvai joined #lisp 2016-06-18T20:07:22Z guna joined #lisp 2016-06-18T20:22:40Z klltkr joined #lisp 2016-06-18T20:23:12Z dim: (let ((a​bc 12) (ab​c 53)) (values a​bc ab​c)) 2016-06-18T20:23:32Z dim: having some fun with unicode and U+200B (ZERO WIDTH SPACE) 2016-06-18T20:23:56Z dim: (let ((a​bc 12) (ab​c 53)) (values a​bc ab​c)) returns 12 and 53 2016-06-18T20:28:47Z Orion3k joined #lisp 2016-06-18T20:36:07Z karswell` quit (Remote host closed the connection) 2016-06-18T20:36:31Z jean377 quit (Ping timeout: 258 seconds) 2016-06-18T20:36:55Z karswell` joined #lisp 2016-06-18T20:44:37Z Cthulhux joined #lisp 2016-06-18T20:45:22Z strykerkkd quit (Ping timeout: 250 seconds) 2016-06-18T20:48:00Z ferada joined #lisp 2016-06-18T20:49:00Z Lord_of_Life quit (Ping timeout: 260 seconds) 2016-06-18T20:49:48Z knobo: how and for what do I use &environment 2016-06-18T20:50:00Z eschatologist quit (Quit: Textual IRC Client: www.textualapp.com) 2016-06-18T20:55:12Z Lord_of_Life joined #lisp 2016-06-18T20:55:34Z jean377 joined #lisp 2016-06-18T20:56:45Z mrcom quit (Quit: This computer has gone to sleep) 2016-06-18T20:57:43Z strykerkkd joined #lisp 2016-06-18T20:58:44Z gravicappa quit (Ping timeout: 244 seconds) 2016-06-18T20:59:08Z zacts quit (Read error: Connection reset by peer) 2016-06-18T21:00:25Z groovy2shoes joined #lisp 2016-06-18T21:01:09Z attila_lendvai quit (Ping timeout: 260 seconds) 2016-06-18T21:01:51Z mastokley joined #lisp 2016-06-18T21:02:07Z EvW quit (Ping timeout: 250 seconds) 2016-06-18T21:05:44Z Lord_of_Life quit (Ping timeout: 250 seconds) 2016-06-18T21:06:33Z CEnnis91 quit (Quit: Connection closed for inactivity) 2016-06-18T21:08:16Z fridim_ quit (Ping timeout: 264 seconds) 2016-06-18T21:08:35Z tsikov joined #lisp 2016-06-18T21:09:21Z mejja joined #lisp 2016-06-18T21:15:26Z quasus joined #lisp 2016-06-18T21:16:18Z mastokley quit (Ping timeout: 276 seconds) 2016-06-18T21:17:10Z luis: knobo: macroexpansion. The environment will hold info about macrolets. 2016-06-18T21:17:39Z luis: also, constantp. 2016-06-18T21:18:10Z pjb joined #lisp 2016-06-18T21:18:15Z puchacz quit (Quit: Konversation terminated!) 2016-06-18T21:21:51Z vlatkoB_ quit (Remote host closed the connection) 2016-06-18T21:22:26Z zdm joined #lisp 2016-06-18T21:23:12Z Lord_of_Life joined #lisp 2016-06-18T21:26:06Z wormer23 quit (Remote host closed the connection) 2016-06-18T21:29:41Z tsikov quit (Remote host closed the connection) 2016-06-18T21:32:19Z zacts joined #lisp 2016-06-18T21:36:44Z fourier` joined #lisp 2016-06-18T21:38:55Z Lord_of_Life quit (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!) 2016-06-18T21:39:43Z eazar001 joined #lisp 2016-06-18T21:40:55Z EvW joined #lisp 2016-06-18T21:41:27Z zacts quit (Quit: WeeChat 1.5) 2016-06-18T21:45:42Z Lord_of_Life joined #lisp 2016-06-18T21:47:46Z strykerkkd quit (Ping timeout: 250 seconds) 2016-06-18T21:47:48Z therik: wow, when I'm awake for too long, all those parentheses look kind of trippy 2016-06-18T21:49:50Z pierpa: what parenthesis 2016-06-18T21:50:48Z Lord_of_Life quit (Ping timeout: 250 seconds) 2016-06-18T21:52:06Z therik: pierpa: :) 2016-06-18T21:52:39Z pierpa: ;) 2016-06-18T21:53:25Z pjb: http://tinyurl.com/lisp-parentheses 2016-06-18T21:54:12Z Lord_of_Life joined #lisp 2016-06-18T22:00:46Z strykerkkd joined #lisp 2016-06-18T22:00:56Z eazar001 quit (Quit: WeeChat 1.5) 2016-06-18T22:07:39Z harish_ quit (Ping timeout: 264 seconds) 2016-06-18T22:08:27Z CEnnis91 joined #lisp 2016-06-18T22:08:34Z Lord_of_Life quit (Ping timeout: 250 seconds) 2016-06-18T22:10:54Z harish_ joined #lisp 2016-06-18T22:13:12Z zbigniew quit (Remote host closed the connection) 2016-06-18T22:15:42Z Lord_of_Life joined #lisp 2016-06-18T22:16:58Z Jesin quit (Quit: Leaving) 2016-06-18T22:18:38Z zbigniew joined #lisp 2016-06-18T22:27:51Z Lord_of_Life quit (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!) 2016-06-18T22:30:24Z shka quit (Ping timeout: 276 seconds) 2016-06-18T22:30:28Z tsikov joined #lisp 2016-06-18T22:33:35Z angavrilov quit (Remote host closed the connection) 2016-06-18T22:34:33Z tsikov quit (Ping timeout: 240 seconds) 2016-06-18T22:37:16Z Cthulhux quit (Changing host) 2016-06-18T22:37:16Z Cthulhux joined #lisp 2016-06-18T22:38:43Z DeadTrickster_ joined #lisp 2016-06-18T22:40:11Z Velveeta_Chef: Practical Common Lisp is a good book, but Chapter 3 is like drinking from a firehose 2016-06-18T22:40:38Z DeadTrickster quit (Ping timeout: 250 seconds) 2016-06-18T22:43:12Z Lord_of_Life joined #lisp 2016-06-18T22:43:29Z space_otter joined #lisp 2016-06-18T22:46:07Z DougNYC quit 2016-06-18T22:47:18Z zacts joined #lisp 2016-06-18T22:47:48Z adolf_stalin joined #lisp 2016-06-18T22:49:34Z fourier`: Velveeta_Chef: good thing about CL is what there are more than 1 book available 2016-06-18T22:50:13Z Lord_of_Life quit (Read error: Connection reset by peer) 2016-06-18T22:50:55Z zacts quit (Client Quit) 2016-06-18T22:54:27Z wccoder joined #lisp 2016-06-18T22:55:21Z eschatologist joined #lisp 2016-06-18T22:59:20Z Velveeta_Chef: I have Common Lisp a gentle introduction coming 2016-06-18T22:59:28Z wccoder quit (Ping timeout: 272 seconds) 2016-06-18T22:59:39Z Velveeta_Chef: sometimes it's nice to have the dead tree version 2016-06-18T23:02:15Z jtza8 joined #lisp 2016-06-18T23:02:17Z pjb: You could ask also a dead dynosaure version. 2016-06-18T23:03:12Z Lord_of_Life joined #lisp 2016-06-18T23:03:17Z fourier` quit (Ping timeout: 260 seconds) 2016-06-18T23:05:18Z MoALTz quit (Quit: Leaving) 2016-06-18T23:11:53Z pjb quit (Remote host closed the connection) 2016-06-18T23:15:50Z mejja quit (Quit: \ No newline at end of file) 2016-06-18T23:16:11Z Lord_of_Life quit (Quit: EliteBNC free bnc service - http://elitebnc.org - be a part of the Elite!) 2016-06-18T23:16:12Z jtza8 quit (Remote host closed the connection) 2016-06-18T23:17:42Z mrcom joined #lisp 2016-06-18T23:18:49Z arescorpio joined #lisp 2016-06-18T23:34:24Z IPmonger joined #lisp 2016-06-18T23:38:41Z IPmonger quit (Ping timeout: 250 seconds) 2016-06-18T23:40:32Z midre joined #lisp 2016-06-18T23:47:02Z papachan` joined #lisp 2016-06-18T23:53:04Z zacts joined #lisp 2016-06-18T23:54:35Z therik quit (Ping timeout: 250 seconds) 2016-06-18T23:55:05Z stepnem quit (Ping timeout: 260 seconds) 2016-06-18T23:59:50Z stepnem joined #lisp