2014-10-22T00:00:39Z yuikov quit (Ping timeout: 245 seconds) 2014-10-22T00:03:02Z White_Flame quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 2014-10-22T00:03:06Z Bike: clhs 22.3.6.1 2014-10-22T00:03:06Z specbot: Tilde T: Tabulate: http://www.lispworks.com/reference/HyperSpec/Body/22_cfa.htm 2014-10-22T00:03:39Z White_Flame joined #lisp 2014-10-22T00:04:03Z JokesOnYou77: I looked at that, but it didn't really help. Could you give me an example in => out? 2014-10-22T00:04:27Z White_Flame quit (Client Quit) 2014-10-22T00:04:40Z White_Flame joined #lisp 2014-10-22T00:05:19Z Bike: (format t "foo:~10tbar") => bar starts in the tenth column. 2014-10-22T00:05:40Z Bike: the second argument is for what to do if output is already past that column. 2014-10-22T00:07:47Z codeburg quit (Ping timeout: 246 seconds) 2014-10-22T00:07:50Z JokesOnYou77: Ahhh! I've never actually used a format directive that took an argument like that. 2014-10-22T00:07:52Z JokesOnYou77: Thank you 2014-10-22T00:08:37Z nha_ quit (Ping timeout: 245 seconds) 2014-10-22T00:08:49Z codeburg joined #lisp 2014-10-22T00:10:02Z nha_ joined #lisp 2014-10-22T00:10:30Z zRecursive joined #lisp 2014-10-22T00:16:02Z varjag_ quit (Quit: Connection closed for inactivity) 2014-10-22T00:16:43Z zRecursive quit (Remote host closed the connection) 2014-10-22T00:17:04Z zRecursive joined #lisp 2014-10-22T00:17:42Z aap__ joined #lisp 2014-10-22T00:17:47Z gabriel_laddel: what is the correct way to do this? (let* ((*package* (find-package 'stumpwm))) (message-no-timeout "foobar")) that is, bind a package within a defun in some sort of block. 2014-10-22T00:18:49Z zRecursive: gabriel_laddel: why not (in-package :stumpwm) ? 2014-10-22T00:20:33Z urandom__ quit (*.net *.split) 2014-10-22T00:20:33Z ahungry quit (*.net *.split) 2014-10-22T00:20:33Z harish quit (*.net *.split) 2014-10-22T00:20:33Z jlarocco quit (*.net *.split) 2014-10-22T00:20:33Z kirin` quit (*.net *.split) 2014-10-22T00:20:33Z eagleflo quit (*.net *.split) 2014-10-22T00:20:33Z aap_ quit (*.net *.split) 2014-10-22T00:20:33Z backupthrick quit (*.net *.split) 2014-10-22T00:20:33Z tessier quit (*.net *.split) 2014-10-22T00:20:33Z zeebrah quit (*.net *.split) 2014-10-22T00:20:33Z Fade quit (*.net *.split) 2014-10-22T00:20:33Z alexherbo2 quit (*.net *.split) 2014-10-22T00:20:33Z mal_ quit (*.net *.split) 2014-10-22T00:20:33Z dan64 quit (*.net *.split) 2014-10-22T00:20:33Z hq1 quit (*.net *.split) 2014-10-22T00:20:34Z zymurgy quit (*.net *.split) 2014-10-22T00:20:34Z gensym quit (*.net *.split) 2014-10-22T00:20:34Z rak[1] quit (*.net *.split) 2014-10-22T00:20:34Z Nizumzen quit (*.net *.split) 2014-10-22T00:20:34Z Vutral quit (*.net *.split) 2014-10-22T00:20:34Z defaultxr quit (*.net *.split) 2014-10-22T00:20:34Z JokesOnYou77 quit (*.net *.split) 2014-10-22T00:20:34Z sismondi quit (*.net *.split) 2014-10-22T00:20:34Z milosn quit (*.net *.split) 2014-10-22T00:20:34Z teiresias quit (*.net *.split) 2014-10-22T00:20:34Z ans quit (*.net *.split) 2014-10-22T00:20:34Z rtra quit (*.net *.split) 2014-10-22T00:20:34Z easye quit (*.net *.split) 2014-10-22T00:20:34Z cpt_nemo quit (*.net *.split) 2014-10-22T00:20:35Z dxtr quit (*.net *.split) 2014-10-22T00:20:35Z heurist quit (*.net *.split) 2014-10-22T00:20:35Z bjorkintosh quit (*.net *.split) 2014-10-22T00:20:35Z j_king quit (*.net *.split) 2014-10-22T00:20:35Z gregburd quit (*.net *.split) 2014-10-22T00:20:35Z gluegadget quit (*.net *.split) 2014-10-22T00:20:35Z akkad quit (*.net *.split) 2014-10-22T00:20:35Z dfox quit (*.net *.split) 2014-10-22T00:20:35Z ineiros quit (*.net *.split) 2014-10-22T00:20:35Z xorpse quit (*.net *.split) 2014-10-22T00:20:35Z lemoinem quit (*.net *.split) 2014-10-22T00:20:35Z sid_cypher quit (*.net *.split) 2014-10-22T00:20:36Z _death quit (*.net *.split) 2014-10-22T00:20:36Z axion quit (*.net *.split) 2014-10-22T00:20:36Z s_e quit (*.net *.split) 2014-10-22T00:20:36Z nightfly quit (*.net *.split) 2014-10-22T00:20:36Z Adeon quit (*.net *.split) 2014-10-22T00:20:36Z kyl_ quit (*.net *.split) 2014-10-22T00:20:36Z luis quit (*.net *.split) 2014-10-22T00:20:36Z j0ni quit (*.net *.split) 2014-10-22T00:22:23Z zymurgy joined #lisp 2014-10-22T00:22:41Z drmeister: Testing 2014-10-22T00:22:48Z gabriel_laddel: zRecursive: one sec... 2014-10-22T00:23:36Z sabalaba_ quit (Remote host closed the connection) 2014-10-22T00:24:52Z dkcl joined #lisp 2014-10-22T00:25:56Z Nizumzen joined #lisp 2014-10-22T00:25:56Z Vutral joined #lisp 2014-10-22T00:25:56Z defaultxr joined #lisp 2014-10-22T00:25:56Z JokesOnYou77 joined #lisp 2014-10-22T00:25:56Z sismondi joined #lisp 2014-10-22T00:25:56Z milosn joined #lisp 2014-10-22T00:25:56Z teiresias joined #lisp 2014-10-22T00:25:56Z ans joined #lisp 2014-10-22T00:25:56Z xorpse joined #lisp 2014-10-22T00:25:56Z easye joined #lisp 2014-10-22T00:25:56Z cpt_nemo joined #lisp 2014-10-22T00:25:56Z dxtr joined #lisp 2014-10-22T00:25:56Z heurist joined #lisp 2014-10-22T00:25:56Z bjorkintosh joined #lisp 2014-10-22T00:25:56Z j_king joined #lisp 2014-10-22T00:25:56Z gluegadget joined #lisp 2014-10-22T00:25:56Z gregburd joined #lisp 2014-10-22T00:25:56Z akkad joined #lisp 2014-10-22T00:25:56Z dfox joined #lisp 2014-10-22T00:25:56Z ineiros joined #lisp 2014-10-22T00:25:56Z lemoinem joined #lisp 2014-10-22T00:25:56Z sid_cypher joined #lisp 2014-10-22T00:25:56Z _death joined #lisp 2014-10-22T00:25:56Z axion joined #lisp 2014-10-22T00:25:56Z s_e joined #lisp 2014-10-22T00:25:56Z nightfly joined #lisp 2014-10-22T00:25:56Z Adeon joined #lisp 2014-10-22T00:25:56Z kyl_ joined #lisp 2014-10-22T00:25:56Z luis joined #lisp 2014-10-22T00:25:56Z j0ni joined #lisp 2014-10-22T00:26:14Z akkad quit (Max SendQ exceeded) 2014-10-22T00:26:14Z Vutral quit (Max SendQ exceeded) 2014-10-22T00:26:14Z Nizumzen quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2014-10-22T00:26:29Z hq1 joined #lisp 2014-10-22T00:26:44Z urandom__ joined #lisp 2014-10-22T00:26:44Z ahungry joined #lisp 2014-10-22T00:26:44Z harish joined #lisp 2014-10-22T00:26:44Z jlarocco joined #lisp 2014-10-22T00:26:44Z kirin` joined #lisp 2014-10-22T00:26:44Z eagleflo joined #lisp 2014-10-22T00:26:44Z backupthrick joined #lisp 2014-10-22T00:26:44Z tessier joined #lisp 2014-10-22T00:26:44Z zeebrah joined #lisp 2014-10-22T00:26:44Z Fade joined #lisp 2014-10-22T00:26:44Z alexherbo2 joined #lisp 2014-10-22T00:26:44Z mal_ joined #lisp 2014-10-22T00:26:44Z dan64 joined #lisp 2014-10-22T00:26:44Z gensym joined #lisp 2014-10-22T00:26:44Z rak[1] joined #lisp 2014-10-22T00:26:45Z rtra joined #lisp 2014-10-22T00:27:03Z dan64 quit (Max SendQ exceeded) 2014-10-22T00:27:03Z kirin` quit (Max SendQ exceeded) 2014-10-22T00:27:23Z dan64 joined #lisp 2014-10-22T00:27:43Z gabriel_laddel: zRecursive: I need to automatically download quicklisp which asks the user for a prompt when writing out the init file via `ql:add-to-init-file'. I don't know how to programmatically skip the prompt, other than monkeypatching the function to a different prompt-less version. the problem with this is that I need to do it after loading 'quicklisp.lisp', which has just been downloaded from the internet. if I were to in 2014-10-22T00:27:43Z gabriel_laddel: clude the monkeypatch in my lisp code and say, call a function `monkeypatch-quicklisp' this necessitates that I create the package beforehand with all the symbols in the correct quicklisp packages etc. I don't fully understand the semantics of `defpackage' atm, making this a pain and would prefer not to do this in any case as this would tightly bind it to quicklisp's current implementation. 2014-10-22T00:27:43Z gabriel_laddel: what I would like to express is: 2014-10-22T00:27:43Z gabriel_laddel: (in-package #:cl) 2014-10-22T00:27:43Z gabriel_laddel: (defun foobar () 2014-10-22T00:27:43Z gabriel_laddel: (in-package #:stumpwm) 2014-10-22T00:27:43Z gabriel_laddel: (message-no-timeout "test") 2014-10-22T00:27:44Z gabriel_laddel: (in-package #:cl)) 2014-10-22T00:27:44Z gabriel_laddel: (foobar) 2014-10-22T00:27:45Z gabriel_laddel: this throws, obviously. 2014-10-22T00:28:29Z kirin` joined #lisp 2014-10-22T00:28:34Z joneshf-laptop quit (Remote host closed the connection) 2014-10-22T00:29:21Z srcerer quit (Ping timeout: 272 seconds) 2014-10-22T00:29:54Z akkad_ joined #lisp 2014-10-22T00:30:14Z clop2 joined #lisp 2014-10-22T00:30:17Z zRecursive: You can (stumpwm:message-no-timeout "test") instead of (in-package #:stumpwm) 2014-10-22T00:30:39Z urandom__ quit (Quit: Konversation terminated!) 2014-10-22T00:31:50Z Vutral joined #lisp 2014-10-22T00:32:33Z gabriel_laddel: zRecursive: well, yes. but this runs into the same issue, the package does not yet exist. I suppose that I'm not getting around this without creating the package... though I suppose I could store it in a string and eval it? 2014-10-22T00:32:48Z ltbarcly joined #lisp 2014-10-22T00:34:03Z gabriel_laddel: zRecursive: no need to spend any time thinking about this. string eval'ing works for my purposes. 2014-10-22T00:34:16Z zRecursive: ... 2014-10-22T00:34:51Z gabriel_laddel: thanks for the help. 2014-10-22T00:38:32Z JokesOnYou77: Is there a way to jump to the next iteration in a dolist? 2014-10-22T00:38:56Z swedishfish joined #lisp 2014-10-22T00:41:37Z cpt_nemo quit (Ping timeout: 260 seconds) 2014-10-22T00:42:05Z easye quit (Ping timeout: 260 seconds) 2014-10-22T00:42:15Z cpt_nemo joined #lisp 2014-10-22T00:42:21Z PuercoPop: JokesOnYou77: why wouldn't when/unless suffice? 2014-10-22T00:42:22Z easye` joined #lisp 2014-10-22T00:43:57Z Nilly quit (Read error: Connection reset by peer) 2014-10-22T00:47:08Z zyaku joined #lisp 2014-10-22T00:49:18Z dkcl quit (Ping timeout: 256 seconds) 2014-10-22T00:49:51Z wws joined #lisp 2014-10-22T00:50:53Z clop2 quit (Ping timeout: 260 seconds) 2014-10-22T00:51:03Z wws quit (Ping timeout: 185 seconds) 2014-10-22T00:52:22Z billstclair quit (Ping timeout: 245 seconds) 2014-10-22T00:57:11Z stardiviner joined #lisp 2014-10-22T00:58:22Z jhao quit (Remote host closed the connection) 2014-10-22T00:59:08Z jhao joined #lisp 2014-10-22T00:59:33Z thawes quit (Quit: Konversation terminated!) 2014-10-22T01:00:15Z Longlius joined #lisp 2014-10-22T01:00:25Z robot-beethoven joined #lisp 2014-10-22T01:01:51Z askatasuna joined #lisp 2014-10-22T01:06:24Z infinmed joined #lisp 2014-10-22T01:06:58Z JokesOnYou77: PuercoPop, That is exactly what i did when I stopped whining and started coding again :P 2014-10-22T01:07:56Z ack006 quit (Quit: Leaving) 2014-10-22T01:08:09Z karswell` joined #lisp 2014-10-22T01:08:57Z innertracks joined #lisp 2014-10-22T01:08:58Z innertracks quit (Client Quit) 2014-10-22T01:09:10Z jkaye joined #lisp 2014-10-22T01:13:14Z wws quit (Ping timeout: 272 seconds) 2014-10-22T01:13:22Z jangle joined #lisp 2014-10-22T01:13:33Z jkaye quit (Ping timeout: 255 seconds) 2014-10-22T01:13:34Z karswell` is now known as karswell 2014-10-22T01:17:33Z gabriel_laddel quit (Remote host closed the connection) 2014-10-22T01:18:59Z MrWoohoo quit (Quit: ["Textual IRC Client: www.textualapp.com"]) 2014-10-22T01:19:06Z infinmed quit (Quit: finishes his blk and sips his yuengling; http://atlantic.xyz/Adventure_Club-Need_Your_Heart-Feat_Kai.mp3) 2014-10-22T01:19:44Z stardiviner quit (Quit: my website: http://stardiviner.dyndns-blog.com/) 2014-10-22T01:20:49Z Vutral quit (Ping timeout: 260 seconds) 2014-10-22T01:23:18Z askatasuna quit (Quit: WeeChat 1.0.1) 2014-10-22T01:24:22Z Vutral joined #lisp 2014-10-22T01:25:00Z ack006 joined #lisp 2014-10-22T01:30:08Z nug700 joined #lisp 2014-10-22T01:32:21Z nalssee quit (Quit: This computer has gone to sleep) 2014-10-22T01:34:44Z Niac joined #lisp 2014-10-22T01:41:08Z ofosos joined #lisp 2014-10-22T01:45:33Z chupish joined #lisp 2014-10-22T01:48:00Z billstclair joined #lisp 2014-10-22T01:48:00Z billstclair quit (Changing host) 2014-10-22T01:48:00Z billstclair joined #lisp 2014-10-22T01:48:44Z jusss joined #lisp 2014-10-22T01:50:15Z jhao quit (Remote host closed the connection) 2014-10-22T01:50:15Z jusss quit (Read error: Connection reset by peer) 2014-10-22T01:50:30Z jusss joined #lisp 2014-10-22T01:50:43Z jhao joined #lisp 2014-10-22T01:51:41Z zyaku quit (Quit: zyaku) 2014-10-22T01:52:55Z ack006 quit (Quit: rcirc on GNU Emacs 24.4.1) 2014-10-22T01:53:59Z chupish is now known as chupish_ 2014-10-22T01:54:23Z chupish_ is now known as _chupish_ 2014-10-22T01:56:51Z nug700 quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2014-10-22T01:56:55Z GlassOctober joined #lisp 2014-10-22T01:57:33Z yuikov joined #lisp 2014-10-22T01:57:37Z GlassOctober is now known as cy 2014-10-22T02:02:23Z yuikov quit (Ping timeout: 256 seconds) 2014-10-22T02:02:49Z nug700 joined #lisp 2014-10-22T02:12:39Z fragamus_ joined #lisp 2014-10-22T02:14:52Z ltbarcly quit (Quit: Computer has gone to sleep.) 2014-10-22T02:16:57Z jusss quit (Read error: Connection reset by peer) 2014-10-22T02:17:10Z jusss joined #lisp 2014-10-22T02:28:57Z cy is now known as notcy 2014-10-22T02:29:17Z notcy is now known as cy 2014-10-22T02:29:21Z saltmiser quit (Ping timeout: 244 seconds) 2014-10-22T02:31:49Z Jubb quit (Quit: Jubb) 2014-10-22T02:33:39Z jhao quit (Ping timeout: 255 seconds) 2014-10-22T02:36:09Z fragamus quit (Quit: Computer has gone to sleep.) 2014-10-22T02:40:27Z zzach quit (Ping timeout: 246 seconds) 2014-10-22T02:40:34Z jhao joined #lisp 2014-10-22T02:40:42Z zzach joined #lisp 2014-10-22T02:41:05Z lommm quit (Ping timeout: 246 seconds) 2014-10-22T02:42:36Z chu joined #lisp 2014-10-22T02:42:37Z chu quit (Changing host) 2014-10-22T02:42:37Z chu joined #lisp 2014-10-22T02:43:04Z saltmiser joined #lisp 2014-10-22T02:44:48Z jlongste` joined #lisp 2014-10-22T02:44:52Z jlongster quit (Ping timeout: 240 seconds) 2014-10-22T02:47:10Z sz0 quit (Ping timeout: 256 seconds) 2014-10-22T02:48:27Z zyaku joined #lisp 2014-10-22T02:49:08Z infinmed joined #lisp 2014-10-22T02:49:50Z ynniv joined #lisp 2014-10-22T02:50:08Z rtoym joined #lisp 2014-10-22T02:53:00Z infinmed quit (Quit: http://liteirc.net - the future of irc; Freenode: #liteirc ##exile; http://atlantic.xyz/Flight_Facilities-feat_giselle-crave_you-adventure_club_remix.mp3 :: http://atlantic.xyz/Eyes_On_Fire-Zeds_Dead_Remix.mp3) 2014-10-22T02:56:25Z arpunk joined #lisp 2014-10-22T03:00:24Z jangle quit (Quit: jangle) 2014-10-22T03:00:25Z zyaku quit (Quit: zyaku) 2014-10-22T03:00:48Z zyaku joined #lisp 2014-10-22T03:02:19Z JuanDaugherty joined #lisp 2014-10-22T03:02:21Z bgs100 quit (Quit: bgs100) 2014-10-22T03:04:53Z swedishfish quit (Ping timeout: 246 seconds) 2014-10-22T03:05:04Z cy quit (Quit: :q!) 2014-10-22T03:05:56Z sz0 joined #lisp 2014-10-22T03:07:19Z TDog joined #lisp 2014-10-22T03:07:55Z jbf joined #lisp 2014-10-22T03:09:09Z cy joined #lisp 2014-10-22T03:09:19Z cy quit (Client Quit) 2014-10-22T03:13:22Z swedishfish joined #lisp 2014-10-22T03:15:41Z JuanDaugherty quit (Quit: This computer has gone to sleep) 2014-10-22T03:16:19Z zyaku quit (Ping timeout: 255 seconds) 2014-10-22T03:19:55Z swedishfish is now known as lutefisk 2014-10-22T03:20:18Z lutefisk is now known as swedishfish 2014-10-22T03:21:15Z zyaku joined #lisp 2014-10-22T03:23:44Z fragamus_ quit (Quit: My iMac has gone to sleep. ZZZzzz…) 2014-10-22T03:24:51Z cpc26_ joined #lisp 2014-10-22T03:25:57Z beach joined #lisp 2014-10-22T03:26:12Z beach: Good morning everyone! 2014-10-22T03:26:32Z cpc26 quit (Ping timeout: 245 seconds) 2014-10-22T03:28:20Z _chupish_: good morrow @beach 2014-10-22T03:28:30Z nyef: Hello beach. 2014-10-22T03:28:41Z pillton: Good morning beach. 2014-10-22T03:29:27Z nug700 quit (Ping timeout: 255 seconds) 2014-10-22T03:30:17Z Anarch quit (Ping timeout: 245 seconds) 2014-10-22T03:31:59Z _chupish_ is now known as _chupish_`zzz 2014-10-22T03:32:09Z Anarch joined #lisp 2014-10-22T03:33:19Z zRecursive: howdy 2014-10-22T03:35:18Z Jubb joined #lisp 2014-10-22T03:42:21Z harish quit (Quit: Leaving) 2014-10-22T03:42:24Z alchemis7 left #lisp 2014-10-22T03:42:24Z alchemis7 joined #lisp 2014-10-22T03:44:01Z edgar-rft quit (Quit: memory access destroyed by unauthorized something) 2014-10-22T03:44:03Z beach: Hmm, this idea of writing a version of EVAL in (say) SBCL but that evaluates forms in a different (first-class) global environment makes my head spin. 2014-10-22T03:45:33Z nyef: Isn't this the classic "lisp-in-lisp" mind-game that several lisp books have played? 2014-10-22T03:46:02Z harish joined #lisp 2014-10-22T03:46:14Z beach: I believe it is. But they use lists as the only data type. 2014-10-22T03:46:15Z nyef: (Examples include Lisp by Winston (or was it Winston and Horne?) and SICP.) 2014-10-22T03:46:19Z Zhivago: The old meta-circular tower of evaluators. 2014-10-22T03:47:04Z beach: I would like for things like PACKAGE-NAME to work. 2014-10-22T03:47:44Z Nilly joined #lisp 2014-10-22T03:48:54Z beach: ... and I want it to return a struct that simulates the SICL heap-object header, and the header should contain references to a class object and a host vector containing the characters. 2014-10-22T03:49:56Z nyef: ... What if you set it up as a cross-process debugger? 2014-10-22T03:50:13Z nyef: As in literally using ptrace to affect a foreign address space and register set? 2014-10-22T03:50:35Z nyef: Or at least the address space, if you're not at the point where you can compile to native code yet? 2014-10-22T03:50:46Z beach: Almost. 2014-10-22T03:51:21Z beach: So you are saying use the host development environment, but use a totally native target system? 2014-10-22T03:51:39Z nyef: Yeah. 2014-10-22T03:51:51Z beach: Interesting idea. 2014-10-22T03:52:05Z nyef: That said, writing the FFI bindings for ptrace() might be a bit much. 2014-10-22T03:52:42Z beach: When I was thinking of using the native target system, I was thinking of writing a simulator for the target processor running in the host. 2014-10-22T03:52:51Z beach: But that's a lot of work too. 2014-10-22T03:53:10Z beach: On the other hand, it may be required work anyway, for DISASSEMBLE. 2014-10-22T03:53:41Z Nilly quit (Read error: Connection reset by peer) 2014-10-22T03:54:09Z Qudit2 quit (Remote host closed the connection) 2014-10-22T03:54:17Z CrazyWoods joined #lisp 2014-10-22T03:55:54Z nyef: Another option might be to write an HIR or MIR interpreter in C, just to get an end-to-end system going. 2014-10-22T03:56:18Z beach: Yeah, I thought about that as well. Could be independently useful too. 2014-10-22T03:57:07Z beach: ... for platforms that don't yet have a native backend. 2014-10-22T03:58:03Z beach: Would it be best then to turn the HIR or MIR into a linear notation, or keep the graph structure in C? 2014-10-22T03:58:03Z beach: 2014-10-22T03:58:13Z nyef: As an SBCL hacker, I'm simultaneously scornful at the idea of a useful platform without a native backend and appreciative at the idea of short-circuiting all of the work involved in bringing the system up on another CPU type. 2014-10-22T03:58:39Z beach: Sure, I can see that. 2014-10-22T03:59:49Z nyef: As far as interpreter design goes, flattening the HIR or MIR amounts to producing a bytecode compiler. 2014-10-22T04:00:05Z beach: Indeed. 2014-10-22T04:00:25Z nyef: Which, at least in theory, increases locality for interpreting the operation stream. 2014-10-22T04:00:39Z arpunk quit (Remote host closed the connection) 2014-10-22T04:00:59Z nyef: But it's an optimization, which means that it's extra work and could easily be more fragile. 2014-10-22T04:01:18Z beach: Right. And I am not sure one should be concerned about performance for such a backend. 2014-10-22T04:02:00Z nyef: You should if it's your ONLY or PRIMARY backend, but if it's a stopgap for getting the system bootstrapped or until a native backend is available then that's another matter. 2014-10-22T04:02:17Z beach: Sounds right. 2014-10-22T04:02:35Z jhao quit (Ping timeout: 258 seconds) 2014-10-22T04:02:44Z nyef: On the other hand, "all code is production code". 2014-10-22T04:03:00Z beach: ? 2014-10-22T04:04:01Z nyef: Stopgap measures have a tendency to last far, far longer than their implementors intended. 2014-10-22T04:04:25Z nyef: Temporary hacks to get things limping along in development tend to end up in production. 2014-10-22T04:04:36Z beach: I have seen that, yes. :) 2014-10-22T04:05:25Z fragamus joined #lisp 2014-10-22T04:06:23Z fragamus quit (Max SendQ exceeded) 2014-10-22T04:06:24Z nyef: As soon as you release an end-to-end system, even running on an HIR interpreter in C with a cheney collector or similar, someone's going to try running all of quicklisp on it and complain that it's slow and incomplete. (-: 2014-10-22T04:06:54Z beach: Heh! Better not release it then! 2014-10-22T04:07:25Z nyef: And the gentoo users will simply run the version from your github repository. 2014-10-22T04:08:05Z beach: I guess I don't know the stereotypical Gentoo user. 2014-10-22T04:09:13Z nyef: Okay, it's actually worse: the incomplete system will likely end up in portage, the gentoo package management system. 2014-10-22T04:09:36Z joneshf-laptop joined #lisp 2014-10-22T04:10:13Z beach: Yeah, might as well give up on SICL altogether. 2014-10-22T04:10:56Z Aiwass joined #lisp 2014-10-22T04:10:56Z nyef: Eh, or give up on supporting the poor, poor gentoo ricers. 2014-10-22T04:11:11Z Aiwass quit (Client Quit) 2014-10-22T04:11:14Z nyef sighs. 2014-10-22T04:11:35Z nyef: I don't know what's been going on the past couple of days, but trying to stream video has simply sucked. 2014-10-22T04:12:09Z beach: I take it you are a Gentoo user? 2014-10-22T04:13:15Z work_op joined #lisp 2014-10-22T04:13:36Z nyef: I was at one point. Eventually I simply gave up and moved to debian. 2014-10-22T04:13:37Z chu quit (Ping timeout: 245 seconds) 2014-10-22T04:15:21Z rtra quit (Ping timeout: 260 seconds) 2014-10-22T04:16:01Z _chupish_`zzz quit (Ping timeout: 246 seconds) 2014-10-22T04:16:28Z rtra joined #lisp 2014-10-22T04:16:39Z Aiwass joined #lisp 2014-10-22T04:16:49Z Aiwass quit (Remote host closed the connection) 2014-10-22T04:19:51Z nyef: Actually, gentoo was the system that suckered me back to running linux instead of freebsd. 2014-10-22T04:20:50Z work_op: nyef u def seem like a gentoo kind of guy 2014-10-22T04:21:15Z nyef: ... Oh? 2014-10-22T04:21:22Z work_op: thats a good thing 2014-10-22T04:21:52Z nyef: I'm not seeing it. 2014-10-22T04:26:33Z work_op: is there a way to convert a base 10 to base X without changing *print-base*? 2014-10-22T04:26:56Z nyef: (format nil "~36R" ...) 2014-10-22T04:27:18Z nyef: (format nil "~36R" 44596) 2014-10-22T04:28:08Z nyef: If you want a variable base, there's probably some useful tweak that you could use there. 2014-10-22T04:28:43Z work_op: oh 2014-10-22T04:28:53Z work_op: that is smart 2014-10-22T04:29:15Z nyef: ... Neat. ~10R is unspecified, but guaranteed not to use base 10. 2014-10-22T04:30:08Z nyef: Except that ~10R is also specified to be equivalent to ~D. 2014-10-22T04:31:01Z nyef: Ooh. Try (format nil "~VR" 36 44596). 2014-10-22T04:31:58Z joshe: haha 2014-10-22T04:32:42Z nyef: Of course, these are actually specified to bind *print-base*. 2014-10-22T04:37:59Z work_op: yeah 2014-10-22T04:38:27Z nug700 joined #lisp 2014-10-22T04:38:30Z work_op: so without some hacking there is no way to jump from base 64 to base 256 or anything like that 2014-10-22T04:38:43Z nyef: Maximum base, IIRC, is 36. 2014-10-22T04:38:47Z gingerale joined #lisp 2014-10-22T04:38:51Z work_op: by default, yes 2014-10-22T04:38:58Z nyef: By specification. 2014-10-22T04:39:07Z work_op: because it defaults to alphanumerals thru spec 2014-10-22T04:39:08Z work_op: yeah 2014-10-22T04:39:23Z nyef: If you want a higher base, you'll have to do your own splitting out into digits and whatnot. 2014-10-22T04:39:28Z work_op: right 2014-10-22T04:39:29Z ndrei joined #lisp 2014-10-22T04:39:47Z work_op: might be worth the effort though, maybe somebody needs a tool like that 2014-10-22T04:40:16Z nyef: If somebody needs a tool like that, they can spend the couple of minutes required to implement it. 2014-10-22T04:40:18Z MrWoohoo joined #lisp 2014-10-22T04:41:32Z work_op: right 2014-10-22T04:41:44Z MrWoohoo quit (Client Quit) 2014-10-22T04:42:25Z MrWoohoo joined #lisp 2014-10-22T04:43:15Z jlongste` quit (Ping timeout: 255 seconds) 2014-10-22T04:44:12Z gingerale quit (Ping timeout: 260 seconds) 2014-10-22T04:52:39Z work_op: http://www.lambdassociates.org/blog/bipolar.htm 2014-10-22T04:52:54Z work_op: from the mind of Mark Tarver... 2014-10-22T04:53:09Z pyon joined #lisp 2014-10-22T04:54:38Z nyef: Ah, right. I've read this somewhat recently. 2014-10-22T04:57:54Z work_op: mark is the twat behind shen, but he is a decent writer 2014-10-22T04:58:02Z work_op: i really enjoy most of his essays 2014-10-22T04:58:24Z beach left #lisp 2014-10-22T04:59:29Z nyef: Okay, I'm out of time for tonight. 2014-10-22T04:59:33Z nyef quit (Quit: G'night all.) 2014-10-22T05:04:59Z yuikov joined #lisp 2014-10-22T05:08:22Z yuikov quit (Remote host closed the connection) 2014-10-22T05:08:42Z zyaku quit (Quit: zyaku) 2014-10-22T05:08:49Z yuikov joined #lisp 2014-10-22T05:08:53Z loke_ quit (Read error: Connection reset by peer) 2014-10-22T05:09:34Z jlongste` joined #lisp 2014-10-22T05:09:53Z yuikov quit (Remote host closed the connection) 2014-10-22T05:10:23Z jkaye joined #lisp 2014-10-22T05:10:54Z loke_ joined #lisp 2014-10-22T05:13:04Z frkout quit (Quit: Leaving...) 2014-10-22T05:13:14Z frkout joined #lisp 2014-10-22T05:13:54Z yuikov joined #lisp 2014-10-22T05:14:49Z jkaye quit (Ping timeout: 245 seconds) 2014-10-22T05:16:16Z tkhoa2711 quit (Quit: tkhoa2711) 2014-10-22T05:17:15Z jlongste` quit (Ping timeout: 246 seconds) 2014-10-22T05:17:34Z ynniv quit (Quit: ynniv) 2014-10-22T05:22:05Z araujo quit (Read error: Connection reset by peer) 2014-10-22T05:22:36Z zacts- joined #lisp 2014-10-22T05:22:51Z araujo joined #lisp 2014-10-22T05:22:59Z MoALTz joined #lisp 2014-10-22T05:37:29Z ggole joined #lisp 2014-10-22T05:38:36Z DGASAU quit (Remote host closed the connection) 2014-10-22T05:39:54Z DGASAU joined #lisp 2014-10-22T05:40:20Z keen__ joined #lisp 2014-10-22T05:41:03Z keen_ quit (Ping timeout: 246 seconds) 2014-10-22T05:41:55Z oleo quit (Quit: Verlassend) 2014-10-22T05:43:43Z chu joined #lisp 2014-10-22T05:44:57Z resttime quit (Read error: Connection reset by peer) 2014-10-22T05:45:35Z zickzackv joined #lisp 2014-10-22T05:46:41Z hiroakip joined #lisp 2014-10-22T05:47:45Z phao quit (Quit: Leaving) 2014-10-22T05:53:29Z eSVG joined #lisp 2014-10-22T05:53:59Z Kanae joined #lisp 2014-10-22T05:54:24Z Qudit2 joined #lisp 2014-10-22T05:55:02Z aap__ is now known as aap_ 2014-10-22T05:55:45Z PuercoPop: is there a way to list all instances of a class without doing the bookeeping myself? 2014-10-22T05:58:36Z nug700 quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2014-10-22T05:59:45Z chu quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-10-22T06:01:15Z White_Flame: I think you could use update-instance-for-redefined-class as a visitor to the instances 2014-10-22T06:02:44Z ofosos quit (Ping timeout: 244 seconds) 2014-10-22T06:04:25Z Karl_Dscc joined #lisp 2014-10-22T06:04:48Z hiroakip quit (Ping timeout: 244 seconds) 2014-10-22T06:05:09Z Nilly joined #lisp 2014-10-22T06:06:00Z prxq joined #lisp 2014-10-22T06:06:01Z PuercoPop: White_Flame: I don't want to redefine the class, just get a list of all the current instances of the it. 2014-10-22T06:06:21Z zmyrgel left #lisp 2014-10-22T06:06:22Z White_Flame: right, do a dummy or innocuous redefinition. This would trigger a walk of the instances 2014-10-22T06:11:39Z jlongste` joined #lisp 2014-10-22T06:11:43Z JokesOnYou77 quit (Disconnected by services) 2014-10-22T06:13:15Z White_Flame: also, using a built-in facility like that should be properly thread-aware/safe compared with your own list management 2014-10-22T06:14:18Z Karl_Dscc quit (Remote host closed the connection) 2014-10-22T06:15:57Z Harag joined #lisp 2014-10-22T06:16:13Z jlongste` quit (Ping timeout: 260 seconds) 2014-10-22T06:17:03Z mvilleneuve joined #lisp 2014-10-22T06:17:53Z quazimodo joined #lisp 2014-10-22T06:21:50Z munksgaard joined #lisp 2014-10-22T06:22:34Z pt1 joined #lisp 2014-10-22T06:24:55Z yuikov quit (Remote host closed the connection) 2014-10-22T06:25:31Z yuikov joined #lisp 2014-10-22T06:25:46Z chitofan joined #lisp 2014-10-22T06:27:35Z MoALTz quit (Quit: Leaving) 2014-10-22T06:29:08Z DGASAU quit (Remote host closed the connection) 2014-10-22T06:29:22Z JokesOnYou77_ joined #lisp 2014-10-22T06:29:24Z uber quit (Ping timeout: 258 seconds) 2014-10-22T06:30:32Z yuikov quit (Ping timeout: 272 seconds) 2014-10-22T06:30:35Z DGASAU joined #lisp 2014-10-22T06:31:04Z uber joined #lisp 2014-10-22T06:31:19Z Harag quit (Ping timeout: 258 seconds) 2014-10-22T06:31:29Z Krystof joined #lisp 2014-10-22T06:32:27Z yuikov joined #lisp 2014-10-22T06:33:50Z yuikov quit (Remote host closed the connection) 2014-10-22T06:36:55Z mishoo_ joined #lisp 2014-10-22T06:41:20Z kushal joined #lisp 2014-10-22T06:41:20Z munksgaard quit (Read error: Connection reset by peer) 2014-10-22T06:42:24Z defaultxr quit (Quit: gnight) 2014-10-22T06:48:19Z chitofan: http://paste.lisp.org/display/144124 2014-10-22T06:48:28Z chitofan: does anybody understand how JOIN is supposed to work? 2014-10-22T06:48:43Z gniourf quit (Ping timeout: 255 seconds) 2014-10-22T06:51:04Z zickzackv: chitofan: mmh, depending on the first type of a list it adds the list (numbers) or creates one list (first type is a cons) 2014-10-22T06:51:17Z zickzackv: chitofan: just, guessing, not trying 2014-10-22T06:51:49Z chitofan: (join '(3 4 5)) gives me (3 4 5) and (join '(3) '(4)) gives me (3 4) 2014-10-22T06:51:51Z chitofan: :( 2014-10-22T06:52:46Z segmond quit (Ping timeout: 255 seconds) 2014-10-22T06:53:02Z zickzackv: (join 1 2 3) 2014-10-22T06:53:02Z zickzackv: 6 2014-10-22T06:53:26Z zickzackv: (join '(1 2) '(3 4)) 2014-10-22T06:53:26Z zickzackv: (1 2 3 4) 2014-10-22T06:53:37Z chu joined #lisp 2014-10-22T06:53:53Z madmalik joined #lisp 2014-10-22T06:54:12Z chitofan: ooh 2014-10-22T06:54:25Z chitofan: in that case, would replacing cons with list make any difference to the functionality? 2014-10-22T06:55:01Z zickzackv: chitofan: in the function joiner? 2014-10-22T06:55:46Z chitofan: yup 2014-10-22T06:57:29Z Karl_Dscc joined #lisp 2014-10-22T06:57:55Z jusss quit (Remote host closed the connection) 2014-10-22T06:57:57Z ggole: Yes, it would work with empty lists 2014-10-22T06:58:50Z chitofan: oh, ok :) 2014-10-22T06:59:18Z ggole: It's not really a well designed function 2014-10-22T07:00:23Z chitofan: just a book example 2014-10-22T07:01:33Z frkout_ joined #lisp 2014-10-22T07:02:24Z Harag joined #lisp 2014-10-22T07:02:33Z gniourf joined #lisp 2014-10-22T07:03:52Z zickzackv: chitofan: joiner does not work for other sequence objects (vectors, e.g.) 2014-10-22T07:04:21Z frkout quit (Ping timeout: 246 seconds) 2014-10-22T07:05:27Z ggole: And it doesn't (can't, by design) return the zero for an empty argument list 2014-10-22T07:05:51Z jusss joined #lisp 2014-10-22T07:06:13Z segmond joined #lisp 2014-10-22T07:09:38Z CrazyWoods quit (Quit: leaving) 2014-10-22T07:10:52Z zRecursive quit (Remote host closed the connection) 2014-10-22T07:12:36Z mrSpec joined #lisp 2014-10-22T07:12:37Z mrSpec quit (Changing host) 2014-10-22T07:12:37Z mrSpec joined #lisp 2014-10-22T07:13:08Z stassats joined #lisp 2014-10-22T07:15:30Z Cymew joined #lisp 2014-10-22T07:17:51Z mutley89 joined #lisp 2014-10-22T07:19:40Z gabriel_laddel joined #lisp 2014-10-22T07:21:04Z c74d quit (Remote host closed the connection) 2014-10-22T07:21:20Z varjag joined #lisp 2014-10-22T07:23:04Z jusss quit (Remote host closed the connection) 2014-10-22T07:24:09Z c74d joined #lisp 2014-10-22T07:25:54Z shortCircuit__ joined #lisp 2014-10-22T07:26:26Z setheus quit (Ping timeout: 244 seconds) 2014-10-22T07:28:17Z setheus joined #lisp 2014-10-22T07:30:18Z fridim_ joined #lisp 2014-10-22T07:31:13Z `JRG joined #lisp 2014-10-22T07:33:59Z cpc26 joined #lisp 2014-10-22T07:35:00Z cpc26_ quit (Ping timeout: 244 seconds) 2014-10-22T07:37:37Z svetlyak40wt joined #lisp 2014-10-22T07:37:37Z DGASAU quit (Read error: Connection reset by peer) 2014-10-22T07:39:04Z DGASAU joined #lisp 2014-10-22T07:40:21Z jewel joined #lisp 2014-10-22T07:41:00Z mrSpec quit (Ping timeout: 250 seconds) 2014-10-22T07:42:02Z drdanmaku quit (Quit: Connection closed for inactivity) 2014-10-22T07:43:49Z mrSpec joined #lisp 2014-10-22T07:47:53Z arenz joined #lisp 2014-10-22T07:49:54Z zacts- quit (Remote host closed the connection) 2014-10-22T07:52:16Z mrSpec quit (Ping timeout: 250 seconds) 2014-10-22T07:53:58Z protist joined #lisp 2014-10-22T07:54:38Z pt1_ joined #lisp 2014-10-22T07:57:39Z leo2007 quit (Ping timeout: 255 seconds) 2014-10-22T07:58:06Z pt1 quit (Ping timeout: 255 seconds) 2014-10-22T07:58:31Z jtza8 joined #lisp 2014-10-22T07:59:45Z stepnem joined #lisp 2014-10-22T07:59:48Z kcj joined #lisp 2014-10-22T08:00:27Z leo2007 joined #lisp 2014-10-22T08:00:45Z frkout_ quit (Remote host closed the connection) 2014-10-22T08:00:59Z frkout joined #lisp 2014-10-22T08:01:36Z posterdati300 joined #lisp 2014-10-22T08:03:06Z jusss joined #lisp 2014-10-22T08:03:48Z JuanDaugherty joined #lisp 2014-10-22T08:11:04Z gabriel_laddel quit (Ping timeout: 245 seconds) 2014-10-22T08:11:36Z jlongste` joined #lisp 2014-10-22T08:11:55Z chitofan quit (Ping timeout: 246 seconds) 2014-10-22T08:11:57Z eSVG quit (Quit: Leaving) 2014-10-22T08:12:06Z mrSpec joined #lisp 2014-10-22T08:16:29Z kjeldahl quit (Read error: Connection reset by peer) 2014-10-22T08:17:17Z tkhoa2711 joined #lisp 2014-10-22T08:18:06Z jlongste` quit (Ping timeout: 256 seconds) 2014-10-22T08:19:06Z Karl_Dscc quit (Remote host closed the connection) 2014-10-22T08:20:41Z wilfredh joined #lisp 2014-10-22T08:21:26Z kjeldahl joined #lisp 2014-10-22T08:22:48Z sabalaba_ joined #lisp 2014-10-22T08:25:35Z robot-beethoven quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-10-22T08:26:15Z Beetny joined #lisp 2014-10-22T08:26:31Z pavelpenev joined #lisp 2014-10-22T08:33:24Z Karl_Dscc joined #lisp 2014-10-22T08:35:08Z Oddity quit (Ping timeout: 258 seconds) 2014-10-22T08:35:50Z loiclisp joined #lisp 2014-10-22T08:39:23Z Harag quit (Ping timeout: 240 seconds) 2014-10-22T08:50:48Z urandom__ joined #lisp 2014-10-22T08:51:09Z quazimodo quit (Remote host closed the connection) 2014-10-22T08:52:18Z ELLIOTTCABLE joined #lisp 2014-10-22T08:53:38Z mguzmann quit (Quit: WeeChat 0.4.2) 2014-10-22T08:54:03Z ovenpasta joined #lisp 2014-10-22T08:54:16Z gry joined #lisp 2014-10-22T08:56:18Z jusss quit (Remote host closed the connection) 2014-10-22T09:02:56Z frkout quit (Remote host closed the connection) 2014-10-22T09:03:22Z frkout joined #lisp 2014-10-22T09:05:12Z ELLIOTTCABLE quit (Quit: Lost terminal) 2014-10-22T09:07:35Z ELLIOTTCABLE joined #lisp 2014-10-22T09:07:36Z hiyosi_ joined #lisp 2014-10-22T09:09:45Z hiyosi quit (Ping timeout: 260 seconds) 2014-10-22T09:12:11Z jkaye joined #lisp 2014-10-22T09:17:33Z jkaye quit (Ping timeout: 272 seconds) 2014-10-22T09:20:07Z sabalaba_ quit (Remote host closed the connection) 2014-10-22T09:20:32Z Harag joined #lisp 2014-10-22T09:33:58Z Niac quit (Remote host closed the connection) 2014-10-22T09:34:24Z jtza8 quit (Ping timeout: 245 seconds) 2014-10-22T09:35:09Z chu quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-10-22T09:39:58Z pt1_ quit (Remote host closed the connection) 2014-10-22T09:40:34Z Karl_Dscc quit (Remote host closed the connection) 2014-10-22T09:41:20Z pt1 joined #lisp 2014-10-22T09:43:01Z kcj quit (Remote host closed the connection) 2014-10-22T09:43:26Z gravicappa joined #lisp 2014-10-22T09:51:52Z ovenpasta quit (Ping timeout: 255 seconds) 2014-10-22T09:52:11Z Harag quit (Ping timeout: 258 seconds) 2014-10-22T09:55:39Z jtza8 joined #lisp 2014-10-22T09:55:54Z tkhoa2711 quit (Quit: tkhoa2711) 2014-10-22T09:59:24Z protist quit (Ping timeout: 245 seconds) 2014-10-22T09:59:37Z knobo joined #lisp 2014-10-22T10:02:44Z lommm joined #lisp 2014-10-22T10:04:01Z oskarkv quit 2014-10-22T10:04:57Z protist joined #lisp 2014-10-22T10:11:01Z chu joined #lisp 2014-10-22T10:22:20Z arenz quit (Ping timeout: 272 seconds) 2014-10-22T10:28:49Z chu quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-10-22T10:30:31Z nostoi joined #lisp 2014-10-22T10:35:16Z Karl_Dscc joined #lisp 2014-10-22T10:38:45Z jtza8 quit (Ping timeout: 255 seconds) 2014-10-22T10:45:34Z FallopiaJackson joined #lisp 2014-10-22T10:46:07Z munksgaard joined #lisp 2014-10-22T10:46:39Z yuikov joined #lisp 2014-10-22T10:49:31Z ovenpasta joined #lisp 2014-10-22T10:50:22Z FallopiaJackson quit (K-Lined) 2014-10-22T10:53:04Z Vutral__ joined #lisp 2014-10-22T10:53:21Z Vutral_ quit (Ping timeout: 260 seconds) 2014-10-22T10:54:24Z sz0 quit (Remote host closed the connection) 2014-10-22T10:55:49Z munksgaard quit (Ping timeout: 258 seconds) 2014-10-22T10:57:20Z sz0 joined #lisp 2014-10-22T10:58:59Z Harag joined #lisp 2014-10-22T10:59:32Z quazimodo joined #lisp 2014-10-22T11:03:42Z svetlyak40wt quit (Read error: Connection reset by peer) 2014-10-22T11:03:49Z svetlyak40wt joined #lisp 2014-10-22T11:05:27Z hlavaty joined #lisp 2014-10-22T11:10:35Z p9tmp joined #lisp 2014-10-22T11:11:12Z jtza8 joined #lisp 2014-10-22T11:15:24Z knob joined #lisp 2014-10-22T11:18:26Z knob left #lisp 2014-10-22T11:23:58Z |3b|: are there any CL network resource monitoring tools? (something like munin,nagios,etc) 2014-10-22T11:27:35Z stanislav joined #lisp 2014-10-22T11:29:56Z pyon quit (Quit: "work") 2014-10-22T11:30:32Z cyc0 joined #lisp 2014-10-22T11:34:21Z yuikov quit (Remote host closed the connection) 2014-10-22T11:36:43Z nalssee joined #lisp 2014-10-22T11:39:08Z arenz joined #lisp 2014-10-22T11:44:44Z Nizumzen joined #lisp 2014-10-22T11:45:01Z nostoi quit (Quit: Verlassend) 2014-10-22T11:47:30Z JuanDaugherty quit (Quit: Leaving) 2014-10-22T11:48:44Z JuanDaugherty joined #lisp 2014-10-22T11:50:42Z wilfredh quit (Quit: Connection closed for inactivity) 2014-10-22T11:53:47Z moore33 joined #lisp 2014-10-22T11:54:08Z Amadiro_ joined #lisp 2014-10-22T11:55:10Z leo2007 quit (Remote host closed the connection) 2014-10-22T11:55:11Z Amadiro quit (Ping timeout: 256 seconds) 2014-10-22T11:55:12Z Amadiro_ is now known as Amadiro 2014-10-22T11:55:37Z yrk quit (Ping timeout: 255 seconds) 2014-10-22T11:57:20Z pjb` joined #lisp 2014-10-22T11:57:35Z Jules_ joined #lisp 2014-10-22T11:57:37Z leo2007 joined #lisp 2014-10-22T11:57:58Z z0d quit (Ping timeout: 256 seconds) 2014-10-22T11:58:33Z Jules_ quit (Client Quit) 2014-10-22T11:59:13Z z0d joined #lisp 2014-10-22T11:59:13Z z0d quit (Changing host) 2014-10-22T11:59:13Z z0d joined #lisp 2014-10-22T11:59:39Z hitecnologys joined #lisp 2014-10-22T12:00:07Z Beetny quit (Ping timeout: 255 seconds) 2014-10-22T12:00:17Z Longlius quit (Ping timeout: 245 seconds) 2014-10-22T12:01:00Z gry quit (Quit: до свидания) 2014-10-22T12:01:22Z jebes quit (Ping timeout: 258 seconds) 2014-10-22T12:02:29Z Vutral quit (Ping timeout: 260 seconds) 2014-10-22T12:02:38Z nyef joined #lisp 2014-10-22T12:02:49Z nyef: G'morning all. 2014-10-22T12:03:45Z moore33: howdy 2014-10-22T12:08:24Z jusss joined #lisp 2014-10-22T12:08:33Z Vutral joined #lisp 2014-10-22T12:10:35Z yuikov joined #lisp 2014-10-22T12:11:20Z thawes joined #lisp 2014-10-22T12:15:47Z thawes_ joined #lisp 2014-10-22T12:17:37Z zacharias joined #lisp 2014-10-22T12:18:15Z stanislav quit (Quit: Konversation terminated!) 2014-10-22T12:19:27Z wilfredh joined #lisp 2014-10-22T12:19:41Z thawes quit (Ping timeout: 244 seconds) 2014-10-22T12:20:54Z p_l: |3b|: don't think so 2014-10-22T12:21:30Z |3b|: guess i'll have to settle for trying to get data out of one of the existing ones instead 2014-10-22T12:21:44Z p_l is currently using ruby-based stuff for that, though one can hook in anything, including CL 2014-10-22T12:22:15Z p_l: |3b|: what kind of data are you trying to get, and are you free to choose monitoring solution? 2014-10-22T12:22:43Z |3b|: all kinds, not having to think about specifics is one of the reasons for looking for existing projects 2014-10-22T12:22:50Z |3b|: and can pick whatever 2014-10-22T12:23:41Z |3b|: currently have munin, but i'd prefer something that doesn't compact old data which i think it does 2014-10-22T12:24:08Z |3b| doesn't have enough machines to care about saving space, and being able to look at historical data for some things would be nice 2014-10-22T12:24:14Z p_l: well, Sensu is more of a framework, but it's *very* flexible - basic data about checks, nodes etc. is also available over HTTP API (with a bit of redis if you want to), and it's easy to make it send stuff wherever 2014-10-22T12:24:39Z p_l: however, it doesn't do data storage by itself, that's something you'd route events elsewhere (as metrics checks etc.) 2014-10-22T12:24:53Z p_l: some people use logstash/elasticsearch for that 2014-10-22T12:28:24Z munksgaard joined #lisp 2014-10-22T12:29:46Z DGASAU quit (Remote host closed the connection) 2014-10-22T12:30:10Z william3 joined #lisp 2014-10-22T12:31:15Z DGASAU joined #lisp 2014-10-22T12:33:23Z Shinmera joined #lisp 2014-10-22T12:35:39Z nalssee quit (Quit: This computer has gone to sleep) 2014-10-22T12:37:50Z Adlai quit (Remote host closed the connection) 2014-10-22T12:38:26Z hardenedapple joined #lisp 2014-10-22T12:38:28Z ynniv joined #lisp 2014-10-22T12:39:00Z clop2 joined #lisp 2014-10-22T12:39:35Z jtza8 quit (Ping timeout: 272 seconds) 2014-10-22T12:39:54Z arenz quit (Ping timeout: 256 seconds) 2014-10-22T12:41:23Z svetlyak40wt quit (Remote host closed the connection) 2014-10-22T12:41:54Z svetlyak40wt joined #lisp 2014-10-22T12:43:23Z mosdd joined #lisp 2014-10-22T12:43:25Z mosdd: hello 2014-10-22T12:43:41Z mosdd: http://paste.lisp.org/display/144127 2014-10-22T12:43:46Z mosdd: why am I getting infinite loop 2014-10-22T12:44:06Z grc joined #lisp 2014-10-22T12:45:25Z stassats: that doesn't look like a common lisp implementation 2014-10-22T12:46:28Z svetlyak40wt quit (Ping timeout: 255 seconds) 2014-10-22T12:46:55Z jkaye joined #lisp 2014-10-22T12:47:40Z nalssee joined #lisp 2014-10-22T12:51:31Z nyef: ... it doesn't? 2014-10-22T12:51:44Z nyef: I'll admit, the error message is a bit odd. 2014-10-22T12:52:49Z stassats: nyef: no lexical variables does make it look like not a cl implementation 2014-10-22T12:52:58Z ofosos joined #lisp 2014-10-22T12:53:03Z nyef: And that LOOP semantic isn't right for CL. 2014-10-22T12:53:21Z stassats: and the error messages suggests that it's emacs lisp 2014-10-22T12:53:28Z nyef: Okay, I'll buy that. 2014-10-22T12:53:49Z Adlai joined #lisp 2014-10-22T12:53:51Z nyef: Which would mean that the value of PRED is dynamically bound? 2014-10-22T12:54:06Z stassats: which means that there's no closure 2014-10-22T12:54:30Z mosdd: it is elisp 2014-10-22T12:54:32Z nyef: Right, okay. 2014-10-22T12:54:45Z nyef: mosdd: Sounds like you should be asking in #emacs then. 2014-10-22T12:55:00Z aftershave joined #lisp 2014-10-22T12:55:57Z nyef: Wow, is this the kind of thing that everyone was dealing with before Steele came up with his little scheme? 2014-10-22T12:57:17Z yuikov quit (Remote host closed the connection) 2014-10-22T12:58:26Z vaporatorius joined #lisp 2014-10-22T12:59:25Z yuikov joined #lisp 2014-10-22T12:59:57Z edgar-rft joined #lisp 2014-10-22T13:00:11Z ejbs joined #lisp 2014-10-22T13:03:01Z mosdd: if there is no closure what is pred in lambda? 2014-10-22T13:03:21Z mosdd: and why am I not getting "no such symbol" error instead of infinite loop 2014-10-22T13:05:05Z nyef: At that point, PRED is the lambda itself. 2014-10-22T13:05:23Z nyef: Because it was rebound when calling whatever that other function was. 2014-10-22T13:05:32Z moore33: There are closures, but they don't close over anything useful :) 2014-10-22T13:06:11Z clop2 quit (Ping timeout: 272 seconds) 2014-10-22T13:06:20Z moore33: So, not closures but "downward funargs" 2014-10-22T13:06:21Z mosdd: so pred is take-until/lambda is actually pred in take-while? 2014-10-22T13:08:46Z stassats quit (Ping timeout: 244 seconds) 2014-10-22T13:09:16Z aftershave quit (Quit: Textual IRC Client: www.textualapp.com) 2014-10-22T13:09:37Z mosdd: so pred in take-until/lambda is actually pred in take-while? 2014-10-22T13:10:47Z BitPuffin joined #lisp 2014-10-22T13:12:44Z tkhoa2711 joined #lisp 2014-10-22T13:17:01Z nalssee quit (Quit: This computer has gone to sleep) 2014-10-22T13:17:02Z yuikov quit (Remote host closed the connection) 2014-10-22T13:21:28Z stassats joined #lisp 2014-10-22T13:22:21Z svetlyak40wt joined #lisp 2014-10-22T13:23:06Z zeitue quit (Quit: Leaving) 2014-10-22T13:25:49Z grc quit (Ping timeout: 272 seconds) 2014-10-22T13:26:11Z tkhoa2711 quit (Quit: tkhoa2711) 2014-10-22T13:27:55Z lduros joined #lisp 2014-10-22T13:31:13Z oleo joined #lisp 2014-10-22T13:32:59Z TDog quit (Ping timeout: 265 seconds) 2014-10-22T13:36:53Z LiamH joined #lisp 2014-10-22T13:37:18Z easye` quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-10-22T13:37:19Z tkhoa2711 joined #lisp 2014-10-22T13:37:31Z easye joined #lisp 2014-10-22T13:37:49Z ynniv quit (Quit: ynniv) 2014-10-22T13:39:34Z aretecode quit (Ping timeout: 255 seconds) 2014-10-22T13:41:32Z knobo quit (Ping timeout: 250 seconds) 2014-10-22T13:41:49Z aretecode joined #lisp 2014-10-22T13:44:12Z ejbs quit (Ping timeout: 272 seconds) 2014-10-22T13:45:37Z svetlyak40wt quit (Remote host closed the connection) 2014-10-22T13:46:40Z jlongste` joined #lisp 2014-10-22T13:48:12Z thawes_ quit (Ping timeout: 245 seconds) 2014-10-22T13:48:35Z thawes_ joined #lisp 2014-10-22T13:48:40Z svetlyak40wt joined #lisp 2014-10-22T13:49:33Z william3 quit (Remote host closed the connection) 2014-10-22T13:51:15Z grc joined #lisp 2014-10-22T13:52:16Z jtza8 joined #lisp 2014-10-22T13:53:59Z izirku joined #lisp 2014-10-22T13:55:24Z grc quit (Read error: No route to host) 2014-10-22T13:59:12Z pt1_ joined #lisp 2014-10-22T14:00:33Z svetlyak40wt quit (Read error: Connection reset by peer) 2014-10-22T14:02:22Z pt1 quit (Ping timeout: 240 seconds) 2014-10-22T14:04:49Z svetlyak40wt joined #lisp 2014-10-22T14:05:40Z quazimodo quit (Quit: leaving) 2014-10-22T14:05:58Z quazimodo joined #lisp 2014-10-22T14:11:48Z pt1_ quit (Remote host closed the connection) 2014-10-22T14:12:14Z pt1 joined #lisp 2014-10-22T14:12:23Z thawes__ joined #lisp 2014-10-22T14:12:25Z gravicappa quit (Ping timeout: 255 seconds) 2014-10-22T14:12:41Z svetlyak40wt quit (Ping timeout: 260 seconds) 2014-10-22T14:14:52Z fourmyle joined #lisp 2014-10-22T14:15:22Z svetlyak40wt joined #lisp 2014-10-22T14:16:25Z thawes_ quit (Ping timeout: 260 seconds) 2014-10-22T14:20:23Z xyjprc joined #lisp 2014-10-22T14:20:52Z grc joined #lisp 2014-10-22T14:23:37Z Hache_ joined #lisp 2014-10-22T14:24:39Z shortCircuit__ quit (Remote host closed the connection) 2014-10-22T14:28:18Z fourmyle quit (Remote host closed the connection) 2014-10-22T14:28:48Z fourmyle joined #lisp 2014-10-22T14:28:50Z fourmyle quit (Max SendQ exceeded) 2014-10-22T14:29:00Z yuikov joined #lisp 2014-10-22T14:29:20Z fourmyle joined #lisp 2014-10-22T14:30:56Z zickzackv quit (Ping timeout: 250 seconds) 2014-10-22T14:34:02Z rx14 joined #lisp 2014-10-22T14:34:24Z kushal quit (Quit: Leaving) 2014-10-22T14:34:38Z DGASAU` joined #lisp 2014-10-22T14:34:51Z xyjprc quit (Ping timeout: 272 seconds) 2014-10-22T14:35:39Z DGASAU quit (Ping timeout: 245 seconds) 2014-10-22T14:36:42Z DGASAU` is now known as DGASAU 2014-10-22T14:36:42Z patrickwonders joined #lisp 2014-10-22T14:37:25Z patrickwonders quit (Client Quit) 2014-10-22T14:41:49Z varjag quit (Quit: Leaving) 2014-10-22T14:41:49Z `JRG quit (Ping timeout: 246 seconds) 2014-10-22T14:44:27Z posterdati300 quit (Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/) 2014-10-22T14:46:55Z fourmyle quit (Remote host closed the connection) 2014-10-22T14:47:12Z fourmyle joined #lisp 2014-10-22T14:50:24Z jusss quit (Quit: ERC Version 5.2 (IRC client for Emacs)) 2014-10-22T14:50:42Z wilfredh quit (Quit: Connection closed for inactivity) 2014-10-22T14:52:44Z DGASAU quit (Ping timeout: 245 seconds) 2014-10-22T14:53:21Z DGASAU joined #lisp 2014-10-22T14:55:57Z sismondi quit (Quit: sismondi) 2014-10-22T14:57:09Z svetlyak40wt quit (Remote host closed the connection) 2014-10-22T14:57:29Z Cymew quit (Ping timeout: 244 seconds) 2014-10-22T14:57:45Z svetlyak40wt joined #lisp 2014-10-22T15:00:20Z milanj joined #lisp 2014-10-22T15:00:23Z Harag quit (Ping timeout: 258 seconds) 2014-10-22T15:00:28Z tkhoa2711 quit (Quit: tkhoa2711) 2014-10-22T15:02:17Z svetlyak40wt quit (Ping timeout: 272 seconds) 2014-10-22T15:03:51Z tkhoa2711 joined #lisp 2014-10-22T15:04:06Z fourmyle quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2014-10-22T15:09:14Z fourmyle joined #lisp 2014-10-22T15:11:00Z moore33 quit 2014-10-22T15:12:53Z _death quit (Ping timeout: 260 seconds) 2014-10-22T15:14:40Z _death joined #lisp 2014-10-22T15:16:18Z tkhoa2711 quit (Ping timeout: 256 seconds) 2014-10-22T15:16:26Z paddymahoney joined #lisp 2014-10-22T15:18:22Z Nizumzen quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2014-10-22T15:18:40Z munksgaard quit (Ping timeout: 244 seconds) 2014-10-22T15:21:20Z gingerale joined #lisp 2014-10-22T15:24:52Z fourmyle_ joined #lisp 2014-10-22T15:24:56Z ofosos quit (Quit: leaving) 2014-10-22T15:25:26Z nalssee joined #lisp 2014-10-22T15:26:06Z zacharias quit (Quit: Bye!) 2014-10-22T15:26:25Z fourmyle quit (Ping timeout: 260 seconds) 2014-10-22T15:29:27Z pt1 quit (Ping timeout: 245 seconds) 2014-10-22T15:31:08Z fourmyle_ quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2014-10-22T15:31:15Z pjb`: nyef: scheme didn't solve anything: http://xkcd.com/927/ 2014-10-22T15:31:16Z ynniv joined #lisp 2014-10-22T15:31:23Z pjb`: nyef: at least CL served to deprecate the other lisps. 2014-10-22T15:31:36Z stassats quit (Read error: Connection reset by peer) 2014-10-22T15:31:52Z stassats joined #lisp 2014-10-22T15:31:57Z pjb`: In that respect, we can say that CL is one of the most successful standards (it's even about the only criticism against it). 2014-10-22T15:33:19Z fourmyle joined #lisp 2014-10-22T15:33:53Z pjb` is now known as pjb 2014-10-22T15:34:21Z dlowe: elisp actually has lexical closures now, but you enable it per-buffer or on a call to eval 2014-10-22T15:38:57Z isoraqathedh quit (Quit: Page closed) 2014-10-22T15:39:04Z ltbarcly joined #lisp 2014-10-22T15:39:39Z varjag_ joined #lisp 2014-10-22T15:39:58Z innertracks joined #lisp 2014-10-22T15:40:18Z innertracks quit (Client Quit) 2014-10-22T15:40:43Z innertracks joined #lisp 2014-10-22T15:41:25Z ynniv quit (Quit: ynniv) 2014-10-22T15:43:31Z fourmyle_ joined #lisp 2014-10-22T15:43:33Z fourmyle_ quit (Max SendQ exceeded) 2014-10-22T15:43:59Z k-stz joined #lisp 2014-10-22T15:44:05Z fourmyle_ joined #lisp 2014-10-22T15:44:34Z Karl_Dscc quit (Remote host closed the connection) 2014-10-22T15:46:25Z jtza8 quit (Ping timeout: 260 seconds) 2014-10-22T15:46:38Z kanru` joined #lisp 2014-10-22T15:46:57Z fourmyle quit (Ping timeout: 260 seconds) 2014-10-22T15:47:07Z fourmyle_ quit (Client Quit) 2014-10-22T15:49:38Z DrCode quit (Ping timeout: 246 seconds) 2014-10-22T15:50:36Z munksgaard joined #lisp 2014-10-22T15:52:42Z theos quit (Disconnected by services) 2014-10-22T15:53:08Z theos joined #lisp 2014-10-22T15:53:13Z DrCode joined #lisp 2014-10-22T15:53:35Z ndrei quit (Ping timeout: 244 seconds) 2014-10-22T15:54:14Z svetlyak40wt joined #lisp 2014-10-22T15:54:37Z svetlyak40wt quit (Remote host closed the connection) 2014-10-22T15:54:42Z svetlyak40wt joined #lisp 2014-10-22T15:54:43Z ndrei joined #lisp 2014-10-22T15:56:17Z grc quit (Ping timeout: 260 seconds) 2014-10-22T15:56:45Z Vutral quit (Ping timeout: 260 seconds) 2014-10-22T16:01:42Z Vutral joined #lisp 2014-10-22T16:03:23Z cyc0 quit (Ping timeout: 240 seconds) 2014-10-22T16:04:34Z attila_lendvai joined #lisp 2014-10-22T16:04:34Z attila_lendvai quit (Changing host) 2014-10-22T16:04:34Z attila_lendvai joined #lisp 2014-10-22T16:05:39Z phao joined #lisp 2014-10-22T16:10:11Z Hache_ quit (Remote host closed the connection) 2014-10-22T16:11:51Z drdanmaku joined #lisp 2014-10-22T16:13:24Z redline6561 is now known as redline_lunch 2014-10-22T16:13:30Z gravicappa joined #lisp 2014-10-22T16:15:18Z sdiawara quit (Remote host closed the connection) 2014-10-22T16:16:16Z akkad_: the full clhs in org-mode org-drill :P 2014-10-22T16:16:22Z svetlyak40wt quit (Remote host closed the connection) 2014-10-22T16:21:32Z CrazyEddy quit (Ping timeout: 245 seconds) 2014-10-22T16:25:31Z madmalik quit (Quit: Connection closed for inactivity) 2014-10-22T16:26:00Z Shinmera quit (Quit: しつれいしなければならないんです。) 2014-10-22T16:35:36Z kushal joined #lisp 2014-10-22T16:36:30Z CrazyEddy joined #lisp 2014-10-22T16:38:47Z isoraqathedh joined #lisp 2014-10-22T16:39:09Z pjb: akkad_: what's wrong with info mode? 2014-10-22T16:39:12Z joneshf-laptop quit (Ping timeout: 250 seconds) 2014-10-22T16:39:18Z pjb: akkad_: isn't org-mode basically read-WRITE? 2014-10-22T16:41:35Z nyef: pjb: org-drill is a spaced-repetition flashcard system. 2014-10-22T16:43:29Z stassats quit (Ping timeout: 265 seconds) 2014-10-22T16:43:52Z hugod joined #lisp 2014-10-22T16:44:18Z xyjprc joined #lisp 2014-10-22T16:48:02Z nalssee quit (Quit: This computer has gone to sleep) 2014-10-22T16:48:07Z ndrei quit (Ping timeout: 255 seconds) 2014-10-22T16:50:43Z sdemarre joined #lisp 2014-10-22T16:50:57Z urandom__ quit (Ping timeout: 246 seconds) 2014-10-22T16:52:12Z svetlyak40wt joined #lisp 2014-10-22T16:53:35Z pt1 joined #lisp 2014-10-22T16:54:09Z TDog joined #lisp 2014-10-22T16:57:10Z urandom__ joined #lisp 2014-10-22T16:59:01Z matko joined #lisp 2014-10-22T17:05:49Z Vutral quit (Ping timeout: 260 seconds) 2014-10-22T17:06:14Z altamic joined #lisp 2014-10-22T17:06:14Z altamic quit (Changing host) 2014-10-22T17:06:14Z altamic joined #lisp 2014-10-22T17:10:41Z hardenedapple quit (Quit: WeeChat 1.0.1) 2014-10-22T17:14:25Z Vutral joined #lisp 2014-10-22T17:14:27Z Patzy quit (Remote host closed the connection) 2014-10-22T17:14:35Z Patzy joined #lisp 2014-10-22T17:17:44Z malbertife joined #lisp 2014-10-22T17:18:53Z yrk joined #lisp 2014-10-22T17:19:17Z yrk quit (Changing host) 2014-10-22T17:19:17Z yrk joined #lisp 2014-10-22T17:20:57Z hitecnologys quit (Quit: hitecnologys) 2014-10-22T17:22:58Z kanru` quit (Ping timeout: 250 seconds) 2014-10-22T17:24:59Z Oddity joined #lisp 2014-10-22T17:30:10Z White_Flame quit (Read error: Connection reset by peer) 2014-10-22T17:31:25Z White_Flame joined #lisp 2014-10-22T17:31:54Z MoALTz joined #lisp 2014-10-22T17:33:07Z fridim_ quit (Ping timeout: 255 seconds) 2014-10-22T17:34:53Z malbertife_ joined #lisp 2014-10-22T17:35:01Z drewc: elisp is getting closer and closer to CL everyday. I like a lisp-N with lexical scope myself, and I really enjoy using the same code for both CL and elisp. 2014-10-22T17:35:22Z ofosos joined #lisp 2014-10-22T17:35:25Z zickzackv joined #lisp 2014-10-22T17:35:47Z tadni quit (Read error: Connection reset by peer) 2014-10-22T17:36:35Z drewc: "... it's really great that Emacs is finally supporting lexical scoping. It's still not Common Lisp but it's a huge improvement." -- http://irreal.org/blog/?p=628 2014-10-22T17:38:41Z malbertife quit (Ping timeout: 244 seconds) 2014-10-22T17:39:28Z hiroakip joined #lisp 2014-10-22T17:40:59Z pyon joined #lisp 2014-10-22T17:45:21Z Nilly quit (Read error: Connection reset by peer) 2014-10-22T17:48:03Z Perkol joined #lisp 2014-10-22T17:49:28Z pt1 quit (Remote host closed the connection) 2014-10-22T18:00:36Z yuikov quit (Remote host closed the connection) 2014-10-22T18:01:08Z JuanDaugherty quit (Quit: This computer has gone to sleep) 2014-10-22T18:02:15Z BitPuffin quit (Ping timeout: 244 seconds) 2014-10-22T18:06:01Z pt1 joined #lisp 2014-10-22T18:07:34Z tadni joined #lisp 2014-10-22T18:11:21Z akkad_: pjb: to learn the items. :P 2014-10-22T18:13:52Z ynniv joined #lisp 2014-10-22T18:14:21Z ofosos quit (Ping timeout: 265 seconds) 2014-10-22T18:15:05Z billstclair quit (Read error: Connection reset by peer) 2014-10-22T18:16:04Z Shinmera joined #lisp 2014-10-22T18:16:35Z billstclair joined #lisp 2014-10-22T18:16:35Z billstclair quit (Changing host) 2014-10-22T18:16:35Z billstclair joined #lisp 2014-10-22T18:19:01Z pt1 quit (Remote host closed the connection) 2014-10-22T18:19:32Z billstclair quit (Client Quit) 2014-10-22T18:19:52Z billstclair joined #lisp 2014-10-22T18:19:52Z billstclair quit (Changing host) 2014-10-22T18:19:52Z billstclair joined #lisp 2014-10-22T18:20:17Z drewc: akkad_: and, since you can write as well as read, you can correct it! 2014-10-22T18:21:36Z drewc: akkad_: I am naturally thinking of PROG2 ... "prog2 evaluates first-form, then second-form, and then forms, yielding as its only value the primary value yielded by first-form." ... imagine that! 2014-10-22T18:22:46Z ejbs joined #lisp 2014-10-22T18:23:11Z pt1 joined #lisp 2014-10-22T18:23:16Z protist quit (Quit: Konversation terminated!) 2014-10-22T18:24:29Z jtza8 joined #lisp 2014-10-22T18:24:30Z jtza8 quit (Remote host closed the connection) 2014-10-22T18:26:26Z ltbarcly quit (Quit: Computer has gone to sleep.) 2014-10-22T18:30:04Z attila_lendvai quit (Ping timeout: 258 seconds) 2014-10-22T18:30:24Z pt1 quit (Remote host closed the connection) 2014-10-22T18:30:53Z Patzy quit (Ping timeout: 244 seconds) 2014-10-22T18:31:48Z ltbarcly joined #lisp 2014-10-22T18:31:53Z Patzy joined #lisp 2014-10-22T18:32:05Z milanj quit (Quit: Leaving) 2014-10-22T18:32:11Z c74d quit (Remote host closed the connection) 2014-10-22T18:32:24Z akkad_: org-drill with offline clhs was my only goal. :P and correct. problem is it's copywrited to hell and back 2014-10-22T18:34:25Z yuikov joined #lisp 2014-10-22T18:34:53Z c74d joined #lisp 2014-10-22T18:39:05Z yuikov quit (Ping timeout: 260 seconds) 2014-10-22T18:39:33Z stassats joined #lisp 2014-10-22T18:40:29Z ltbarcly quit (Quit: Textual IRC Client: www.textualapp.com) 2014-10-22T18:49:48Z nug700 joined #lisp 2014-10-22T18:51:30Z jlongste` quit (Ping timeout: 255 seconds) 2014-10-22T18:53:21Z drewc: akkad_: What you 'do' is take the dpans, and make an org-drill file with it using some sort of parsing ... then you can say "Download the dpans, --load spec.lisp, and there you go!"... if you care about legally distributing such a thing. 2014-10-22T18:55:29Z akkad_: good point. I've got the elisp I used 2014-10-22T18:56:00Z thawes__ quit (Quit: Konversation terminated!) 2014-10-22T18:56:07Z dlowe: Anyone know if there os a quickloadable dns resolver library? 2014-10-22T18:57:50Z thawes joined #lisp 2014-10-22T19:01:02Z jangle joined #lisp 2014-10-22T19:01:45Z jlongste` joined #lisp 2014-10-22T19:02:07Z stassats: iolib? 2014-10-22T19:02:23Z Ven joined #lisp 2014-10-22T19:02:55Z jlongste` quit (Client Quit) 2014-10-22T19:08:00Z hiroakip quit (Ping timeout: 265 seconds) 2014-10-22T19:08:13Z clop2 joined #lisp 2014-10-22T19:08:46Z hiroakip joined #lisp 2014-10-22T19:08:48Z jtza8 joined #lisp 2014-10-22T19:09:10Z altamic quit (Quit: altamic) 2014-10-22T19:10:25Z munksgaard quit (Ping timeout: 255 seconds) 2014-10-22T19:12:21Z ejbs` joined #lisp 2014-10-22T19:14:22Z ejbs quit (Ping timeout: 255 seconds) 2014-10-22T19:18:37Z svetlyak40wt quit (Remote host closed the connection) 2014-10-22T19:20:23Z svetlyak40wt joined #lisp 2014-10-22T19:20:38Z jtza8 quit (Ping timeout: 260 seconds) 2014-10-22T19:21:29Z oleo quit (Read error: Connection reset by peer) 2014-10-22T19:21:48Z stassats quit (Ping timeout: 244 seconds) 2014-10-22T19:25:10Z svetlyak40wt quit (Ping timeout: 250 seconds) 2014-10-22T19:26:45Z clop2 quit (Ping timeout: 260 seconds) 2014-10-22T19:28:09Z hiroakip quit (Ping timeout: 245 seconds) 2014-10-22T19:29:48Z tesuji joined #lisp 2014-10-22T19:30:52Z akkad_ is now known as AKKAD 2014-10-22T19:33:04Z drewc: dlowe: (iolib/sockets:dns-message-answer (iolib/sockets:dns-query "google.ca" :nameservers '("8.8.8.8"))) => #(#<"google.ca." A IN: (263 . 173.194.33.151)> ...) 2014-10-22T19:33:04Z drewc: 2014-10-22T19:33:10Z Kanae quit (Ping timeout: 272 seconds) 2014-10-22T19:33:43Z drewc: dlowe: and, fwiw, #iolib does exist. 2014-10-22T19:34:29Z drewc went in that chan a number of days ago, and has not asked a question yet but may at some point! :) 2014-10-22T19:36:59Z pt1 joined #lisp 2014-10-22T19:38:26Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2014-10-22T19:38:40Z gingerale quit (Ping timeout: 256 seconds) 2014-10-22T19:39:16Z dlowe: I was thinking of something more self-contained, but that will work too 2014-10-22T19:40:56Z mosdd quit (Quit: IRCGate CGI:IRC User (Session timeout)) 2014-10-22T19:42:19Z tesuji quit (Ping timeout: 265 seconds) 2014-10-22T19:42:41Z tesuji joined #lisp 2014-10-22T19:42:59Z ovenpasta quit (Ping timeout: 244 seconds) 2014-10-22T19:44:40Z przl joined #lisp 2014-10-22T19:49:33Z Ryan_Burnside joined #lisp 2014-10-22T19:49:42Z svetlyak40wt joined #lisp 2014-10-22T19:50:15Z Ryan_Burnside: Hello folks. Anyone able to give me some feedback on my scheme style? 2014-10-22T19:50:17Z pt1 quit (Remote host closed the connection) 2014-10-22T19:50:20Z Ryan_Burnside: Usually I use CL. 2014-10-22T19:50:48Z Ryan_Burnside: https://github.com/RyanBurnside/GIMP-Turtle/blob/master/Turtle.scm 2014-10-22T19:51:04Z nyef: Umm... Isn't this a question more for #scheme? 2014-10-22T19:51:21Z nyef: After all, usually WE use CL as well. 2014-10-22T19:54:17Z Ryan_Burnside: Didn't realize there was a #scheme. I thought the name lisp was inclusive. 2014-10-22T19:54:20Z svetlyak40wt quit (Ping timeout: 265 seconds) 2014-10-22T19:55:46Z pt1 joined #lisp 2014-10-22T19:55:56Z Ven joined #lisp 2014-10-22T19:56:26Z klltkr_ joined #lisp 2014-10-22T19:56:29Z kushal quit (Ping timeout: 245 seconds) 2014-10-22T19:56:40Z klltkr quit (Ping timeout: 255 seconds) 2014-10-22T19:58:10Z Bicyclidine joined #lisp 2014-10-22T19:59:00Z pnpuff joined #lisp 2014-10-22T19:59:48Z Shinmera quit (Quit: しつれいしなければならないんです。) 2014-10-22T20:00:15Z oleo joined #lisp 2014-10-22T20:01:46Z dlowe: Use ##lisp for inclusive lisp 2014-10-22T20:01:56Z munksgaard joined #lisp 2014-10-22T20:02:19Z dlowe: #lisp is common lisp for historical reasons 2014-10-22T20:04:40Z lduros quit (Remote host closed the connection) 2014-10-22T20:05:05Z jkaye quit (Remote host closed the connection) 2014-10-22T20:05:41Z jkaye joined #lisp 2014-10-22T20:07:04Z drewc: Ryan_Burnside: one of the nice things about IRC is that rooms have a /topic ... which in this room starts with "Common Lisp", whereas "The topic for ##lisp is: Lisp Programming Languages - Common Lisp, Scheme, Clojure, and others" 2014-10-22T20:07:57Z drewc: (I bet #scheme, #clojure and #emacs have a similar /topic ... won't be much though, and not against any ops! :)) 2014-10-22T20:08:16Z Ryan_Burnside: Thanks :) 2014-10-22T20:08:52Z Ryan_Burnside: Hopefully there is a "Bike" on the other channel. 2014-10-22T20:09:21Z Bicyclidine: Er? 2014-10-22T20:09:35Z Bicyclidine: Does this involve me or are you just exercising 2014-10-22T20:09:45Z jkaye quit (Ping timeout: 246 seconds) 2014-10-22T20:10:10Z Ryan_Burnside: The user Bike here has answered just about every CL question I've had in the past. 2014-10-22T20:10:20Z stacksmith_: G'day. Slime is driving me nuts... I am debugging, and there is no rhyme or reason as to where the restart messages go (at least as far as I can tell). Also, I am getting more and more buffers with various messages. Any advice? 2014-10-22T20:10:30Z Bicyclidine: huh. well, that's me, i'll join that channel then 2014-10-22T20:11:05Z fragamus joined #lisp 2014-10-22T20:11:10Z tesuji quit (Ping timeout: 272 seconds) 2014-10-22T20:11:31Z nyef_ joined #lisp 2014-10-22T20:12:25Z nyef quit (Ping timeout: 255 seconds) 2014-10-22T20:13:00Z Bicyclidine: Ryan_Burnside: though if your question is about scheme specifically you'd probably be best off in #scheme specifically. 2014-10-22T20:13:13Z nyef_ is now known as nyef 2014-10-22T20:15:24Z pnpuff left #lisp 2014-10-22T20:17:25Z malbertife_ quit (Quit: Leaving) 2014-10-22T20:17:50Z Ryan_Burnside: They've answered. 2014-10-22T20:17:51Z Ryan_Burnside: :) 2014-10-22T20:25:28Z ltbarcly joined #lisp 2014-10-22T20:27:06Z stacksmith_: So, I have a macro that creates a binding with a (let ) and evaluates a bunch of stuff. All looked good. But, after restart-inferior-lisp and reloading with (ql:quickload ...), the binding the macro sets up is nil! Recompiling the macro definition by hand fixes the issue. Any thoughts? 2014-10-22T20:27:43Z Grue`: are you aware "eval" evaluates with null lexical environment? 2014-10-22T20:28:14Z swedishfish quit (Ping timeout: 246 seconds) 2014-10-22T20:28:22Z ndrei joined #lisp 2014-10-22T20:28:52Z stacksmith_: Why does it work at all is more of the 'right' question then. 2014-10-22T20:29:01Z Bicyclidine: paste? 2014-10-22T20:29:44Z Grue`: well, I'd recommend avoiding eval unless you're a TrueLispGuru and know what you're doing 2014-10-22T20:30:06Z drewc: and, the difference between compile, load and eval time might have an effect as well 2014-10-22T20:30:15Z stacksmith_: Bicyclidine, it's a lot of code in various stages... Grue`, sadly I have to eval, even if it means I have to become a TLG. 2014-10-22T20:30:39Z Bicyclidine: well, it's difficult to guess what could be happening then. 2014-10-22T20:31:01Z drewc: I like to avoid macros in general .... But I DoNotShout ... so not that sort of Guru :P 2014-10-22T20:31:02Z zickzackv quit (Ping timeout: 250 seconds) 2014-10-22T20:31:08Z ggole quit 2014-10-22T20:31:44Z stacksmith_: Bicyclidine, I know - I was hoping someone would slap an easy solution on me, based on the symptoms... I'll dig more and make a simple piece of code to paste if I can't find it... 2014-10-22T20:31:56Z ltbarcly quit (Quit: Textual IRC Client: www.textualapp.com) 2014-10-22T20:32:19Z drewc: stacksmith_: avoid EVAL <--- easy solution. 2014-10-22T20:32:38Z ltbarcly joined #lisp 2014-10-22T20:32:59Z Bicyclidine: i guess it's like calling your doctor and telling them you have a weird cough 2014-10-22T20:33:00Z Grue`: stacksmith_: the thing is that to diagnose the symptoms, the thing you're doing should be common enough that people can recognize it off the top of their heads 2014-10-22T20:33:22Z Grue`: nobody is messing with eval inside macros all that often, so... 2014-10-22T20:33:24Z zacharias joined #lisp 2014-10-22T20:33:38Z vaporatorius quit (Quit: Leaving) 2014-10-22T20:33:39Z stacksmith_: Bicyclidine, more like telling the doctor that I have puss coming out of my penis. 2014-10-22T20:34:18Z klltkr joined #lisp 2014-10-22T20:35:09Z drewc: I don't think that is relevant, or on topic ... but meh, what do I care? 2014-10-22T20:35:27Z klltkr_ quit (Ping timeout: 255 seconds) 2014-10-22T20:35:38Z przl quit (Quit: leaving) 2014-10-22T20:35:53Z yuikov joined #lisp 2014-10-22T20:37:35Z Ryan_Burnside: I still find macros kind of confusing. I get that they do not evaluate their parameters but I don't quite understand the mechanism of how they can bind values to symbols outside their scope. 2014-10-22T20:37:56Z Bicyclidine: in what sense do they do that? 2014-10-22T20:38:16Z Grue`: they don't, a macro is a function that takes an s-expression and returns another s-expression 2014-10-22T20:38:25Z nalssee joined #lisp 2014-10-22T20:38:35Z Grue`: it's just abstracted in a way that makes you think otherwise 2014-10-22T20:38:40Z drewc: Ryan_Burnside: the difference between compile, load and eval time might have an effect as well ;) 2014-10-22T20:38:43Z Ryan_Burnside: But I recall something about a closure (I think they called it). 2014-10-22T20:38:55Z drewc: (and macroexpand time!) 2014-10-22T20:39:15Z Ryan_Burnside: Where each time you called it a symbol was modified, and I don't believe it had a setf either... 2014-10-22T20:40:17Z Grue`: closures are orthogonal to macros 2014-10-22T20:40:19Z drewc: and what does a lexical closure have to do with macro expansion time? 2014-10-22T20:40:37Z Bicyclidine: do you mean a macro like PUSH that probably expands to a use of SETF 2014-10-22T20:41:07Z zickzackv joined #lisp 2014-10-22T20:41:07Z yuikov quit (Ping timeout: 272 seconds) 2014-10-22T20:42:37Z gravicappa quit (Ping timeout: 244 seconds) 2014-10-22T20:43:36Z mrSpec quit (Ping timeout: 250 seconds) 2014-10-22T20:43:46Z drewc: Or, In CL with dynamic-ism, a function that calls the many forms that can modify a special variable. 2014-10-22T20:44:14Z nalssee quit (Quit: This computer has gone to sleep) 2014-10-22T20:44:38Z Grue`: Ryan_Burnside probably meant something like (let ((counter 0)) (defun counter () (incf counter))) 2014-10-22T20:45:00Z Grue`: though this does have a setf 2014-10-22T20:46:09Z drewc is now quite confused, for no idea what that has to do with macro-expansion :) Coffee time! 2014-10-22T20:46:18Z Grue`: well it doesn't 2014-10-22T20:47:27Z Ryan_Burnside: I recall Bike saying that parameters are always passed by "place". So I take it objects are NOT copied when passed into functions? 2014-10-22T20:47:32Z drewc: well, INCF is a macro ... that outputs code that, when run, modifies counter ... so it does, kinda/sorta. 2014-10-22T20:48:08Z Bicyclidine: Ryan_Burnside: immutable objects can be "copied" by the implementation, but not ones you can change 2014-10-22T20:49:27Z drewc: Ryan_Burnside: (defun foo (foo) foo) (loop (foo 1)) <--- should run forever, as '1' is a fixnum, and never copied regardless. 2014-10-22T20:49:29Z swedishfish joined #lisp 2014-10-22T20:49:31Z Ryan_Burnside: So, whenever I'm passing a list as a part of a parameter, I'm not passing a copy but rather something like a reference? 2014-10-22T20:49:45Z drewc: you are passing the list 2014-10-22T20:50:00Z innertracks quit (Ping timeout: 246 seconds) 2014-10-22T20:50:04Z Ryan_Burnside: ok 2014-10-22T20:50:15Z Bicyclidine: yeah, you're passing the list. easiest way to think about it. don't bother with C-oid pointers, they ain't happening. 2014-10-22T20:50:43Z Bicyclidine: so something actually alters the list, like (setf (car ...) ...), actually alters the list, and something that alters the variable binding - which is of course distinct from the list - does not 2014-10-22T20:51:00Z Bicyclidine: which is why the (setf list (cons ...)) code every newbie writes at some point doesn't work 2014-10-22T20:51:07Z Bicyclidine: doesn't work as they expect, rather 2014-10-22T20:51:35Z drewc: or rather "there is a reference to the list, because otherwise how would you ever use it? But unless it is a named reference, it is beyond your grasp anyway." 2014-10-22T20:51:50Z zickzackv quit (Ping timeout: 250 seconds) 2014-10-22T20:53:19Z Ryan_Burnside: (defun plus-one(num)(incf num)) won't modify num however. 2014-10-22T20:53:44Z Bicyclidine: see, (incf num) expands to (setf num (1+ num)), more or less, so you're just modifying the variable binding ("num"), not the number 2014-10-22T20:53:44Z drewc: yes it will. OR: please define what you mean by "num"? 2014-10-22T20:54:03Z TDog_ joined #lisp 2014-10-22T20:54:51Z stacksmith_: Grue`, thanks for the pointer -re eval executing in null lex environment. I found the bug - accidentally deleted the line that made my environment variable 'special'... 2014-10-22T20:54:54Z rx14 quit (Quit: Leaving) 2014-10-22T20:54:55Z Ryan_Burnside: Oh you're correct. 2014-10-22T20:55:00Z Ryan_Burnside: typo in my code. 2014-10-22T20:55:02Z zickzackv joined #lisp 2014-10-22T20:55:14Z TDog quit (Ping timeout: 245 seconds) 2014-10-22T20:55:16Z TDog_ is now known as TDog 2014-10-22T20:56:08Z Perkol quit (Quit: Leaving) 2014-10-22T20:58:27Z pt1 quit (Remote host closed the connection) 2014-10-22T20:59:45Z mrSpec joined #lisp 2014-10-22T21:02:23Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2014-10-22T21:02:54Z fourmyle joined #lisp 2014-10-22T21:03:45Z fragamus_ joined #lisp 2014-10-22T21:04:06Z Nilly joined #lisp 2014-10-22T21:04:33Z Bicyclidine quit (Ping timeout: 258 seconds) 2014-10-22T21:05:11Z innertracks joined #lisp 2014-10-22T21:07:25Z jewel quit (Ping timeout: 244 seconds) 2014-10-22T21:08:54Z AKKAD is now known as akkad 2014-10-22T21:09:01Z loiclisp quit (Remote host closed the connection) 2014-10-22T21:13:10Z ltbarcly quit (Quit: Textual IRC Client: www.textualapp.com) 2014-10-22T21:14:01Z k-stz quit (Remote host closed the connection) 2014-10-22T21:18:53Z oconnore quit (Quit: leaving) 2014-10-22T21:19:12Z oconnore joined #lisp 2014-10-22T21:19:58Z Ryan_Burnside quit (Quit: Leaving) 2014-10-22T21:23:41Z Bicyclidine joined #lisp 2014-10-22T21:24:18Z ejbs` quit (Ping timeout: 246 seconds) 2014-10-22T21:25:00Z sdemarre quit (Ping timeout: 246 seconds) 2014-10-22T21:25:38Z Qudit2 quit (Remote host closed the connection) 2014-10-22T21:25:45Z ndrei quit (Ping timeout: 265 seconds) 2014-10-22T21:27:50Z thawes quit (Quit: Konversation terminated!) 2014-10-22T21:28:37Z gz_ is now known as gz 2014-10-22T21:36:03Z rx14 joined #lisp 2014-10-22T21:38:06Z rx14 quit (Remote host closed the connection) 2014-10-22T21:39:43Z Karl_Dscc joined #lisp 2014-10-22T21:40:22Z zickzackv quit (Ping timeout: 250 seconds) 2014-10-22T21:43:05Z ltbarcly joined #lisp 2014-10-22T21:44:57Z Qudit2 joined #lisp 2014-10-22T21:48:33Z jangle quit (Ping timeout: 260 seconds) 2014-10-22T21:50:42Z svetlyak40wt joined #lisp 2014-10-22T21:51:28Z JuanDaugherty joined #lisp 2014-10-22T21:52:27Z tkd__ quit (Quit: WeeChat 0.4.2) 2014-10-22T21:53:15Z ynniv quit (Quit: ynniv) 2014-10-22T21:55:27Z svetlyak40wt quit (Ping timeout: 246 seconds) 2014-10-22T21:57:47Z LiamH quit (Quit: Leaving.) 2014-10-22T22:00:28Z klltkr_ joined #lisp 2014-10-22T22:01:37Z klltkr quit (Ping timeout: 260 seconds) 2014-10-22T22:06:24Z jkaye joined #lisp 2014-10-22T22:06:57Z zickzackv joined #lisp 2014-10-22T22:07:03Z resttime joined #lisp 2014-10-22T22:07:29Z c74d quit (Remote host closed the connection) 2014-10-22T22:09:03Z atgreen quit (Ping timeout: 255 seconds) 2014-10-22T22:09:09Z munksgaard quit (Ping timeout: 260 seconds) 2014-10-22T22:10:39Z jkaye quit (Ping timeout: 245 seconds) 2014-10-22T22:11:08Z zickzackv quit (Ping timeout: 250 seconds) 2014-10-22T22:13:24Z c74d joined #lisp 2014-10-22T22:13:56Z lommm quit (Ping timeout: 246 seconds) 2014-10-22T22:14:53Z paddymahoney quit (Ping timeout: 240 seconds) 2014-10-22T22:27:20Z c107 joined #lisp 2014-10-22T22:29:18Z mrSpec quit (Remote host closed the connection) 2014-10-22T22:29:41Z mishoo_ quit (Ping timeout: 260 seconds) 2014-10-22T22:29:43Z anders0 joined #lisp 2014-10-22T22:34:40Z innertracks quit (Quit: innertracks) 2014-10-22T22:36:33Z p9tmp quit (Remote host closed the connection) 2014-10-22T22:36:57Z ynniv joined #lisp 2014-10-22T22:40:00Z yuikov joined #lisp 2014-10-22T22:41:08Z fourmyle quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2014-10-22T22:41:36Z Jessin quit (Quit: Leaving) 2014-10-22T22:42:17Z xyjprc quit (Ping timeout: 260 seconds) 2014-10-22T22:43:52Z Jesin joined #lisp 2014-10-22T22:44:31Z yuikov quit (Ping timeout: 255 seconds) 2014-10-22T22:48:55Z ltbarcly quit (Quit: Computer has gone to sleep.) 2014-10-22T22:49:14Z Jesin quit (Quit: Leaving) 2014-10-22T22:50:02Z s00pcan quit (Remote host closed the connection) 2014-10-22T22:53:16Z Jesin joined #lisp 2014-10-22T22:53:57Z swedishf1sh joined #lisp 2014-10-22T22:53:58Z svetlyak40wt joined #lisp 2014-10-22T22:54:32Z swedishfish quit (Ping timeout: 246 seconds) 2014-10-22T22:57:58Z ehaliewicz joined #lisp 2014-10-22T22:58:17Z svetlyak40wt quit (Ping timeout: 244 seconds) 2014-10-22T22:59:21Z ltbarcly joined #lisp 2014-10-22T22:59:37Z Kanae joined #lisp 2014-10-22T23:00:18Z bgs100 joined #lisp 2014-10-22T23:02:56Z swedishf1sh quit (Ping timeout: 246 seconds) 2014-10-22T23:03:17Z cutgovspend joined #lisp 2014-10-22T23:05:06Z fragamus_ quit (Quit: Computer has gone to sleep.) 2014-10-22T23:05:18Z swedishfish joined #lisp 2014-10-22T23:05:33Z jewel joined #lisp 2014-10-22T23:06:57Z Bicyclidine quit (Ping timeout: 260 seconds) 2014-10-22T23:07:14Z fragamus_ joined #lisp 2014-10-22T23:08:09Z prxq quit (Ping timeout: 265 seconds) 2014-10-22T23:08:55Z pavelpenev quit (Remote host closed the connection) 2014-10-22T23:08:56Z cutgovspend: Gunman who killed soldier in attack 2014-10-22T23:08:56Z cutgovspend: on Canadian Parliament identified AUTHORITIES identify 32-year-old Michael Zehaf-Bibeau as the gunman who killed a soldier at the War Memorial and opened fire in the Canadian Parliament building before being killed, and US agencies have been advised that he is believed to be a Canadian convert to Islam and his social media traffic and profile are being reviewed. 2014-10-22T23:09:41Z zickzackv joined #lisp 2014-10-22T23:12:19Z nug700 quit (Read error: Connection reset by peer) 2014-10-22T23:13:29Z pjb: cutgovspend: how is that related to #lisp? 2014-10-22T23:13:58Z zickzackv quit (Ping timeout: 250 seconds) 2014-10-22T23:15:09Z nug700 joined #lisp 2014-10-22T23:15:39Z stepnem quit (Ping timeout: 258 seconds) 2014-10-22T23:15:48Z ltbarcly quit (Remote host closed the connection) 2014-10-22T23:16:13Z ltbarcly joined #lisp 2014-10-22T23:16:44Z innertracks joined #lisp 2014-10-22T23:16:57Z slyrus joined #lisp 2014-10-22T23:24:17Z fragamus_ quit (Quit: Computer has gone to sleep.) 2014-10-22T23:26:22Z edgar-rft quit (Ping timeout: 255 seconds) 2014-10-22T23:30:46Z __prefect joined #lisp 2014-10-22T23:31:47Z cutgovspend: guy must have freaked out from being made to use java and oracle 2014-10-22T23:31:56Z cutgovspend: lisp related 2014-10-22T23:31:56Z cutgovspend: lisp can stop terror 2014-10-22T23:33:40Z nha_ quit (Ping timeout: 258 seconds) 2014-10-22T23:35:45Z innertracks quit (Quit: innertracks) 2014-10-22T23:38:04Z nug700|2 joined #lisp 2014-10-22T23:38:34Z nug700 quit (Ping timeout: 245 seconds) 2014-10-22T23:38:56Z cutgovspend: Ineligible DACA Beneficiaries Discovered on NC Voting Rolls by Caroline May 22 Oct 2014, 11:39 AM PDT post a comment With the North Carolina U.S. Senate race in a dead heta, state election officials say they have discovered 145 names on the voting rolls who are ineli 2014-10-22T23:40:01Z Ryan_Burnside joined #lisp 2014-10-22T23:43:51Z Longlius joined #lisp 2014-10-22T23:46:06Z Qudit2 quit (Remote host closed the connection) 2014-10-22T23:47:01Z Adlai blinks 2014-10-22T23:48:14Z cutgovspend: www.washingtonexaminer.com/blackout-network-tv-that-hyped-2006-anti-bush-wave-ignores-anti-obama-election/article/2555108 2014-10-22T23:48:27Z ltbarcly quit (Quit: Computer has gone to sleep.) 2014-10-22T23:51:17Z slyrus quit (Ping timeout: 260 seconds) 2014-10-22T23:54:17Z slyrus joined #lisp 2014-10-22T23:54:59Z stumbles joined #lisp 2014-10-22T23:55:13Z zickzackv joined #lisp 2014-10-22T23:55:21Z nyef: ... Okay, this is more than a bit off-topic. Are there any ops around? 2014-10-22T23:55:42Z jewel quit (Ping timeout: 255 seconds) 2014-10-22T23:55:46Z work_op: im in #freenode already 2014-10-22T23:56:26Z Karl_Dscc quit (Remote host closed the connection) 2014-10-22T23:56:30Z work_op: someone just echoed /names into the channel lol 2014-10-22T23:56:36Z work_op: freenode is eating shit as usual 2014-10-22T23:59:10Z urandom__ quit (Quit: Konversation terminated!) 2014-10-22T23:59:28Z zickzackv quit (Ping timeout: 250 seconds)