2015-04-14T00:00:10Z manuel__ joined #lisp 2015-04-14T00:00:18Z bb010g quit (Quit: Connection closed for inactivity) 2015-04-14T00:03:35Z hiyosi joined #lisp 2015-04-14T00:07:29Z work_op is now known as work 2015-04-14T00:09:33Z _leb joined #lisp 2015-04-14T00:10:19Z oskar`` quit (Remote host closed the connection) 2015-04-14T00:10:42Z oskar`` joined #lisp 2015-04-14T00:11:50Z yrk quit (Quit: ERC (IRC client for Emacs 25.0.50.1)) 2015-04-14T00:12:17Z slimetree joined #lisp 2015-04-14T00:20:27Z sdothum quit (Quit: ZNC - 1.6.0 - http://znc.in) 2015-04-14T00:21:43Z sdothum joined #lisp 2015-04-14T00:23:10Z scottj joined #lisp 2015-04-14T00:24:22Z joneshf-laptop joined #lisp 2015-04-14T00:25:25Z BlueRavenGT quit (Ping timeout: 264 seconds) 2015-04-14T00:28:50Z keen__ quit (Read error: Connection reset by peer) 2015-04-14T00:30:21Z keen__ joined #lisp 2015-04-14T00:30:24Z doesthiswork joined #lisp 2015-04-14T00:34:04Z slimetree: i have four bytes. how can i turn them into an int? 2015-04-14T00:35:23Z slimetree: short of doing like (+ (* b1 (expt #xff 0)) ...) 2015-04-14T00:35:36Z slimetree: is there some 'built in' way 2015-04-14T00:36:16Z pillton: clhs ldb 2015-04-14T00:36:16Z specbot: http://www.lispworks.com/reference/HyperSpec/Body/f_ldb.htm 2015-04-14T00:36:36Z Xach: slimetree: everything will be some variation of that. 2015-04-14T00:36:44Z Xach: slimetree: there isn't a built-in way. 2015-04-14T00:36:53Z gmcastil joined #lisp 2015-04-14T00:37:20Z k-dawg joined #lisp 2015-04-14T00:37:44Z slimetree: sweet, thanks everyone 2015-04-14T00:37:54Z clop2 quit (Ping timeout: 252 seconds) 2015-04-14T00:38:01Z Xach: I usually do something like (logior (ash b1 24) (ash b2 16) (ash b3 8) (ash b4 0)) 2015-04-14T00:38:40Z Xach: (ash b4 0) is just b4, but i do it anyway 2015-04-14T00:38:49Z vdamewood joined #lisp 2015-04-14T00:38:59Z pillton: Xach: I do that too. 2015-04-14T00:39:48Z Xach high-fives pillton 2015-04-14T00:39:50Z nikki93 joined #lisp 2015-04-14T00:39:50Z oskar`` quit (Remote host closed the connection) 2015-04-14T00:40:17Z oskar`` joined #lisp 2015-04-14T00:40:27Z pillton: I often write (setf (aref points (+ pos 0)) y (aref points (+ pos 1) x)) too. 2015-04-14T00:40:48Z pillton: ... but with correct parenthesis. 2015-04-14T00:40:54Z nikki93 quit (Remote host closed the connection) 2015-04-14T00:41:44Z Xach: same 2015-04-14T00:42:37Z _sjs quit (Ping timeout: 265 seconds) 2015-04-14T00:43:15Z nikki93 joined #lisp 2015-04-14T00:43:31Z nikki93 quit (Remote host closed the connection) 2015-04-14T00:45:27Z jack_ joined #lisp 2015-04-14T00:45:39Z innertracks joined #lisp 2015-04-14T00:49:06Z gklimowi_ joined #lisp 2015-04-14T00:50:38Z gklimowi_ quit (Client Quit) 2015-04-14T00:51:15Z jleija joined #lisp 2015-04-14T00:51:28Z kori quit (Quit: WeeChat 1.1.1) 2015-04-14T00:51:33Z defaultxr joined #lisp 2015-04-14T00:51:40Z linux_dream quit (Quit: Leaving) 2015-04-14T00:51:41Z kvsari joined #lisp 2015-04-14T00:52:19Z jack_ quit (Write error: Connection reset by peer) 2015-04-14T00:52:30Z gklimowi_ joined #lisp 2015-04-14T00:52:37Z gklimowicz quit (Ping timeout: 248 seconds) 2015-04-14T00:53:30Z gklimowi_ quit (Client Quit) 2015-04-14T00:55:28Z bgs100 joined #lisp 2015-04-14T00:56:24Z BWV988 quit (Quit: Page closed) 2015-04-14T00:56:47Z bcoburn quit (Ping timeout: 246 seconds) 2015-04-14T00:57:00Z innertracks quit (Quit: innertracks) 2015-04-14T01:03:49Z harish quit (Ping timeout: 264 seconds) 2015-04-14T01:10:21Z oskar`` quit (Remote host closed the connection) 2015-04-14T01:10:52Z oskar`` joined #lisp 2015-04-14T01:11:16Z bb010g joined #lisp 2015-04-14T01:12:49Z aap_ joined #lisp 2015-04-14T01:13:34Z fragamus quit (Ping timeout: 256 seconds) 2015-04-14T01:14:51Z gklimowicz joined #lisp 2015-04-14T01:15:57Z aap quit (Ping timeout: 250 seconds) 2015-04-14T01:17:07Z fragamus joined #lisp 2015-04-14T01:17:24Z _pakchoi_ joined #lisp 2015-04-14T01:18:14Z innertracks joined #lisp 2015-04-14T01:19:42Z oskar`` quit (Remote host closed the connection) 2015-04-14T01:20:02Z oskar`` joined #lisp 2015-04-14T01:20:22Z oskar`` quit (Remote host closed the connection) 2015-04-14T01:20:44Z oskar`` joined #lisp 2015-04-14T01:27:47Z oskar`` quit (Remote host closed the connection) 2015-04-14T01:27:54Z smokeink joined #lisp 2015-04-14T01:28:19Z oskar`` joined #lisp 2015-04-14T01:28:24Z gmcastil quit (Ping timeout: 276 seconds) 2015-04-14T01:29:33Z gmcastil joined #lisp 2015-04-14T01:32:57Z gmcastil quit (Remote host closed the connection) 2015-04-14T01:33:23Z k-dawg quit (Quit: This computer has gone to sleep) 2015-04-14T01:34:17Z psy_ joined #lisp 2015-04-14T01:38:00Z jleija_ joined #lisp 2015-04-14T01:38:28Z jleija quit (Ping timeout: 244 seconds) 2015-04-14T01:38:36Z zacharias_ joined #lisp 2015-04-14T01:40:34Z _sjs joined #lisp 2015-04-14T01:41:14Z Longlius joined #lisp 2015-04-14T01:41:29Z zacharias quit (Ping timeout: 245 seconds) 2015-04-14T01:43:13Z ahungry quit (Quit: leaving) 2015-04-14T01:45:26Z hugoduncan joined #lisp 2015-04-14T01:49:45Z TeMPOraL quit (Ping timeout: 250 seconds) 2015-04-14T01:49:48Z ahungry joined #lisp 2015-04-14T01:49:56Z hugoduncan quit (Ping timeout: 240 seconds) 2015-04-14T01:50:06Z julianb joined #lisp 2015-04-14T01:50:11Z oleo_ quit (Ping timeout: 250 seconds) 2015-04-14T01:50:23Z Niac joined #lisp 2015-04-14T01:51:14Z TeMPOraL joined #lisp 2015-04-14T01:52:39Z vdamewood quit (Quit: ["Textual IRC Client: www.textualapp.com"]) 2015-04-14T01:52:58Z oleo_ joined #lisp 2015-04-14T01:56:46Z zacts: hello #lisp 2015-04-14T02:00:54Z A205B064 quit (Read error: Connection reset by peer) 2015-04-14T02:02:12Z A205B064 joined #lisp 2015-04-14T02:06:12Z jleija joined #lisp 2015-04-14T02:06:41Z Xach is almost done with a library bundler for quicklisp 2015-04-14T02:07:28Z jleija_ quit (Ping timeout: 255 seconds) 2015-04-14T02:07:33Z Guest91790 joined #lisp 2015-04-14T02:09:18Z ASau` joined #lisp 2015-04-14T02:10:23Z oskar`` quit (Remote host closed the connection) 2015-04-14T02:10:54Z oskar`` joined #lisp 2015-04-14T02:12:04Z oskar`` quit (Remote host closed the connection) 2015-04-14T02:12:16Z Guest91790 quit (Quit: Leaving) 2015-04-14T02:12:28Z oskar`` joined #lisp 2015-04-14T02:12:32Z ASau quit (Ping timeout: 250 seconds) 2015-04-14T02:12:57Z garciarubz joined #lisp 2015-04-14T02:14:09Z loke quit (Remote host closed the connection) 2015-04-14T02:14:16Z scymtym quit (Ping timeout: 250 seconds) 2015-04-14T02:14:37Z innertracks quit (Ping timeout: 264 seconds) 2015-04-14T02:16:01Z rszeno joined #lisp 2015-04-14T02:16:41Z loke joined #lisp 2015-04-14T02:19:58Z akkad: bundler.lisp :P 2015-04-14T02:20:05Z akkad: Xach for delivery? 2015-04-14T02:21:00Z Natch quit (Read error: Connection reset by peer) 2015-04-14T02:21:06Z Grue` quit (Read error: Connection reset by peer) 2015-04-14T02:21:25Z Grue` joined #lisp 2015-04-14T02:21:56Z harish joined #lisp 2015-04-14T02:22:53Z BlueRavenGT joined #lisp 2015-04-14T02:25:04Z echo-area joined #lisp 2015-04-14T02:26:05Z frkout joined #lisp 2015-04-14T02:26:14Z Natch joined #lisp 2015-04-14T02:27:23Z digiorgi quit (Quit: Leaving) 2015-04-14T02:29:25Z gklimowicz quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T02:31:11Z resttime_ joined #lisp 2015-04-14T02:31:34Z A205B064 quit (Ping timeout: 252 seconds) 2015-04-14T02:31:49Z Ukari quit (Quit: Leaving.) 2015-04-14T02:34:29Z resttime quit (Ping timeout: 248 seconds) 2015-04-14T02:36:47Z irctc425 joined #lisp 2015-04-14T02:37:02Z irctc425 quit (Client Quit) 2015-04-14T02:37:39Z ered quit (Read error: Connection reset by peer) 2015-04-14T02:38:41Z loke quit (Remote host closed the connection) 2015-04-14T02:39:49Z lieven quit (Ping timeout: 245 seconds) 2015-04-14T02:40:01Z hiyosi quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T02:40:27Z nikki93 joined #lisp 2015-04-14T02:43:17Z dview joined #lisp 2015-04-14T02:44:05Z Niac quit (Read error: Connection reset by peer) 2015-04-14T02:44:42Z loke joined #lisp 2015-04-14T02:46:06Z mateuszb joined #lisp 2015-04-14T02:46:55Z hugoduncan joined #lisp 2015-04-14T02:50:25Z oskar`` quit (Remote host closed the connection) 2015-04-14T02:50:46Z oskar`` joined #lisp 2015-04-14T02:52:01Z hugoduncan quit (Ping timeout: 264 seconds) 2015-04-14T02:54:30Z ered joined #lisp 2015-04-14T02:57:30Z garciarubz quit (Read error: Connection reset by peer) 2015-04-14T02:57:56Z garciarubz joined #lisp 2015-04-14T02:58:29Z AntiSpamMeta2 joined #lisp 2015-04-14T02:59:20Z Niac joined #lisp 2015-04-14T03:00:26Z nikki93 quit (Remote host closed the connection) 2015-04-14T03:00:40Z nowhereman joined #lisp 2015-04-14T03:02:57Z nikki93 joined #lisp 2015-04-14T03:04:40Z sbryant_ joined #lisp 2015-04-14T03:05:18Z beach joined #lisp 2015-04-14T03:05:29Z beach: Good morning everyone! 2015-04-14T03:06:49Z echo-area quit (*.net *.split) 2015-04-14T03:06:49Z ASau` quit (*.net *.split) 2015-04-14T03:06:49Z zacharias_ quit (*.net *.split) 2015-04-14T03:06:49Z angelo_ quit (*.net *.split) 2015-04-14T03:06:49Z Adlai`` quit (*.net *.split) 2015-04-14T03:06:49Z AntiSpamMeta quit (*.net *.split) 2015-04-14T03:06:49Z nowhere_man quit (*.net *.split) 2015-04-14T03:06:49Z rj-code quit (*.net *.split) 2015-04-14T03:06:49Z Mon_Ouie quit (*.net *.split) 2015-04-14T03:06:49Z JuanDaugherty quit (*.net *.split) 2015-04-14T03:06:49Z sz0 quit (*.net *.split) 2015-04-14T03:06:49Z c74d quit (*.net *.split) 2015-04-14T03:06:49Z Subfusc quit (*.net *.split) 2015-04-14T03:06:49Z edgar-rft quit (*.net *.split) 2015-04-14T03:06:49Z john-mcaleely quit (*.net *.split) 2015-04-14T03:06:49Z sbryant quit (*.net *.split) 2015-04-14T03:06:49Z smull quit (*.net *.split) 2015-04-14T03:06:49Z angavrilov quit (*.net *.split) 2015-04-14T03:06:49Z musegarden quit (*.net *.split) 2015-04-14T03:06:49Z shifty quit (*.net *.split) 2015-04-14T03:06:49Z Zotan quit (*.net *.split) 2015-04-14T03:06:49Z tkd quit (*.net *.split) 2015-04-14T03:06:49Z C-Keen quit (*.net *.split) 2015-04-14T03:06:51Z sbryant_ is now known as sbryant 2015-04-14T03:08:05Z AntiSpamMeta2 is now known as AntiSpamMeta 2015-04-14T03:08:59Z ASau` joined #lisp 2015-04-14T03:10:25Z oskar`` quit (Remote host closed the connection) 2015-04-14T03:10:51Z oskar`` joined #lisp 2015-04-14T03:12:57Z thomas is now known as 7JTAAA4RK 2015-04-14T03:13:14Z C-Keen joined #lisp 2015-04-14T03:13:26Z rj-code joined #lisp 2015-04-14T03:13:26Z echo-area joined #lisp 2015-04-14T03:13:26Z zacharias_ joined #lisp 2015-04-14T03:13:26Z angelo_ joined #lisp 2015-04-14T03:13:26Z Adlai`` joined #lisp 2015-04-14T03:13:26Z Mon_Ouie joined #lisp 2015-04-14T03:13:26Z JuanDaugherty joined #lisp 2015-04-14T03:13:26Z sz0 joined #lisp 2015-04-14T03:13:26Z c74d joined #lisp 2015-04-14T03:13:26Z Subfusc joined #lisp 2015-04-14T03:13:26Z edgar-rft joined #lisp 2015-04-14T03:13:26Z john-mcaleely joined #lisp 2015-04-14T03:13:26Z smull joined #lisp 2015-04-14T03:13:26Z angavrilov joined #lisp 2015-04-14T03:13:26Z musegarden joined #lisp 2015-04-14T03:13:26Z shifty joined #lisp 2015-04-14T03:13:26Z Zotan joined #lisp 2015-04-14T03:13:26Z tkd joined #lisp 2015-04-14T03:13:29Z nikki93 quit (Remote host closed the connection) 2015-04-14T03:13:38Z 7JTAAA4RK is now known as thomas 2015-04-14T03:14:58Z nikki93 joined #lisp 2015-04-14T03:17:25Z zeitue joined #lisp 2015-04-14T03:18:02Z manuel__ quit (Quit: manuel__) 2015-04-14T03:18:42Z BitPuffin quit (Ping timeout: 244 seconds) 2015-04-14T03:23:45Z julianb quit (Read error: Connection reset by peer) 2015-04-14T03:29:43Z pillton: G'day beach. 2015-04-14T03:33:55Z beach` joined #lisp 2015-04-14T03:34:12Z scottj quit (Ping timeout: 265 seconds) 2015-04-14T03:34:26Z beach quit (Disconnected by services) 2015-04-14T03:34:30Z beach` is now known as beach 2015-04-14T03:35:58Z scottj joined #lisp 2015-04-14T03:37:38Z _pakchoi_ quit (Remote host closed the connection) 2015-04-14T03:37:46Z MrWoohoo quit (Quit: ["Textual IRC Client: www.textualapp.com"]) 2015-04-14T03:37:55Z drmeister: Hi beach - I'm ready to pack it in. 2015-04-14T03:38:10Z clop2 joined #lisp 2015-04-14T03:38:12Z beach: Permanently? 2015-04-14T03:38:19Z drmeister: This Fing exception handling is driving me insane. 2015-04-14T03:38:48Z drmeister: Don't ask right now - I don't want to think to hard about it. 2015-04-14T03:39:03Z drmeister: regarding packing it in. 2015-04-14T03:39:21Z beach remains silent. 2015-04-14T03:39:49Z drmeister: I'm trying to get some help in #llvm - I had the guy who appears to have written a lot of the exception handling backend give me a bunch of pointers to install a debugging version of libcxxabi. 2015-04-14T03:40:07Z drmeister: I got it installed but it's not giving me anything that I understand. 2015-04-14T03:40:30Z drmeister: The solution that I thought I had a couple of days ago turned out to be wrong. Now I'm more confused than ever. 2015-04-14T03:40:47Z beach: Which solution was that? 2015-04-14T03:41:02Z drmeister: Right now I think LLVM JIT and exception handling if fundamentally broken. 2015-04-14T03:41:15Z beach: wow. 2015-04-14T03:41:26Z beach: How can anything work that uses LLVM then? 2015-04-14T03:41:53Z work: nothing works 2015-04-14T03:42:14Z drmeister: I thought I had to "invoke" functions that throw C++ exceptions. I implemented a THROW-AST and THROW-INSTRUCTION node. It all works fine. It appeared to fix the problem until I compiled Cleavir/Clasp and tried to restart from an error ---> crash. 2015-04-14T03:42:42Z drmeister: Ahead-of-time compilation of exception handling code seems to work fine. 2015-04-14T03:43:08Z beach: Oh, it's the JIT compilation that is broken? 2015-04-14T03:43:12Z drmeister: Just In Time compilation of exception handling code appears to be broken and I can't find anyone who has a clue about how to debug it. 2015-04-14T03:43:39Z drmeister: Or they have a clue and they aren't around. 2015-04-14T03:43:43Z beach: How did it work in BClasp? 2015-04-14T03:43:46Z mbuf joined #lisp 2015-04-14T03:43:52Z slimetree quit (Ping timeout: 265 seconds) 2015-04-14T03:44:13Z scottj left #lisp 2015-04-14T03:44:32Z drmeister: In BClasp I set up landing pads within the generated code. 2015-04-14T03:44:50Z beach: You do in CClasp too, no? 2015-04-14T03:44:54Z drmeister: No 2015-04-14T03:45:08Z drmeister: I call "catchFunction" with a thunk. 2015-04-14T03:45:38Z drmeister: Getting additional landing pads to play nice with UNWIND-INSTRUCTION landing pads is going to be trouble. 2015-04-14T03:46:10Z drmeister: The thing is - I installed this debugging libcxxabi and now not even BClasp's JITed code works 2015-04-14T03:46:28Z beach: Nasty! 2015-04-14T03:46:31Z drmeister: The interpreted code works but not the BClasp JITed code. I haven't tried CClasp. 2015-04-14T03:46:57Z drmeister: It's the worst bug of my life. 2015-04-14T03:47:09Z drmeister: I have everything else working! 2015-04-14T03:47:20Z innertracks joined #lisp 2015-04-14T03:47:24Z drmeister: I have come so far and this exception handling stuff is going to kill me. 2015-04-14T03:47:32Z oskar`` quit (Remote host closed the connection) 2015-04-14T03:47:50Z beach: So there is *some* version of BClasp that works, right? 2015-04-14T03:47:56Z oskar`` joined #lisp 2015-04-14T03:48:05Z drmeister: Apparently but right now I'm questioning if black is black and white is white. 2015-04-14T03:48:16Z beach: Ah, yes. I see. 2015-04-14T03:48:47Z oskar`` quit (Remote host closed the connection) 2015-04-14T03:48:53Z drmeister: Yes, I believe that *some* version of BClasp works. 2015-04-14T03:49:07Z oskar`` joined #lisp 2015-04-14T03:49:27Z beach: But I guess you need to know *why* it works. 2015-04-14T03:49:29Z badkins quit 2015-04-14T03:49:49Z drmeister: But the BClasp *solution* is difficult to implement and I don't even know if that will work. My luck these days isn't working very well. 2015-04-14T03:50:12Z leo2007 joined #lisp 2015-04-14T03:50:13Z drmeister: I have been trying to figure out *why* it works for more than a week. 2015-04-14T03:50:22Z leo2007 left #lisp 2015-04-14T03:50:29Z drmeister: I haven't gotten anywhere. 2015-04-14T03:51:14Z drmeister: Well, apparently I've been focusing on the wrong thing for the past week. 2015-04-14T03:51:28Z drmeister: I thought it was the thrower that was the problem - it appears to be the catcher. 2015-04-14T03:52:19Z drmeister: Give me a sec and I'll explain. 2015-04-14T03:52:36Z drmeister: I'm just going to run some tests to make sure I'm not talking out of my *ss again. 2015-04-14T03:53:03Z beach: OK. 2015-04-14T03:53:06Z theseb joined #lisp 2015-04-14T03:53:25Z drmeister: Yeah 2015-04-14T03:53:42Z drmeister: https://gist.github.com/drmeister/6b11e7f7f601a276275b 2015-04-14T03:53:49Z nikki93 quit (Remote host closed the connection) 2015-04-14T03:53:54Z drmeister: It's a bit crowded - let me give you something a bit clearer 2015-04-14T03:54:18Z drmeister: https://www.irccloud.com/pastebin/Y3D7ptRf 2015-04-14T03:54:40Z drmeister: compile == CClasp compiler (Cleavir/Clasp) 2015-04-14T03:54:50Z drmeister: core:bclasp-compile == BClasp compiler. 2015-04-14T03:55:21Z drmeister: If I catch with "bcatcher" everything works fine. 2015-04-14T03:55:31Z drmeister: If I catch with "ccatcher" it breaks. 2015-04-14T03:56:27Z beach: I see. 2015-04-14T03:56:30Z slimetree joined #lisp 2015-04-14T03:56:42Z drmeister: The example above that: https://gist.github.com/drmeister/6b11e7f7f601a276275b is just so I can see that I'm not crazy. I didn't try the (ccatcher #'cthrower) example - I'm doing that now. 2015-04-14T03:57:39Z drmeister: ccatcher calls a C++ function called "catchFunction" that takes a throw-tag and a thunk and evaluates the thunk in the dynamic environment of the throw-tag. 2015-04-14T03:58:15Z beach: How is that different from what bcatcher does? 2015-04-14T03:58:37Z mbuf quit (Ping timeout: 256 seconds) 2015-04-14T03:58:50Z drmeister: bcatcher is more sophisticated. It creates a landingpad that accepts a CatchThrow exception. 2015-04-14T03:59:30Z beach: OK, I don't really understand what that means. But why can't catchFunction do that as well? 2015-04-14T03:59:34Z drmeister: The thing is - there is nothing wrong with either of these approaches - they should "just work". 2015-04-14T03:59:43Z beach: Sure. 2015-04-14T04:00:08Z work: yeah, just work 2015-04-14T04:00:38Z sdothum quit (Quit: ZNC - 1.6.0 - http://znc.in) 2015-04-14T04:00:39Z drmeister: I'm ignoring "work" - is it a bot? 2015-04-14T04:00:49Z drmeister: Never mind. 2015-04-14T04:00:54Z jleija quit (Remote host closed the connection) 2015-04-14T04:01:14Z drmeister: So how to debug this nonsense? 2015-04-14T04:01:20Z work: dang man, thats heartless 2015-04-14T04:01:38Z work: drmeister, we can be friends, one love one lisp, right? 2015-04-14T04:01:41Z beach: work: We got it now. 2015-04-14T04:01:50Z bgs100 quit (Quit: bgs100) 2015-04-14T04:01:50Z beach: drmeister: So why can't catchFunction do the same? 2015-04-14T04:02:02Z jleija joined #lisp 2015-04-14T04:02:08Z drmeister: I've got people telling me to look at eh_frame sections of the object file generated when I hack the JIT code generator - I did that. There are at least two different utilities to look at exception handling info in files and they don't give me the same info. 2015-04-14T04:02:15Z oskar`` quit (Remote host closed the connection) 2015-04-14T04:02:42Z oskar`` joined #lisp 2015-04-14T04:03:36Z drmeister: I have someone else telling me to install a debugging version of the libunwind library and set environment variables to log the unwinding of exceptions to stdout - well the program terminates right after the exception is thrown with no logging message. Although there are hundreds of logging messages printed as Clasp boots up. 2015-04-14T04:04:27Z drmeister: catchFunction is a C++ function with a try { ... funcall(thunk)...} catch (CatchThrow& exception) {...} 2015-04-14T04:04:36Z beach: drmeister: I think you need to figure this out outside of Clasp, i.e., write small test cases using LLVM that demonstrates what works and what doesn't. 2015-04-14T04:04:55Z drmeister: Every test case I've written works flawlessly. 2015-04-14T04:05:00Z beach: Wow. 2015-04-14T04:05:14Z drmeister: The only thing that doesn't work is JITed code 2015-04-14T04:05:33Z beach: So write a test case with JITed code? 2015-04-14T04:07:22Z frkout quit (Remote host closed the connection) 2015-04-14T04:07:26Z k-dawg joined #lisp 2015-04-14T04:07:48Z frkout joined #lisp 2015-04-14T04:09:18Z gklimowicz joined #lisp 2015-04-14T04:10:27Z oskar`` quit (Remote host closed the connection) 2015-04-14T04:10:49Z oskar`` joined #lisp 2015-04-14T04:11:27Z mbuf joined #lisp 2015-04-14T04:12:31Z drmeister: Much easier said than done. 2015-04-14T04:15:47Z Pastaf quit (Remote host closed the connection) 2015-04-14T04:16:57Z jasom: drmeister: if you can translate a clasp test-case to pure c++ you can use c-reduce 2015-04-14T04:17:28Z jasom: though it's hard to get automated testing for the specific crash 2015-04-14T04:19:23Z gingerale joined #lisp 2015-04-14T04:19:42Z kobain quit (Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/) 2015-04-14T04:20:09Z drmeister: I stand corrected - if I compile-file this: 2015-04-14T04:20:23Z drmeister: https://www.irccloud.com/pastebin/8m3SlVjq 2015-04-14T04:20:28Z oskar`` quit (Remote host closed the connection) 2015-04-14T04:20:53Z oskar`` joined #lisp 2015-04-14T04:20:56Z drmeister: and load the FASL and type (test-all) it fails right after "cb") 2015-04-14T04:21:06Z _leb quit (Quit: Textual IRC Client: www.textualapp.com) 2015-04-14T04:22:24Z drmeister: What am I saying - that's still JIT 2015-04-14T04:22:43Z drmeister: I'm calling COMPILE - hang on. 2015-04-14T04:22:57Z clop2 quit (Quit: Leaving) 2015-04-14T04:23:31Z Quadrescence quit (Quit: Leaving) 2015-04-14T04:26:14Z drmeister: https://www.irccloud.com/pastebin/ui236mBI 2015-04-14T04:26:30Z defaultxr quit (Quit: gnight) 2015-04-14T04:26:35Z drmeister: Works fine when I COMPILE-FILE it. 2015-04-14T04:27:33Z drmeister: Works fine when I LOAD it as well - even more weirdness. 2015-04-14T04:27:49Z beach: When does it not work? 2015-04-14T04:28:28Z drmeister: When I shut down CClasp and start it up again and then load it - it fails. 2015-04-14T04:29:22Z drmeister: https://www.irccloud.com/pastebin/I869OySK 2015-04-14T04:29:25Z beach: Doesn't look good in terms of reproducing it. 2015-04-14T04:29:37Z innertracks quit (Ping timeout: 264 seconds) 2015-04-14T04:30:23Z kvsari quit (Remote host closed the connection) 2015-04-14T04:30:33Z drmeister: You see my problem here. 2015-04-14T04:30:46Z beach: Definitely. 2015-04-14T04:31:27Z drmeister: If I could just sit down with someone who knows this stuff for a few hours I think I'd be able to lick this - or learn how to debug it. 2015-04-14T04:31:28Z jasom: maybe exceptions generated from JITed code are only valid in the current runtime? 2015-04-14T04:31:56Z drmeister: jasom: That is certainly true but I'm not sure how it helps. 2015-04-14T04:32:23Z jasom: drmeister: are you recompiling it after restarting cclasp? 2015-04-14T04:32:29Z kvsari joined #lisp 2015-04-14T04:32:40Z drmeister: Oh - I see what you are getting at. 2015-04-14T04:33:00Z drmeister: If I restart clasp and then load the teh.fasl file - and run (test-all) --> it works. 2015-04-14T04:33:20Z drmeister: If I restart clasp and then (load "teh.lsp") and run (test-all) --> it breaks 2015-04-14T04:34:07Z drmeister: Currently after I (load "teh.lsp") it breaks - what I something was weird above - I don't know what happened there. 2015-04-14T04:34:36Z drmeister: s/what I something/when I said something/ 2015-04-14T04:35:42Z drmeister: No - that definitely happened - something weird happened up there: 2015-04-14T04:35:44Z drmeister: https://www.irccloud.com/pastebin/nqbRwLVy 2015-04-14T04:35:50Z drmeister: I have a record of it. 2015-04-14T04:36:23Z drmeister: Trying to reproduce... 2015-04-14T04:36:42Z nikki93 joined #lisp 2015-04-14T04:39:03Z drmeister: There's something weird going on when I introduce the typo (load "teh.lisp") 2015-04-14T04:39:18Z drmeister: After that everything goes weird - it might be an exception handling problem. 2015-04-14T04:40:15Z aap_ is now known as aap 2015-04-14T04:40:43Z drmeister: I can restart clasp, load the "teh.fasl" and run (test-all) --> works 2015-04-14T04:40:53Z smokeink: http://paste.lisp.org/display/147033 2015-04-14T04:41:49Z nikki93 quit (Remote host closed the connection) 2015-04-14T04:42:26Z drmeister: I can JIT compile "cthrower" and it still works. But once I JIT compile "ccatcher" it breaks. 2015-04-14T04:44:29Z jasom: smokeink: you can replace the 'quote with (quote quote) and it still works 2015-04-14T04:44:57Z jasom: smokeink: you may or may not have access to the ' read macro when you are defining it 2015-04-14T04:45:26Z smokeink: yes, got it 2015-04-14T04:45:48Z smokeink: he should have defined it using (quote quote) 2015-04-14T04:46:16Z jasom: smokeink: also, there is a long history in lisp of defining metacircular evaluators (i.e. defining a given special form or macro in terms of all of the others) 2015-04-14T04:46:39Z jasom: smokeink: those aren't generally useful for creating an implementation, but can clarify what each item is intended to do 2015-04-14T04:49:39Z jleija quit (Quit: leaving) 2015-04-14T04:49:40Z k-dawg quit (Quit: This computer has gone to sleep) 2015-04-14T04:51:43Z garciarubz quit (Quit: Leaving) 2015-04-14T04:52:03Z innertracks joined #lisp 2015-04-14T04:52:41Z Quadrescence joined #lisp 2015-04-14T04:54:14Z A205B064 joined #lisp 2015-04-14T05:01:40Z ASau` is now known as ASau 2015-04-14T05:05:19Z malbertife joined #lisp 2015-04-14T05:05:27Z malbertife quit (Client Quit) 2015-04-14T05:08:12Z oleo_ quit (Quit: Leaving) 2015-04-14T05:09:13Z kvsari quit (Ping timeout: 264 seconds) 2015-04-14T05:09:49Z BlueRavenGT quit (Ping timeout: 252 seconds) 2015-04-14T05:10:26Z zadock joined #lisp 2015-04-14T05:11:01Z kvsari joined #lisp 2015-04-14T05:13:26Z beach: smokeink: Also, if you write an implementation (target) to be bootstrapped from a different implementation (host), then it might well be the host reader that reads that target code. 2015-04-14T05:13:38Z beach: smokeink: Welcome to the world of bootstrapping. 2015-04-14T05:13:52Z oskar`` quit (Remote host closed the connection) 2015-04-14T05:14:22Z beach: drmeister: What have you learned so far? 2015-04-14T05:14:28Z oskar`` joined #lisp 2015-04-14T05:15:49Z drmeister: I haven't learned anything new. 2015-04-14T05:15:54Z mrSpec joined #lisp 2015-04-14T05:16:11Z beach: smokeink: So, for instance, the SICL reader macro for single quote uses the ' character. 2015-04-14T05:18:16Z innertracks quit (Ping timeout: 255 seconds) 2015-04-14T05:18:44Z drmeister: I'm recompiling CClasp using throwFunction rather than the THROW-AST/THROW-INSTRUCTION and tomorrow I can check if it changes the pattern of what combinations of BClasp/CClasp throwers and catchers work. My other guess is that it's a C++ type info problem - although all of my efforts to determine that have come up negative. Maybe if the thrower 2015-04-14T05:18:44Z drmeister: (throwFunction) is in the executable with the catcher (catchFunction) then the pattern will change and (ccatcher #'cthrower) may work. 2015-04-14T05:19:03Z pt1 joined #lisp 2015-04-14T05:19:24Z ASau quit (Ping timeout: 245 seconds) 2015-04-14T05:19:33Z drmeister: When I was convinced that the problem was in how I called the throwFunction "invoke" vs "call" - before I set up THROW-AST/THROW-INSTRUCTION I thought I was seeing different behavior. 2015-04-14T05:19:50Z drmeister: The problem with all of this is it takes hours of compile time to test a hypothesis. 2015-04-14T05:19:57Z drmeister: Meanwhile my life is bleeding away. 2015-04-14T05:20:16Z drmeister: I am getting so fed up. 2015-04-14T05:20:52Z Zhivago: Get some undergrads. 2015-04-14T05:21:17Z mj-0 joined #lisp 2015-04-14T05:21:17Z futpib joined #lisp 2015-04-14T05:21:23Z rszeno quit (Quit: Leaving.) 2015-04-14T05:21:28Z drmeister: I know why no one has every written a Common Lisp that interoperates with C++ - they have more sense than I have. 2015-04-14T05:23:01Z pt1 quit (Remote host closed the connection) 2015-04-14T05:23:06Z oskar`` quit (Remote host closed the connection) 2015-04-14T05:23:31Z oskar`` joined #lisp 2015-04-14T05:23:53Z beach: drmeister: I suggest you take a break and work on your demo instead. 2015-04-14T05:26:00Z a2015 joined #lisp 2015-04-14T05:30:43Z futpib quit (Ping timeout: 252 seconds) 2015-04-14T05:32:09Z beach: smokeink: For some reason, there is this widespread idea that a Common Lisp system has to be bootstrapped from something at a lower level, such as C. I am not sure where this idea got started. 2015-04-14T05:32:15Z innertracks joined #lisp 2015-04-14T05:32:57Z Bike: well, it's almost inevitable when you talk about "lower levels". 2015-04-14T05:33:10Z Bike: how do you build higher levels? you build on top of lower levels. silly metaphor 2015-04-14T05:34:07Z beach: So you are saying this idea is just a result of using such words in the discourse? 2015-04-14T05:34:45Z Bike: only partly, of course, but it's probably an issue, yeah. 2015-04-14T05:34:56Z Zhivago: It's because a lot of the bootstrapping is tedious. 2015-04-14T05:35:01Z beach: Interesting idea. 2015-04-14T05:35:07Z Zhivago: Do you really want to understand the new architecture? 2015-04-14T05:35:16Z Zhivago: Or is the abstraction that C provides good enough? 2015-04-14T05:35:59Z ggole joined #lisp 2015-04-14T05:36:23Z Bike: anyone who knows c very well knows that acting like it's a transparent proxy over the machine is ridiculous. hell, assembly isn't even a transparent proxy any more, on any pc-level computer. but C provides a machine that's supported "everywhere" so people go off that. 2015-04-14T05:37:22Z lieven joined #lisp 2015-04-14T05:37:50Z beach: Sounds very plausible. 2015-04-14T05:38:42Z duko joined #lisp 2015-04-14T05:38:52Z beach: I can definitely see using C as a target architecture, i.e. a backend. 2015-04-14T05:44:14Z Zhivago: drmeister: Don't you have any undergrads for the slave-mills? 2015-04-14T05:44:56Z innertracks quit (Quit: innertracks) 2015-04-14T05:46:23Z dfox quit (Ping timeout: 260 seconds) 2015-04-14T05:47:16Z Vutral quit (Ping timeout: 256 seconds) 2015-04-14T05:48:00Z oskar`` quit (Remote host closed the connection) 2015-04-14T05:48:36Z oskar`` joined #lisp 2015-04-14T05:49:37Z mateuszb quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T05:50:30Z oskar`` quit (Remote host closed the connection) 2015-04-14T05:50:32Z mateuszb joined #lisp 2015-04-14T05:50:54Z oskar`` joined #lisp 2015-04-14T05:51:01Z Harag joined #lisp 2015-04-14T05:53:40Z stepnem joined #lisp 2015-04-14T05:56:29Z Vutral joined #lisp 2015-04-14T05:58:31Z xinau joined #lisp 2015-04-14T05:59:08Z emaczen joined #lisp 2015-04-14T05:59:43Z dfox joined #lisp 2015-04-14T06:01:18Z x1n4u quit (Ping timeout: 252 seconds) 2015-04-14T06:01:28Z Kanae quit (Ping timeout: 255 seconds) 2015-04-14T06:02:49Z zeitue quit (Ping timeout: 250 seconds) 2015-04-14T06:05:36Z d4ryus__ is now known as d4ryus 2015-04-14T06:07:06Z duko quit (Ping timeout: 256 seconds) 2015-04-14T06:07:39Z duko joined #lisp 2015-04-14T06:09:37Z AntiSpamMeta quit (Read error: Connection reset by peer) 2015-04-14T06:09:51Z AntiSpamMeta joined #lisp 2015-04-14T06:09:59Z emaczen: ( 2015-04-14T06:10:34Z oskar`` quit (Remote host closed the connection) 2015-04-14T06:10:41Z emaczen: In this type-specifier: (OR (INTEGER 1) (FLOAT (0))) what is (INTEGER 1)? 2015-04-14T06:10:44Z robot-be` joined #lisp 2015-04-14T06:10:58Z oskar`` joined #lisp 2015-04-14T06:11:03Z beach: An integer that is greater than or equal to 1. 2015-04-14T06:11:49Z beach: clhs integer 2015-04-14T06:11:49Z specbot: http://www.lispworks.com/reference/HyperSpec/Body/t_intege.htm 2015-04-14T06:12:26Z Bike: as an undergraduate slave i feel that i should be offended... not that i'm a chemistry student. 2015-04-14T06:12:46Z cadadar joined #lisp 2015-04-14T06:15:13Z zeitue joined #lisp 2015-04-14T06:15:25Z robot-beethoven quit (Ping timeout: 264 seconds) 2015-04-14T06:15:40Z duko quit (Remote host closed the connection) 2015-04-14T06:15:54Z duko joined #lisp 2015-04-14T06:17:12Z pillton: You should be offended. 2015-04-14T06:17:17Z oskar`` quit (Remote host closed the connection) 2015-04-14T06:17:36Z oskar`` joined #lisp 2015-04-14T06:17:44Z pillton: You are only cheap once. Use the time wisely. 2015-04-14T06:18:48Z beach: Hmm. I think the ANSI test suite needs a bunch of ASDF system definitions. 2015-04-14T06:19:41Z oskar`` quit (Remote host closed the connection) 2015-04-14T06:20:11Z oskar`` joined #lisp 2015-04-14T06:21:00Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-14T06:24:18Z z_lex quit (Ping timeout: 250 seconds) 2015-04-14T06:24:35Z z_lex joined #lisp 2015-04-14T06:24:51Z emaczen: beach: thanks 2015-04-14T06:25:36Z pt1 joined #lisp 2015-04-14T06:26:00Z pt1 quit (Remote host closed the connection) 2015-04-14T06:26:33Z pt1 joined #lisp 2015-04-14T06:26:49Z duko quit (Ping timeout: 252 seconds) 2015-04-14T06:27:36Z duko joined #lisp 2015-04-14T06:33:45Z sword` joined #lisp 2015-04-14T06:34:42Z sword quit (Remote host closed the connection) 2015-04-14T06:34:44Z mishoo joined #lisp 2015-04-14T06:35:02Z theseb quit (Quit: Leaving) 2015-04-14T06:35:19Z gklimowicz quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T06:35:31Z doesthiswork quit (Quit: Leaving.) 2015-04-14T06:35:42Z beach left #lisp 2015-04-14T06:36:09Z Harag quit (Ping timeout: 256 seconds) 2015-04-14T06:38:42Z smokeink quit (Ping timeout: 252 seconds) 2015-04-14T06:42:03Z emaczen quit (Ping timeout: 245 seconds) 2015-04-14T06:42:04Z a2015 quit (Ping timeout: 246 seconds) 2015-04-14T06:42:20Z z_lex quit 2015-04-14T06:45:11Z Harag joined #lisp 2015-04-14T06:46:01Z H4ns: dim: therep? 2015-04-14T06:46:20Z H4ns: dim: never mind 2015-04-14T06:47:24Z mj-0 quit (Remote host closed the connection) 2015-04-14T06:48:21Z H4ns: flip214: i meant you :) 2015-04-14T06:49:08Z duko quit (Ping timeout: 272 seconds) 2015-04-14T06:49:41Z kp666 joined #lisp 2015-04-14T06:49:49Z duko joined #lisp 2015-04-14T06:50:48Z zacharias_ quit (Ping timeout: 276 seconds) 2015-04-14T06:53:14Z cadadar quit (Quit: Leaving.) 2015-04-14T06:55:43Z jtza8 joined #lisp 2015-04-14T06:59:01Z flip214: H4ns: already pushed a new version. 2015-04-14T06:59:07Z flip214: Thanks a lot for the quick feedback, BTW! 2015-04-14T06:59:44Z H4ns: looks good, yes. 2015-04-14T06:59:53Z H4ns: why don't you use threads on the raspberry pi? 2015-04-14T07:00:04Z flip214: H4ns: because SBCL doesn't support them yet on ARM32? 2015-04-14T07:00:14Z H4ns: ah, sbcl, ok 2015-04-14T07:01:07Z flip214: Sorry for the github discussion; if I had known your reply-speed and working times I would have simple started here ;) 2015-04-14T07:01:28Z flip214: I guess you'd have liked that a bit better. 2015-04-14T07:01:54Z oskar`` quit (Remote host closed the connection) 2015-04-14T07:01:59Z flip214: Thank you very much for the cooperation! That's really Open Source at its best ;) 2015-04-14T07:02:21Z oskar`` joined #lisp 2015-04-14T07:02:38Z oskar`` left #lisp 2015-04-14T07:02:39Z H4ns: no problem at all. 2015-04-14T07:03:09Z flip214: Is there another lisp for ARM that's multithreaded and produces machine code? 2015-04-14T07:03:23Z flip214: I'm using that for PWM, so I need every bit of performance I can get. 2015-04-14T07:03:25Z H4ns: clozure cl? 2015-04-14T07:04:24Z H4ns: but like any other lisp, it contains a garbage collector and thus won't be suitable for generating real-time signals. 2015-04-14T07:04:33Z H4ns: i'd recommend using the hardware for pwm generation instead. 2015-04-14T07:05:07Z flip214: GC isn't really a problem, nearly everything is allocated once. 2015-04-14T07:05:23Z flip214: and the few cons cells in the main loop are scavenged very easily. 2015-04-14T07:05:57Z H4ns: well, then clozure cl should fit the bill 2015-04-14T07:06:23Z duko quit (Ping timeout: 246 seconds) 2015-04-14T07:07:13Z duko joined #lisp 2015-04-14T07:08:55Z flip214: right now I'm limited by the syscall speed (because I'm using pwrite() to change the pins); I'll have yet to think about whether I want to do POKE into mmap()ed IO banks. 2015-04-14T07:08:59Z jumblerg joined #lisp 2015-04-14T07:09:38Z ehu joined #lisp 2015-04-14T07:10:45Z tokenrove quit (Ping timeout: 248 seconds) 2015-04-14T07:11:00Z tokenrove joined #lisp 2015-04-14T07:17:16Z BlueRavenGT joined #lisp 2015-04-14T07:17:41Z Vutral quit (Ping timeout: 248 seconds) 2015-04-14T07:20:20Z pt1 quit (Remote host closed the connection) 2015-04-14T07:20:57Z pt1 joined #lisp 2015-04-14T07:27:38Z srcerer_ joined #lisp 2015-04-14T07:28:08Z scum-multiset is now known as pyon 2015-04-14T07:28:37Z srcerer quit (Ping timeout: 264 seconds) 2015-04-14T07:32:57Z guicho joined #lisp 2015-04-14T07:33:02Z smokeink joined #lisp 2015-04-14T07:39:33Z slimetree quit (Ping timeout: 276 seconds) 2015-04-14T07:39:45Z attila_lendvai joined #lisp 2015-04-14T07:40:25Z Shinmera joined #lisp 2015-04-14T07:41:10Z duko quit (Ping timeout: 244 seconds) 2015-04-14T07:41:25Z alezost joined #lisp 2015-04-14T07:41:57Z duko joined #lisp 2015-04-14T07:42:09Z mbuf quit (Ping timeout: 265 seconds) 2015-04-14T07:42:54Z harish_ joined #lisp 2015-04-14T07:44:36Z harish quit (Ping timeout: 248 seconds) 2015-04-14T07:45:51Z Posterdati: hi 2015-04-14T07:45:57Z Posterdati: flip214: hi 2015-04-14T07:46:12Z Posterdati: froggey: hi 2015-04-14T07:46:44Z alezost: Hi people. I just wanted to tell that I like the following phrase from : "The libraries were last updated on August 7, 2015." 2015-04-14T07:47:00Z radioninja joined #lisp 2015-04-14T07:49:31Z flip214: Posterdati: hi 2015-04-14T07:51:17Z arenz joined #lisp 2015-04-14T07:53:00Z Posterdati: hi 2015-04-14T07:53:46Z Ven joined #lisp 2015-04-14T07:54:55Z zacharias_ joined #lisp 2015-04-14T07:57:52Z mj-0 joined #lisp 2015-04-14T08:00:35Z frkout_ joined #lisp 2015-04-14T08:01:10Z quazimodo quit (Ping timeout: 255 seconds) 2015-04-14T08:02:17Z mj-0 quit (Ping timeout: 256 seconds) 2015-04-14T08:02:38Z mbuf joined #lisp 2015-04-14T08:03:06Z pyon is now known as scum-multiset 2015-04-14T08:03:08Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T08:03:32Z attila_lendvai quit (Ping timeout: 250 seconds) 2015-04-14T08:03:56Z frkout quit (Ping timeout: 240 seconds) 2015-04-14T08:04:38Z balle joined #lisp 2015-04-14T08:05:41Z jumblerg joined #lisp 2015-04-14T08:05:50Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2015-04-14T08:16:18Z jtza8 quit (Ping timeout: 256 seconds) 2015-04-14T08:16:31Z duko quit (Quit: leaving) 2015-04-14T08:17:51Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T08:26:51Z mj-0 joined #lisp 2015-04-14T08:27:38Z mj-0 quit (Remote host closed the connection) 2015-04-14T08:29:01Z zadock quit (Ping timeout: 264 seconds) 2015-04-14T08:29:08Z robot-be` quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-04-14T08:29:17Z milosn quit (Ping timeout: 250 seconds) 2015-04-14T08:32:42Z pnpuff joined #lisp 2015-04-14T08:34:26Z ggole quit (Ping timeout: 256 seconds) 2015-04-14T08:35:17Z Slothrop quit (Ping timeout: 246 seconds) 2015-04-14T08:35:40Z Ven joined #lisp 2015-04-14T08:39:52Z Cymew joined #lisp 2015-04-14T08:41:34Z pnpuff is now known as BWV988 2015-04-14T08:41:49Z zacharias_ is now known as zacharias 2015-04-14T08:42:51Z BWV988 left #lisp 2015-04-14T08:42:59Z smokeink_ joined #lisp 2015-04-14T08:43:00Z jdz: alezost: Xach would probably know, but it looks like it should be April 2015-04-14T08:44:14Z attila_lendvai joined #lisp 2015-04-14T08:45:42Z smokeink1 joined #lisp 2015-04-14T08:45:43Z smokeink_ quit (Read error: Connection reset by peer) 2015-04-14T08:47:09Z harish_ quit (Ping timeout: 276 seconds) 2015-04-14T08:47:13Z smokeink quit (Ping timeout: 264 seconds) 2015-04-14T08:47:31Z ggole joined #lisp 2015-04-14T08:53:33Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2015-04-14T08:56:29Z gravicappa joined #lisp 2015-04-14T08:57:03Z leafybasil quit (Remote host closed the connection) 2015-04-14T08:59:20Z mj-0 joined #lisp 2015-04-14T09:00:56Z d4ryus_ joined #lisp 2015-04-14T09:01:45Z frkout_ quit (Remote host closed the connection) 2015-04-14T09:02:13Z frkout joined #lisp 2015-04-14T09:02:13Z Harag quit (Ping timeout: 248 seconds) 2015-04-14T09:04:28Z d4ryus quit (Ping timeout: 256 seconds) 2015-04-14T09:04:48Z Karl_Dscc joined #lisp 2015-04-14T09:05:07Z devll joined #lisp 2015-04-14T09:11:35Z ktt9 joined #lisp 2015-04-14T09:12:31Z remi`bd joined #lisp 2015-04-14T09:13:37Z rj-code quit (Changing host) 2015-04-14T09:13:37Z rj-code joined #lisp 2015-04-14T09:13:41Z leafybasil joined #lisp 2015-04-14T09:13:52Z leafybasil quit (Remote host closed the connection) 2015-04-14T09:14:18Z leafybasil joined #lisp 2015-04-14T09:14:33Z Petit_Dejeuner quit (Ping timeout: 245 seconds) 2015-04-14T09:15:39Z A205B064 quit (Ping timeout: 250 seconds) 2015-04-14T09:16:12Z Ven joined #lisp 2015-04-14T09:16:41Z BWV988 joined #lisp 2015-04-14T09:19:48Z mj-0 quit (Remote host closed the connection) 2015-04-14T09:23:37Z mj-0 joined #lisp 2015-04-14T09:28:01Z gingerale- joined #lisp 2015-04-14T09:29:16Z gingerale quit (Disconnected by services) 2015-04-14T09:29:18Z gingerale- is now known as gingerale 2015-04-14T09:33:14Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2015-04-14T09:34:25Z kp666 quit (Quit: Leaving) 2015-04-14T09:34:43Z Niac quit (Remote host closed the connection) 2015-04-14T09:35:41Z milosn joined #lisp 2015-04-14T09:39:57Z Harag joined #lisp 2015-04-14T09:41:20Z Karl_Dscc quit (Remote host closed the connection) 2015-04-14T09:45:03Z EvW joined #lisp 2015-04-14T09:49:36Z devll` joined #lisp 2015-04-14T09:52:15Z vlnx_ joined #lisp 2015-04-14T09:54:07Z spockokt_ joined #lisp 2015-04-14T09:54:08Z gigetoo_ joined #lisp 2015-04-14T09:54:13Z zbigniew_ joined #lisp 2015-04-14T09:54:16Z yeticry_ joined #lisp 2015-04-14T09:54:18Z rk[1]_ joined #lisp 2015-04-14T09:54:28Z teiresia1 joined #lisp 2015-04-14T09:56:06Z scymtym joined #lisp 2015-04-14T09:59:42Z BWV988 quit (Quit: Page closed) 2015-04-14T10:00:04Z frkout_ joined #lisp 2015-04-14T10:00:10Z teiresia1 quit (Changing host) 2015-04-14T10:00:10Z teiresia1 joined #lisp 2015-04-14T10:00:33Z milosn quit (Read error: Connection reset by peer) 2015-04-14T10:00:52Z sz0 quit (Quit: Bye.) 2015-04-14T10:01:00Z teiresias quit (Disconnected by services) 2015-04-14T10:01:12Z teiresia1 is now known as teiresias 2015-04-14T10:01:23Z milosn joined #lisp 2015-04-14T10:01:41Z sz0 joined #lisp 2015-04-14T10:02:01Z mood_ joined #lisp 2015-04-14T10:02:09Z killmaster_ joined #lisp 2015-04-14T10:02:39Z devll quit (*.net *.split) 2015-04-14T10:02:39Z gravicappa quit (*.net *.split) 2015-04-14T10:02:39Z mbuf quit (*.net *.split) 2015-04-14T10:02:39Z zeitue quit (*.net *.split) 2015-04-14T10:02:39Z dfox quit (*.net *.split) 2015-04-14T10:02:39Z spockokt quit (*.net *.split) 2015-04-14T10:02:40Z gigetoo quit (*.net *.split) 2015-04-14T10:02:40Z yeticry quit (*.net *.split) 2015-04-14T10:02:40Z seg quit (*.net *.split) 2015-04-14T10:02:40Z zbigniew quit (*.net *.split) 2015-04-14T10:02:40Z vlnx quit (*.net *.split) 2015-04-14T10:02:40Z rk[1] quit (*.net *.split) 2015-04-14T10:02:40Z jtz quit (*.net *.split) 2015-04-14T10:02:40Z mood quit (*.net *.split) 2015-04-14T10:02:40Z stopbyte quit (*.net *.split) 2015-04-14T10:02:40Z killmaster quit (*.net *.split) 2015-04-14T10:02:43Z killmaster_ is now known as killmaster 2015-04-14T10:02:44Z gigetoo_ is now known as gigetoo 2015-04-14T10:03:51Z frkout quit (Ping timeout: 276 seconds) 2015-04-14T10:03:51Z angelo_ quit (Ping timeout: 276 seconds) 2015-04-14T10:03:56Z EvW quit (Quit: EvW) 2015-04-14T10:04:46Z Ven joined #lisp 2015-04-14T10:05:51Z seg joined #lisp 2015-04-14T10:05:51Z seg quit (Changing host) 2015-04-14T10:05:51Z seg joined #lisp 2015-04-14T10:06:37Z n3vtelen quit (Quit: Reconnecting) 2015-04-14T10:06:58Z n3vtelen joined #lisp 2015-04-14T10:08:13Z alezost quit (Quit: I use GNU Guix ) 2015-04-14T10:09:52Z mj-0 quit (Remote host closed the connection) 2015-04-14T10:13:01Z theos quit (Disconnected by services) 2015-04-14T10:13:29Z theos joined #lisp 2015-04-14T10:15:09Z jtza8 joined #lisp 2015-04-14T10:15:22Z frkout_ quit (Remote host closed the connection) 2015-04-14T10:15:47Z BitPuffin joined #lisp 2015-04-14T10:15:49Z frkout joined #lisp 2015-04-14T10:16:19Z harish_ joined #lisp 2015-04-14T10:17:09Z ndrei quit (Ping timeout: 256 seconds) 2015-04-14T10:17:17Z milosn quit (Read error: Connection reset by peer) 2015-04-14T10:17:48Z milosn joined #lisp 2015-04-14T10:18:25Z n3vtelen quit (Quit: Lost terminal) 2015-04-14T10:21:42Z smokeink1 quit (Read error: Connection reset by peer) 2015-04-14T10:23:18Z smokeink joined #lisp 2015-04-14T10:25:14Z milosn quit (Ping timeout: 245 seconds) 2015-04-14T10:31:05Z ebrasca joined #lisp 2015-04-14T10:32:49Z mbuf joined #lisp 2015-04-14T10:38:21Z milosn joined #lisp 2015-04-14T10:38:32Z karswell` quit (Ping timeout: 256 seconds) 2015-04-14T10:41:57Z z_lex joined #lisp 2015-04-14T10:42:51Z seg quit (Quit: !!) 2015-04-14T10:44:46Z smokeink_ joined #lisp 2015-04-14T10:46:57Z Karl_Dscc joined #lisp 2015-04-14T10:48:55Z mj-0 joined #lisp 2015-04-14T10:52:04Z seg joined #lisp 2015-04-14T10:52:04Z seg quit (Changing host) 2015-04-14T10:52:04Z seg joined #lisp 2015-04-14T10:54:10Z Stratege joined #lisp 2015-04-14T11:03:13Z schoppenhauer quit (Quit: Adé) 2015-04-14T11:08:10Z scymtym quit (Ping timeout: 272 seconds) 2015-04-14T11:09:09Z echo-area quit (Remote host closed the connection) 2015-04-14T11:11:54Z schoppenhauer joined #lisp 2015-04-14T11:12:03Z milosn quit (Read error: Connection reset by peer) 2015-04-14T11:14:08Z fe[nl]ix_ quit (Ping timeout: 245 seconds) 2015-04-14T11:20:50Z milosn joined #lisp 2015-04-14T11:20:56Z fragamus quit (Ping timeout: 240 seconds) 2015-04-14T11:21:01Z Xach: thanks, alezost 2015-04-14T11:27:15Z fe[nl]ix_ joined #lisp 2015-04-14T11:28:05Z ndrei joined #lisp 2015-04-14T11:29:32Z Karl_Dscc quit (Remote host closed the connection) 2015-04-14T11:30:16Z manuel__ joined #lisp 2015-04-14T11:32:35Z devll` quit (Remote host closed the connection) 2015-04-14T11:33:32Z Karl_Dscc joined #lisp 2015-04-14T11:36:19Z jtz joined #lisp 2015-04-14T11:37:36Z xorox90 joined #lisp 2015-04-14T11:39:05Z Posterdati: gu 2015-04-14T11:39:07Z Posterdati: hi 2015-04-14T11:40:14Z cadadar joined #lisp 2015-04-14T11:40:28Z s1n4 quit (Ping timeout: 252 seconds) 2015-04-14T11:40:48Z Posterdati: I did a function to place pictures in a svg file, on linux sbcl 1.2.10 they've got scaled on osx sbcl 10 images have got scaled border, but not the image... please help 2015-04-14T11:41:18Z Posterdati: same sbcl on both linux and osx (yosemite) 2015-04-14T11:41:40Z Posterdati: scaled pictures appeared not scaled if the svg is opened using firefox 2015-04-14T11:42:08Z Xach: Posterdati: that sounds like a viewer problem or an svg problem, not a lisp problem. 2015-04-14T11:42:12Z Shinmera: What makes you think this has anything to do with SBCL? 2015-04-14T11:44:02Z Posterdati: nothing 2015-04-14T11:44:48Z Posterdati: maybe someone has scaled pictures in lisp generated svg 2015-04-14T11:46:35Z tuturto: Posterdati: are you saving generated svg on file? could you compare if the files are different? 2015-04-14T11:46:44Z tuturto: might help narrow down things 2015-04-14T11:47:02Z cadadar quit (Quit: Leaving.) 2015-04-14T11:47:10Z cadadar joined #lisp 2015-04-14T11:47:20Z sdothum joined #lisp 2015-04-14T11:48:49Z Posterdati: tuturto: unfortunately I haven't got the mac here, but I will test it as soon as possible and report to you 2015-04-14T11:49:20Z yeticry_ quit (Ping timeout: 272 seconds) 2015-04-14T11:49:56Z milosn quit (Ping timeout: 256 seconds) 2015-04-14T11:52:05Z zadock joined #lisp 2015-04-14T11:54:38Z Adlai`` is now known as adlai 2015-04-14T11:54:53Z stopbyte joined #lisp 2015-04-14T11:56:09Z yeticry joined #lisp 2015-04-14T11:57:49Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2015-04-14T11:58:12Z BitPuffin is now known as BitPuffin|osx 2015-04-14T12:03:30Z Ven joined #lisp 2015-04-14T12:05:12Z mj-0 quit (Remote host closed the connection) 2015-04-14T12:08:47Z ziocroc joined #lisp 2015-04-14T12:13:23Z zadock quit (Quit: Leaving) 2015-04-14T12:17:25Z mbuf quit (Quit: Ex-Chat) 2015-04-14T12:17:32Z mj-0 joined #lisp 2015-04-14T12:21:55Z dotdash joined #lisp 2015-04-14T12:21:56Z milosn joined #lisp 2015-04-14T12:24:11Z Karl_Dscc quit (Remote host closed the connection) 2015-04-14T12:25:33Z jtza8 quit (Ping timeout: 276 seconds) 2015-04-14T12:26:07Z dotdash quit (Ping timeout: 246 seconds) 2015-04-14T12:31:01Z cadadar quit (Quit: Leaving.) 2015-04-14T12:31:13Z Harag quit (Ping timeout: 245 seconds) 2015-04-14T12:31:46Z yout joined #lisp 2015-04-14T12:34:00Z milosn quit (Read error: Connection reset by peer) 2015-04-14T12:34:18Z milosn joined #lisp 2015-04-14T12:37:44Z milosn quit (Read error: Connection reset by peer) 2015-04-14T12:43:01Z Ethan- joined #lisp 2015-04-14T12:44:24Z milosn joined #lisp 2015-04-14T12:45:04Z smokeink_ quit (Remote host closed the connection) 2015-04-14T12:46:10Z gklimowicz joined #lisp 2015-04-14T12:49:02Z ziocroc quit (Ping timeout: 252 seconds) 2015-04-14T12:49:37Z Karl_Dscc joined #lisp 2015-04-14T12:50:17Z ziocroc joined #lisp 2015-04-14T12:56:14Z ziocroc quit (Ping timeout: 256 seconds) 2015-04-14T13:01:16Z quazimodo joined #lisp 2015-04-14T13:02:02Z quazimodo quit (Client Quit) 2015-04-14T13:02:10Z joneshf-laptop quit (Ping timeout: 272 seconds) 2015-04-14T13:07:15Z doesthiswork joined #lisp 2015-04-14T13:08:13Z BitPuffin|osx quit (Ping timeout: 264 seconds) 2015-04-14T13:09:00Z ziocroc joined #lisp 2015-04-14T13:09:16Z p_l quit (Ping timeout: 256 seconds) 2015-04-14T13:09:29Z milosn quit (Read error: Connection reset by peer) 2015-04-14T13:10:02Z p_l joined #lisp 2015-04-14T13:11:54Z smokeink quit (Ping timeout: 245 seconds) 2015-04-14T13:12:02Z smokeink joined #lisp 2015-04-14T13:14:01Z milosn joined #lisp 2015-04-14T13:15:05Z ziocroc quit (Ping timeout: 256 seconds) 2015-04-14T13:15:17Z vaporatorius joined #lisp 2015-04-14T13:15:38Z Petit_Dejeuner joined #lisp 2015-04-14T13:15:50Z eudoxia joined #lisp 2015-04-14T13:16:01Z slimetree joined #lisp 2015-04-14T13:16:09Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2015-04-14T13:17:28Z hekmek joined #lisp 2015-04-14T13:18:22Z LiamH joined #lisp 2015-04-14T13:19:14Z hekmek quit (Client Quit) 2015-04-14T13:24:14Z manuel__ quit (Quit: manuel__) 2015-04-14T13:25:00Z milosn quit (Read error: Connection reset by peer) 2015-04-14T13:25:18Z Ven joined #lisp 2015-04-14T13:25:28Z milosn joined #lisp 2015-04-14T13:26:40Z zeitue joined #lisp 2015-04-14T13:26:51Z cluck joined #lisp 2015-04-14T13:27:41Z frkout_ joined #lisp 2015-04-14T13:27:43Z oleo joined #lisp 2015-04-14T13:28:47Z hiyosi joined #lisp 2015-04-14T13:29:39Z antgreen joined #lisp 2015-04-14T13:29:47Z smokeink: http://paste.lisp.org/display/147053 when i access the route i want it to print to the SLIME REPL, how to do it? 2015-04-14T13:31:18Z frkout quit (Ping timeout: 272 seconds) 2015-04-14T13:32:00Z pjb: smokeink: slime repls is bound to *standard-output* in the slime repl. 2015-04-14T13:32:03Z frkout_ quit (Ping timeout: 245 seconds) 2015-04-14T13:32:16Z pjb: smokeink: you can save it (defvar *out* *standard-output*) in the slime repl. 2015-04-14T13:32:29Z pjb: Then you can use *out* to write to it, even when *standard-output* changes. 2015-04-14T13:36:36Z kobain joined #lisp 2015-04-14T13:36:54Z smokeink: awesome 2015-04-14T13:37:02Z smokeink: thanks 2015-04-14T13:37:41Z pjb: It's kind of a bummer that swank doesn't keep this stream around. Perhaps a bug report would be in order. 2015-04-14T13:38:01Z milosn quit (Ping timeout: 264 seconds) 2015-04-14T13:38:02Z Patzy quit (Read error: Connection reset by peer) 2015-04-14T13:38:16Z Patzy joined #lisp 2015-04-14T13:39:48Z digiorgi joined #lisp 2015-04-14T13:39:55Z Ven quit (Read error: Connection reset by peer) 2015-04-14T13:40:31Z digiorgi: hi, any portable way to get the current working directory and change it? 2015-04-14T13:40:58Z pjb: uiop/os:getcwd 2015-04-14T13:41:11Z oleo: hello :) 2015-04-14T13:41:22Z digiorgi: pjb: why you know everything? thanks! 2015-04-14T13:41:37Z pjb: and uiop/filesystem:with-current-directory 2015-04-14T13:41:45Z pjb: digiorgi: because I know cl:apropos 2015-04-14T13:41:47Z pjb: clhs apropos 2015-04-14T13:41:47Z specbot: http://www.lispworks.com/reference/HyperSpec/Body/f_apropo.htm 2015-04-14T13:41:51Z pjb: and google. 2015-04-14T13:41:58Z Ven joined #lisp 2015-04-14T13:42:28Z kobain quit (Max SendQ exceeded) 2015-04-14T13:42:58Z kobain joined #lisp 2015-04-14T13:43:34Z kobain quit (Max SendQ exceeded) 2015-04-14T13:43:51Z kobain joined #lisp 2015-04-14T13:44:21Z kobain quit (Max SendQ exceeded) 2015-04-14T13:46:34Z mj-0 quit (Remote host closed the connection) 2015-04-14T13:48:06Z kushal joined #lisp 2015-04-14T13:50:48Z milosn joined #lisp 2015-04-14T13:51:14Z digiorgi: pjb: wow thanks your answer make my day! thanks! my life is getting easier 2015-04-14T13:52:22Z pjb: you just need to know some synonyms for stuff. eg. current working direction -> (map nil 'apropos '("cwd" "current" "directory")) 2015-04-14T13:53:21Z milosn quit (Read error: Connection reset by peer) 2015-04-14T13:55:49Z milosn joined #lisp 2015-04-14T13:56:37Z Ven quit (Read error: Connection reset by peer) 2015-04-14T13:58:15Z manuel__ joined #lisp 2015-04-14T14:00:49Z milosn quit (Ping timeout: 264 seconds) 2015-04-14T14:04:25Z mj-0 joined #lisp 2015-04-14T14:04:56Z radioninja quit (Ping timeout: 252 seconds) 2015-04-14T14:05:10Z Ven joined #lisp 2015-04-14T14:13:27Z slimetree quit (Ping timeout: 256 seconds) 2015-04-14T14:16:41Z duggiefresh joined #lisp 2015-04-14T14:17:06Z jtza8 joined #lisp 2015-04-14T14:17:52Z zeitue quit (Quit: Leaving) 2015-04-14T14:18:19Z dim: apropos is great thanks 2015-04-14T14:19:41Z doesthiswork quit (Quit: Leaving.) 2015-04-14T14:20:05Z MutSbeta joined #lisp 2015-04-14T14:20:34Z mj-0 quit (Remote host closed the connection) 2015-04-14T14:21:10Z mj-0 joined #lisp 2015-04-14T14:21:45Z remi`bd quit (Quit: leaving) 2015-04-14T14:22:14Z mj-0 quit (Remote host closed the connection) 2015-04-14T14:22:52Z oleo quit (Quit: Leaving) 2015-04-14T14:23:06Z jlongster joined #lisp 2015-04-14T14:23:16Z pt1 quit (Ping timeout: 252 seconds) 2015-04-14T14:24:15Z oleo joined #lisp 2015-04-14T14:24:40Z mj-0 joined #lisp 2015-04-14T14:26:09Z Ethan- quit (Remote host closed the connection) 2015-04-14T14:30:25Z ndrei quit (Ping timeout: 264 seconds) 2015-04-14T14:31:37Z cadadar joined #lisp 2015-04-14T14:32:16Z ndrei joined #lisp 2015-04-14T14:34:38Z yout quit (Ping timeout: 252 seconds) 2015-04-14T14:35:11Z radioninja joined #lisp 2015-04-14T14:35:33Z jtza8 quit (Ping timeout: 276 seconds) 2015-04-14T14:37:20Z rtra quit (Ping timeout: 265 seconds) 2015-04-14T14:38:15Z yeticry quit (Ping timeout: 246 seconds) 2015-04-14T14:38:20Z frkout joined #lisp 2015-04-14T14:38:33Z jtza8 joined #lisp 2015-04-14T14:38:41Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2015-04-14T14:39:31Z yeticry joined #lisp 2015-04-14T14:42:23Z rtra joined #lisp 2015-04-14T14:42:46Z frkout quit (Ping timeout: 244 seconds) 2015-04-14T14:43:19Z jumblerg joined #lisp 2015-04-14T14:43:22Z Ven joined #lisp 2015-04-14T14:49:09Z gklimowicz quit (Ping timeout: 256 seconds) 2015-04-14T14:50:02Z radioninja quit (Ping timeout: 252 seconds) 2015-04-14T14:56:52Z yrk joined #lisp 2015-04-14T14:57:23Z yrk quit (Changing host) 2015-04-14T14:57:23Z yrk joined #lisp 2015-04-14T14:58:08Z shka joined #lisp 2015-04-14T15:03:07Z shka quit (Read error: Connection reset by peer) 2015-04-14T15:03:27Z shka joined #lisp 2015-04-14T15:04:56Z badkins joined #lisp 2015-04-14T15:06:35Z Cymew quit (Ping timeout: 246 seconds) 2015-04-14T15:06:39Z kobain joined #lisp 2015-04-14T15:08:47Z BitPuffin joined #lisp 2015-04-14T15:08:52Z kvsari quit (Remote host closed the connection) 2015-04-14T15:11:03Z milosn joined #lisp 2015-04-14T15:12:38Z gklimowicz joined #lisp 2015-04-14T15:12:38Z z_lex quit (Read error: Connection reset by peer) 2015-04-14T15:13:18Z z_lex joined #lisp 2015-04-14T15:15:25Z _sjs quit (Ping timeout: 255 seconds) 2015-04-14T15:16:23Z happy-dude quit (Quit: Connection closed for inactivity) 2015-04-14T15:16:58Z yout joined #lisp 2015-04-14T15:17:04Z jtza8 quit (Ping timeout: 272 seconds) 2015-04-14T15:20:54Z a2015_ joined #lisp 2015-04-14T15:21:31Z yout quit (Ping timeout: 244 seconds) 2015-04-14T15:26:06Z Petit_Dejeuner quit (Quit: My legs are OK) 2015-04-14T15:26:45Z nikki93 joined #lisp 2015-04-14T15:28:09Z zacharias quit (Ping timeout: 245 seconds) 2015-04-14T15:28:18Z shka quit (Quit: Konversation terminated!) 2015-04-14T15:28:34Z shka joined #lisp 2015-04-14T15:28:40Z posterdati300 quit (Ping timeout: 256 seconds) 2015-04-14T15:28:49Z Posterdati quit (Ping timeout: 256 seconds) 2015-04-14T15:30:29Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T15:32:14Z nikki93 quit (Remote host closed the connection) 2015-04-14T15:32:36Z shka quit (Remote host closed the connection) 2015-04-14T15:33:01Z shka joined #lisp 2015-04-14T15:33:44Z nightshade427 quit (Quit: bye) 2015-04-14T15:36:51Z smokeink: has anyone here played with Lush ? 2015-04-14T15:37:18Z mj-0 quit (Remote host closed the connection) 2015-04-14T15:37:56Z arenz quit (Ping timeout: 240 seconds) 2015-04-14T15:38:08Z mj-0 joined #lisp 2015-04-14T15:38:10Z scum-multiset is now known as pyon 2015-04-14T15:39:24Z z_lex quit (Ping timeout: 250 seconds) 2015-04-14T15:41:23Z Posterdati joined #lisp 2015-04-14T15:41:55Z jumblerg joined #lisp 2015-04-14T15:42:07Z posterdati300 joined #lisp 2015-04-14T15:43:09Z posterdati300 quit (Client Quit) 2015-04-14T15:45:08Z jumblerg quit (Client Quit) 2015-04-14T15:47:56Z jtza8 joined #lisp 2015-04-14T15:55:08Z posterdati300 joined #lisp 2015-04-14T15:57:54Z _sjs joined #lisp 2015-04-14T15:58:58Z beach joined #lisp 2015-04-14T15:59:06Z beach: Good evening everyone! 2015-04-14T15:59:25Z oleo: eve beach! 2015-04-14T16:00:17Z Ven quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2015-04-14T16:00:46Z fe[nl]ix_: hi beach 2015-04-14T16:01:41Z beach: Are there still platforms for which it is necessary to use the file extension .lsp rather than .lisp? 2015-04-14T16:04:20Z PuercoPop: DOS is long gone afaik 2015-04-14T16:04:46Z scymtym joined #lisp 2015-04-14T16:06:21Z beach: It's not *that* big a problem. ASDF can handle .lsp as well. 2015-04-14T16:06:39Z digiorgi quit (Quit: Leaving) 2015-04-14T16:06:44Z oleo: HPUX ? 2015-04-14T16:06:45Z beach: I am trying to create a bunch of ASDF system definitions for the ANSI test suite. 2015-04-14T16:07:03Z oleo: where is .lps even used ? 2015-04-14T16:07:07Z oleo: err .lsp 2015-04-14T16:07:15Z oleo: unices ? 2015-04-14T16:07:23Z oleo: probably 2015-04-14T16:07:34Z jackdaniel: oleo: ECL uses it for intern files as extension for lisp 2015-04-14T16:07:43Z beach: In the ANSI test suite it is used, and in ECL, so also in Clasp. 2015-04-14T16:08:22Z BitPuffin|osx joined #lisp 2015-04-14T16:08:23Z jackdaniel: ansi-test-suite was primarily done for gcl afaik, so i suspect common ancestor :-) 2015-04-14T16:08:39Z beach: Very likely. 2015-04-14T16:08:45Z beach: By the way, if anyone feels like writing an ASDF definition from time to time for the ANSI test suite, I take contributions. 2015-04-14T16:08:59Z beach: I am thinking one system definition for each "feature" and a global one. 2015-04-14T16:09:20Z beach: https://github.com/robert-strandh/ansi-cl-tests 2015-04-14T16:10:05Z beach: At the moment, I think it is preferable not to change anything else; just add ASDF system definitions as an additional way of building the test suite. 2015-04-14T16:10:18Z bb010g quit (Quit: Connection closed for inactivity) 2015-04-14T16:10:20Z beach: So contributors can't break very much. 2015-04-14T16:11:58Z beach secretly says to himself: "dream on, dude". 2015-04-14T16:12:58Z adlai: wasn't there a groveller? 2015-04-14T16:13:52Z pt1 joined #lisp 2015-04-14T16:14:34Z ndrei quit (Read error: No route to host) 2015-04-14T16:14:55Z beach: adlai: What's the context? 2015-04-14T16:15:41Z adlai: for grovelling asdf metadata... though now that i read about it, using it for what you just described would probably be about as much work as writing the .asds from scratch 2015-04-14T16:15:59Z adlai: ( http://boinkor.net/archives/2007/01/explaining_some_features_of_as.html ) 2015-04-14T16:16:59Z beach: Yeah, probably not worth it. The dependencies are implicitly defined in files that LOAD other files or call the compiler on other files. 2015-04-14T16:17:38Z adlai: adg seems to be designed for distangling :serial t 2015-04-14T16:18:27Z beach: :serial t is perfectly fine with me. In fact, it saves a lot of :depends-on. 2015-04-14T16:19:03Z Xach: i think adg was motivated by a project that took a long long time to build serially 2015-04-14T16:19:17Z Xach should read that blog post 2015-04-14T16:20:35Z dnolen joined #lisp 2015-04-14T16:21:05Z dnolen quit (Remote host closed the connection) 2015-04-14T16:21:17Z beach: Recently, I decided to use :serial t exclusively, possibly with the exception of systems that from experience take a very long time to build. 2015-04-14T16:22:23Z beach: I find it is easy to get the dependencies wrong, and then things will work until they break mysteriously because a dependency was forgotten. 2015-04-14T16:23:33Z sheilong joined #lisp 2015-04-14T16:25:59Z binocular joined #lisp 2015-04-14T16:26:39Z shka quit (Quit: Konversation terminated!) 2015-04-14T16:27:16Z shka joined #lisp 2015-04-14T16:28:48Z binocular: (defun defun(x)(x)) 2015-04-14T16:29:58Z binocular is now known as petersins 2015-04-14T16:30:23Z petersins left #lisp 2015-04-14T16:30:35Z scharan quit (Quit: WeeChat 0.4.2) 2015-04-14T16:32:21Z Shinmera: beach: As per your and Fare's suggestion I did a test recording. https://www.youtube.com/watch?v=DwGBDVpnZco&feature=youtu.be 2015-04-14T16:32:43Z guicho quit (Remote host closed the connection) 2015-04-14T16:32:46Z beach: Shinmera: Great! 2015-04-14T16:32:51Z Shinmera hurries off to drown his shame with Let's Plays. 2015-04-14T16:33:54Z Bike: wow, i would not have even considered pronouncing it "emm cee cee lim" 2015-04-14T16:34:03Z beach: Shinmera: It is pronounced "mac Klimm" 2015-04-14T16:34:11Z Shinmera: I now realise that. 2015-04-14T16:34:27Z Bike: you're swiss, right? not so many Mc prefixes thereabouts, i imagine 2015-04-14T16:34:32Z Shinmera: Yes. 2015-04-14T16:35:05Z Shinmera: My roots in the german language trip me over often enough when it comes to the pronunciation of English abbreviations. 2015-04-14T16:35:47Z Shinmera: I hope I won't forget again until the actual talk. 2015-04-14T16:37:27Z beach: Shinmera: It is pronounced "sooper class" (US) or "syuper class" (UK) and not "supper class" 2015-04-14T16:37:51Z Shinmera: Yeah, I know. I tripped over my tongue there. 2015-04-14T16:37:53Z p_l: I see a pre-ELS meetup organising? 2015-04-14T16:38:33Z Shinmera is, as is probably evident by the video, not at all used to recording himself speaking. 2015-04-14T16:39:00Z beach: Shinmera: It is fine in general. 2015-04-14T16:39:17Z Shinmera: How about the content? 2015-04-14T16:39:28Z beach: Fine too. 2015-04-14T16:39:32Z pt1 quit (Remote host closed the connection) 2015-04-14T16:39:33Z Shinmera: Ok, phew. 2015-04-14T16:40:08Z arrubin quit (Disconnected by services) 2015-04-14T16:42:41Z beach: Shinmera: Good work. You will be the only one to stick to the 5 minute limit. 2015-04-14T16:42:51Z Shinmera: Heh 2015-04-14T16:43:19Z Shinmera: Well, I'm probably going to breach it with my other one, but I haven't tested that thoroughly yet and I have the more or less unfortunate ability to speak very very quickly should the need arise. 2015-04-14T16:43:24Z work: you guys, i think beach might be a cyborg due to how he never sleeps 2015-04-14T16:44:18Z p_l: work: eh? his hours are quite distinctive, if you see beach saying goodmorning while living in UK it means you stayed up waaaaaaaay tooo late ;) 2015-04-14T16:44:34Z posterdati300 quit (Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/) 2015-04-14T16:44:46Z beach likes the characterization "distinctive". 2015-04-14T16:44:55Z work: so in this case, that means that beach himself is up too late 2015-04-14T16:45:25Z beach: I start working at 4-5am when I wake up. But that's off topic really. 2015-04-14T16:45:36Z srcerer_ is now known as srcerer 2015-04-14T16:45:52Z work: I just got up and its almost noon 2015-04-14T16:45:57Z s1n4 joined #lisp 2015-04-14T16:46:15Z jtza8 quit (Ping timeout: 244 seconds) 2015-04-14T16:46:24Z MutSbeta quit (Remote host closed the connection) 2015-04-14T16:46:30Z beach: Lessee, north America, not quite on the east coast. Right? 2015-04-14T16:47:44Z beach vanishes to cook dinner for his (admittedly small) family. 2015-04-14T16:48:28Z k-stz joined #lisp 2015-04-14T16:48:55Z innertracks joined #lisp 2015-04-14T16:49:56Z gklimowicz quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T16:52:01Z eudoxia quit (Ping timeout: 264 seconds) 2015-04-14T16:53:05Z remi`bd joined #lisp 2015-04-14T16:55:06Z gklimowicz joined #lisp 2015-04-14T16:55:46Z leafybas_ joined #lisp 2015-04-14T16:55:46Z leafybas_ quit (Remote host closed the connection) 2015-04-14T16:58:00Z smokeink quit (Quit: Angelic v4.4 - http://angelic.flexnet.org) 2015-04-14T16:59:24Z leafybasil quit (Ping timeout: 245 seconds) 2015-04-14T17:01:12Z innertracks quit (Quit: innertracks) 2015-04-14T17:04:34Z zacts quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-04-14T17:06:08Z qubitnerd joined #lisp 2015-04-14T17:06:17Z aretecode joined #lisp 2015-04-14T17:06:59Z pjb quit (Remote host closed the connection) 2015-04-14T17:07:17Z pjb joined #lisp 2015-04-14T17:07:33Z kushal quit (Ping timeout: 248 seconds) 2015-04-14T17:08:09Z zacts joined #lisp 2015-04-14T17:10:27Z kori joined #lisp 2015-04-14T17:11:28Z theseb joined #lisp 2015-04-14T17:14:01Z ndrei joined #lisp 2015-04-14T17:18:50Z eudoxia joined #lisp 2015-04-14T17:19:24Z innertracks joined #lisp 2015-04-14T17:21:29Z bb010g joined #lisp 2015-04-14T17:22:50Z zacts quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-04-14T17:23:47Z gingerale quit (Ping timeout: 246 seconds) 2015-04-14T17:24:26Z cadadar quit (Quit: Leaving.) 2015-04-14T17:25:44Z mj-0 quit (Remote host closed the connection) 2015-04-14T17:25:59Z radioninja joined #lisp 2015-04-14T17:29:20Z innertracks quit (Quit: innertracks) 2015-04-14T17:30:49Z malbertife joined #lisp 2015-04-14T17:32:43Z jasom: beach sleeps all the time 2015-04-14T17:33:50Z qubitnerd quit (Ping timeout: 264 seconds) 2015-04-14T17:36:10Z Bicyclidine joined #lisp 2015-04-14T17:36:51Z emaczen joined #lisp 2015-04-14T17:37:45Z Bicyclid1ne joined #lisp 2015-04-14T17:40:29Z Bicyclidine quit (Ping timeout: 250 seconds) 2015-04-14T17:45:26Z ASau joined #lisp 2015-04-14T17:47:46Z beach left #lisp 2015-04-14T17:47:49Z k-stz quit (Ping timeout: 264 seconds) 2015-04-14T17:49:58Z jlongster quit (Ping timeout: 245 seconds) 2015-04-14T17:50:43Z xorox90 quit (Quit: Connection closed for inactivity) 2015-04-14T17:51:46Z kushal joined #lisp 2015-04-14T17:52:54Z bipt quit (Remote host closed the connection) 2015-04-14T17:53:11Z hiyosi quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T17:55:05Z pt1 joined #lisp 2015-04-14T17:57:33Z eudoxia_ joined #lisp 2015-04-14T17:58:06Z eudoxia quit (Read error: Connection reset by peer) 2015-04-14T18:00:05Z eudoxia_ quit (Read error: Connection reset by peer) 2015-04-14T18:01:19Z a2015_ quit (Quit: Page closed) 2015-04-14T18:01:34Z kori quit (Quit: WeeChat 1.1.1) 2015-04-14T18:02:02Z BlueRavenGT quit (Ping timeout: 264 seconds) 2015-04-14T18:02:29Z a2015 joined #lisp 2015-04-14T18:03:29Z nikki93 joined #lisp 2015-04-14T18:07:02Z BRPocock joined #lisp 2015-04-14T18:07:47Z pt1 quit (Remote host closed the connection) 2015-04-14T18:08:48Z kori joined #lisp 2015-04-14T18:09:09Z mood_ is now known as mood 2015-04-14T18:10:09Z nikki93 quit (Remote host closed the connection) 2015-04-14T18:11:30Z linux_dream joined #lisp 2015-04-14T18:11:44Z linux_dream quit (Client Quit) 2015-04-14T18:12:10Z jlongster joined #lisp 2015-04-14T18:16:56Z malbertife quit (Ping timeout: 272 seconds) 2015-04-14T18:17:19Z s1n4 quit (Ping timeout: 250 seconds) 2015-04-14T18:19:27Z admg joined #lisp 2015-04-14T18:21:01Z dkcl quit (Ping timeout: 246 seconds) 2015-04-14T18:23:02Z vr-rm joined #lisp 2015-04-14T18:26:56Z rszeno joined #lisp 2015-04-14T18:28:59Z rszeno quit (Client Quit) 2015-04-14T18:33:45Z linux_dream joined #lisp 2015-04-14T18:35:52Z futpib joined #lisp 2015-04-14T18:38:35Z ggole quit 2015-04-14T18:40:57Z ndrei quit (Ping timeout: 244 seconds) 2015-04-14T18:43:13Z ndrei joined #lisp 2015-04-14T18:43:44Z zeroish quit (Remote host closed the connection) 2015-04-14T18:45:25Z BitPuffin quit (Ping timeout: 264 seconds) 2015-04-14T18:47:11Z zeroish joined #lisp 2015-04-14T18:48:07Z selat quit (Quit: Lost terminal) 2015-04-14T18:48:58Z veroight joined #lisp 2015-04-14T18:49:24Z veroight left #lisp 2015-04-14T18:51:34Z nikki93 joined #lisp 2015-04-14T18:54:08Z Bicyclid1ne quit (Ping timeout: 245 seconds) 2015-04-14T18:55:20Z dkcl joined #lisp 2015-04-14T18:55:52Z Qudit314159 quit (Remote host closed the connection) 2015-04-14T18:56:39Z selat joined #lisp 2015-04-14T18:59:41Z s1n4 joined #lisp 2015-04-14T19:01:30Z Patzy quit (Remote host closed the connection) 2015-04-14T19:01:38Z Patzy joined #lisp 2015-04-14T19:02:04Z zeitue joined #lisp 2015-04-14T19:03:43Z agumonkey joined #lisp 2015-04-14T19:11:45Z ziocroc joined #lisp 2015-04-14T19:12:59Z dkcl quit (Quit: Nettalk6 - www.ntalk.de) 2015-04-14T19:14:48Z nikki93 quit (Remote host closed the connection) 2015-04-14T19:16:08Z huon56 joined #lisp 2015-04-14T19:18:05Z linux_dream quit (Quit: Leaving) 2015-04-14T19:20:09Z gnuian joined #lisp 2015-04-14T19:23:28Z yukikaze_ joined #lisp 2015-04-14T19:23:53Z remi`bd quit (Quit: leaving) 2015-04-14T19:24:08Z fleaswallow joined #lisp 2015-04-14T19:27:29Z dkcl joined #lisp 2015-04-14T19:29:19Z theseb quit (Quit: Leaving) 2015-04-14T19:34:23Z Bicyclidine joined #lisp 2015-04-14T19:35:42Z cpc26 joined #lisp 2015-04-14T19:36:19Z zacts joined #lisp 2015-04-14T19:38:53Z zacts` joined #lisp 2015-04-14T19:40:50Z nikki93 joined #lisp 2015-04-14T19:41:56Z zacts quit (Ping timeout: 240 seconds) 2015-04-14T19:42:05Z happy-dude joined #lisp 2015-04-14T19:43:59Z Mon_Ouie quit (Read error: Connection reset by peer) 2015-04-14T19:44:55Z dkcl quit (Quit: Nettalk6 - www.ntalk.de) 2015-04-14T19:47:56Z attila_lendvai quit (Ping timeout: 240 seconds) 2015-04-14T19:49:16Z hiroakip joined #lisp 2015-04-14T19:49:41Z dim quit (Ping timeout: 245 seconds) 2015-04-14T19:50:49Z dim joined #lisp 2015-04-14T19:54:12Z yrk quit (Ping timeout: 250 seconds) 2015-04-14T19:54:58Z Mon_Ouie joined #lisp 2015-04-14T19:56:29Z posterdati300 joined #lisp 2015-04-14T19:56:40Z selat quit (Read error: Connection reset by peer) 2015-04-14T19:57:54Z selat joined #lisp 2015-04-14T19:58:51Z dkcl joined #lisp 2015-04-14T20:00:21Z work is now known as fxck 2015-04-14T20:03:57Z nikki93 quit (Remote host closed the connection) 2015-04-14T20:08:28Z sunwukong` joined #lisp 2015-04-14T20:09:10Z BlueRavenGT joined #lisp 2015-04-14T20:11:19Z admg quit (Quit: Laptop gone to sleep...) 2015-04-14T20:16:34Z emaczen quit (Remote host closed the connection) 2015-04-14T20:16:38Z emaczen` joined #lisp 2015-04-14T20:18:01Z admg joined #lisp 2015-04-14T20:28:25Z admg quit (Quit: Laptop gone to sleep...) 2015-04-14T20:29:15Z fxck: did you guys watch the falcon launch just now 2015-04-14T20:29:35Z manuel__ quit (Quit: manuel__) 2015-04-14T20:30:19Z Xach: fxck: that is best discussed somewhere else 2015-04-14T20:31:08Z admg joined #lisp 2015-04-14T20:31:26Z manuel__ joined #lisp 2015-04-14T20:32:21Z fxck: JPL uses lisp for stuff 2015-04-14T20:32:26Z fxck: there is lisp in space 2015-04-14T20:33:24Z Xach: Not any more. 2015-04-14T20:33:49Z Karl_Dscc quit (Remote host closed the connection) 2015-04-14T20:35:04Z ziocroc quit (Quit: ziocroc) 2015-04-14T20:35:39Z manuel__ quit (Ping timeout: 245 seconds) 2015-04-14T20:36:53Z fxck: Xach people like you are the cancer that is killing Lisp 2015-04-14T20:37:12Z fxck: The reason people even need the phrase "smug lisp weenie" is for you and others like you 2015-04-14T20:37:21Z pt1 joined #lisp 2015-04-14T20:38:23Z Xach: fxck: Go away. 2015-04-14T20:38:31Z fxck: You first. 2015-04-14T20:38:34Z Shinmera: Jolly. 2015-04-14T20:38:36Z ChanServ has set mode +o Xach 2015-04-14T20:38:40Z dlowe: fxck: yes, go away. dear lord. 2015-04-14T20:38:45Z Xach has set mode -b *!*Jackk@*.access.mtnbusiness.co.za 2015-04-14T20:38:47Z Xach has set mode +b *!*work____o@unaffiliated/work-op/x-9031893 2015-04-14T20:38:50Z fxck [~xach@pdpc/supporter/professional/xach] has been kicked from #lisp by Xach (fxck) 2015-04-14T20:38:52Z Xach has set mode -o Xach 2015-04-14T20:39:41Z pt1 quit (Remote host closed the connection) 2015-04-14T20:39:46Z xach_small_cock_ joined #lisp 2015-04-14T20:40:13Z adlai: hey, i'm a smug lisp weenie too! 2015-04-14T20:40:33Z ChanServ has set mode +o Xach 2015-04-14T20:40:53Z Xach has set mode -bbbb *!~river@*.sbcglobal.net *!*unoyunodo@213.143.51.* *!*ignossi@213.143.51.* *!*igor@90.174.0.* 2015-04-14T20:40:56Z Xach has set mode -bb *!*~ebola@* *!*traasta@213.143.51.* 2015-04-14T20:41:00Z Xach has set mode -o Xach 2015-04-14T20:41:36Z dlowe: seems like expiration of bans is something a bot could be taught to do. 2015-04-14T20:41:40Z radioninja quit (Ping timeout: 252 seconds) 2015-04-14T20:41:48Z manuel__ joined #lisp 2015-04-14T20:42:23Z nikki93 joined #lisp 2015-04-14T20:43:23Z Bicyclidine: there's probably some provision for it in services 2015-04-14T20:43:37Z remi`bd joined #lisp 2015-04-14T20:45:14Z jlongster quit (Ping timeout: 264 seconds) 2015-04-14T20:46:50Z Xach: FYI, fxck is now posting my home address and threatening a swatting. 2015-04-14T20:46:53Z Xach: That's pretty rude. 2015-04-14T20:47:56Z cpc26: he should have went to #lispcafe 2015-04-14T20:48:57Z oleo: brb 31 2015-04-14T20:49:01Z Bicyclidine: What the fuck? You might want to tell the local police... 2015-04-14T20:49:11Z leafybasil joined #lisp 2015-04-14T20:49:30Z xach_small_cock_: idk man, its probably too late for the police 2015-04-14T20:49:37Z xach_small_cock_: id just sit tight if i were u 2015-04-14T20:49:45Z xach_small_cock_: do u pray much? 2015-04-14T20:49:50Z Bicyclidine: Good lord this is stupid. 2015-04-14T20:50:05Z adlai starts to appreciate channels with a [de]voicing policy 2015-04-14T20:50:14Z xach_small_cock_: its real important when they come in is to keep your hands where they can see them 2015-04-14T20:50:19Z xach_small_cock_: they get real nervous 2015-04-14T20:50:31Z A205B064 joined #lisp 2015-04-14T20:50:50Z oleo: sry but officer said tits too..... 2015-04-14T20:50:52Z oleo: lol 2015-04-14T20:50:54Z adlai: 71.45.83.114, now that's a nice IP address 2015-04-14T20:50:59Z ChanServ has set mode +o Xach 2015-04-14T20:51:01Z Xach has set mode +b *!*472d5372@*.71.45.83.114 2015-04-14T20:51:04Z xach_small_cock_ [~xach@pdpc/supporter/professional/xach] has been kicked from #lisp by Xach (xach_small_cock_) 2015-04-14T20:51:16Z Xach has set mode -o Xach 2015-04-14T20:51:34Z alpha-: you might wanna report to an ircop if he keeps trying to evade ban 2015-04-14T20:51:42Z oleo: huehuehue 2015-04-14T20:53:09Z huon56 quit (Ping timeout: 248 seconds) 2015-04-14T20:54:14Z Bicyclidine: freenode would probably also have some interest in illegal activity like detailed threats. of course, with how these people usually go they'll either never use freenode again or get k-lined for doing the same thing in three other channels. 2015-04-14T20:54:31Z admg quit (Quit: Laptop gone to sleep...) 2015-04-14T20:57:20Z emaczen` left #lisp 2015-04-14T20:57:28Z shka quit (Quit: Konversation terminated!) 2015-04-14T21:00:50Z akkad misses the days of managing klines on freenode 2015-04-14T21:00:53Z admg joined #lisp 2015-04-14T21:02:59Z akkad: ,clhs describe 2015-04-14T21:03:10Z Xach: http://l1sp.org/cl/describe 2015-04-14T21:03:32Z akkad: I need the url from the guys who sell that expensive sbcl clone. 2015-04-14T21:03:42Z duggiefresh quit 2015-04-14T21:04:01Z Xach: akkad: I don't think there's anything like that. 2015-04-14T21:07:18Z nikki93 quit (Remote host closed the connection) 2015-04-14T21:09:03Z nikki93 joined #lisp 2015-04-14T21:09:53Z akkad: http://www.lispworks.com/documentation/HyperSpec/Body/f_desc_1.htm 2015-04-14T21:10:31Z Bicyclidine: that is where the l1sp link went, yes 2015-04-14T21:11:08Z admg quit (Quit: Laptop gone to sleep...) 2015-04-14T21:15:42Z mrSpec quit (Quit: mrSpec) 2015-04-14T21:16:37Z nikki93 quit (Remote host closed the connection) 2015-04-14T21:17:05Z bipt joined #lisp 2015-04-14T21:19:28Z mrSpec joined #lisp 2015-04-14T21:19:53Z drmeiste_ joined #lisp 2015-04-14T21:21:06Z admg joined #lisp 2015-04-14T21:21:08Z {[]}grant quit (Ping timeout: 256 seconds) 2015-04-14T21:25:14Z Slothel joined #lisp 2015-04-14T21:25:41Z Posterdati: Xach: who was him? 2015-04-14T21:26:57Z Xach: Posterdati: I don't know. 2015-04-14T21:27:00Z admg quit (Quit: Bye) 2015-04-14T21:27:15Z CrazyEddy quit (Remote host closed the connection) 2015-04-14T21:28:36Z futpib quit (Ping timeout: 240 seconds) 2015-04-14T21:29:33Z karswell` joined #lisp 2015-04-14T21:29:42Z Posterdati: strange, this is a programming related channel, there's no meaning to insult people here... Must be a sick joke 2015-04-14T21:29:52Z ebrasca quit (Remote host closed the connection) 2015-04-14T21:29:56Z dkcl: Xach: I didn't know about l1sp.org, thanks 2015-04-14T21:30:45Z dfox joined #lisp 2015-04-14T21:32:19Z akkad: looks like his name is Madhu 2015-04-14T21:34:58Z Xach: akkad: What suggests that to you? 2015-04-14T21:35:21Z nikki93 joined #lisp 2015-04-14T21:36:01Z Kanae joined #lisp 2015-04-14T21:37:06Z akkad: irclog db 2015-04-14T21:37:44Z Xach: akkad: Can you be more specific? I'm familiar with a Madhu, but one with a very very different MO. 2015-04-14T21:37:51Z akkad: very common nick nevermind 2015-04-14T21:38:20Z akkad: *** fxck is madhu@meer.net 2015-04-14T21:38:21Z akkad: wrong gy 2015-04-14T21:38:23Z akkad: guy 2015-04-14T21:39:06Z yukikaze_ quit (Quit: Leaving) 2015-04-14T21:49:00Z gnuian quit (Quit: Leaving) 2015-04-14T21:50:22Z manuel__ quit (Quit: manuel__) 2015-04-14T21:51:03Z huon56 joined #lisp 2015-04-14T21:51:59Z pjb: Xach: oh! DS1 came back? Where is it? Can I visit it? 2015-04-14T21:52:42Z pjb: Xach: http://nmp.nasa.gov/ds1/gen/orbit.html 2015-04-14T21:53:07Z nikki93 quit (Remote host closed the connection) 2015-04-14T21:53:39Z pjb: Happily, for "deep space" sondes, NASA cannot destroy them in the Earth atmosphere like it does for the other space stations. 2015-04-14T21:54:59Z cpc26: that was a great google talk 2015-04-14T21:55:13Z Xach: Which? 2015-04-14T21:55:27Z cpc26: the DS1 LISP 2015-04-14T21:56:04Z cpc26: https://www.youtube.com/watch?v=_gZK0tW8EhQ 2015-04-14T21:56:21Z cpc26: "The Remote Agent Experiment: Debugging Code from 60 Million Miles Away" 2015-04-14T21:57:47Z sheilong quit (Quit: Konversation terminated!) 2015-04-14T21:58:45Z huon56 quit (Ping timeout: 248 seconds) 2015-04-14T21:59:02Z dkcl quit (Ping timeout: 252 seconds) 2015-04-14T22:01:52Z mrSpec quit (Quit: mrSpec) 2015-04-14T22:02:26Z manuel__ joined #lisp 2015-04-14T22:03:20Z fleaswallow quit (Quit: Leaving) 2015-04-14T22:04:53Z zacts``` joined #lisp 2015-04-14T22:07:19Z zacts` quit (Ping timeout: 265 seconds) 2015-04-14T22:07:48Z sz0 quit (Quit: My computer has gone to sleep. ZZZzzz…) 2015-04-14T22:07:52Z Pastaf joined #lisp 2015-04-14T22:09:24Z manuel__ quit (Quit: manuel__) 2015-04-14T22:11:43Z ehu quit (Quit: Leaving.) 2015-04-14T22:12:09Z manuel__ joined #lisp 2015-04-14T22:14:47Z fragamus joined #lisp 2015-04-14T22:15:47Z vaporatorius quit (Remote host closed the connection) 2015-04-14T22:15:56Z cadadar joined #lisp 2015-04-14T22:16:23Z happy-dude quit (Quit: Connection closed for inactivity) 2015-04-14T22:17:23Z LiamH quit (Quit: Leaving.) 2015-04-14T22:17:54Z CrazyEddy joined #lisp 2015-04-14T22:18:14Z zacts``` quit (Ping timeout: 264 seconds) 2015-04-14T22:18:50Z alpha- quit (Ping timeout: 252 seconds) 2015-04-14T22:20:57Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-04-14T22:21:02Z mishoo quit (Ping timeout: 252 seconds) 2015-04-14T22:22:32Z {[]}grant joined #lisp 2015-04-14T22:23:56Z stepnem quit (Ping timeout: 272 seconds) 2015-04-14T22:25:19Z huon56 joined #lisp 2015-04-14T22:25:29Z []}grant{ joined #lisp 2015-04-14T22:27:38Z {[]}grant quit (Ping timeout: 252 seconds) 2015-04-14T22:28:39Z hiroakip quit (Ping timeout: 250 seconds) 2015-04-14T22:28:50Z oleo_ joined #lisp 2015-04-14T22:29:46Z huon56 quit (Ping timeout: 250 seconds) 2015-04-14T22:30:25Z oleo quit (Ping timeout: 256 seconds) 2015-04-14T22:30:54Z dkcl joined #lisp 2015-04-14T22:35:13Z remi`bd quit (Quit: leaving) 2015-04-14T22:35:44Z jtza8 joined #lisp 2015-04-14T22:38:01Z []}grant{ is now known as {}grant 2015-04-14T22:39:20Z jtz quit (Ping timeout: 256 seconds) 2015-04-14T22:44:21Z Bicyclidine quit (Ping timeout: 276 seconds) 2015-04-14T22:45:00Z killmaster quit (Ping timeout: 256 seconds) 2015-04-14T22:45:25Z jtz joined #lisp 2015-04-14T22:45:25Z jtza8 quit (Ping timeout: 264 seconds) 2015-04-14T22:45:41Z killmaster joined #lisp 2015-04-14T22:46:38Z stardiviner quit (Ping timeout: 245 seconds) 2015-04-14T22:47:07Z jtza8 joined #lisp 2015-04-14T22:49:38Z cadadar quit (Quit: Leaving.) 2015-04-14T22:52:42Z Bicyclidine joined #lisp 2015-04-14T22:52:55Z hydan joined #lisp 2015-04-14T22:54:46Z gklimowicz quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-04-14T22:56:19Z Slothrop joined #lisp 2015-04-14T22:57:41Z gklimowicz joined #lisp 2015-04-14T22:59:35Z stardiviner joined #lisp 2015-04-14T23:03:12Z antgreen quit (Read error: Connection reset by peer) 2015-04-14T23:05:06Z {}grant quit (Ping timeout: 272 seconds) 2015-04-14T23:06:23Z antgreen joined #lisp 2015-04-14T23:08:16Z ndrei quit (Ping timeout: 240 seconds) 2015-04-14T23:08:43Z cpc26 quit (Remote host closed the connection) 2015-04-14T23:09:20Z cpc26 joined #lisp 2015-04-14T23:10:18Z ndrei joined #lisp 2015-04-14T23:11:55Z drmeiste_ quit (Remote host closed the connection) 2015-04-14T23:12:31Z drmeiste_ joined #lisp 2015-04-14T23:13:16Z cpc26 quit (Ping timeout: 240 seconds) 2015-04-14T23:15:18Z sunwukong` quit (Ping timeout: 244 seconds) 2015-04-14T23:15:43Z huon56 joined #lisp 2015-04-14T23:16:42Z DrWat joined #lisp 2015-04-14T23:18:26Z hiyosi joined #lisp 2015-04-14T23:18:43Z a2015 quit (Quit: Page closed) 2015-04-14T23:20:08Z huon56 quit (Ping timeout: 256 seconds) 2015-04-14T23:28:44Z fadein quit (Ping timeout: 244 seconds) 2015-04-14T23:30:02Z joneshf-laptop joined #lisp 2015-04-14T23:30:43Z robot-beethoven joined #lisp 2015-04-14T23:32:27Z kushal quit (Ping timeout: 276 seconds) 2015-04-14T23:35:51Z Stratege_ joined #lisp 2015-04-14T23:38:43Z Stratege quit (Ping timeout: 245 seconds) 2015-04-14T23:38:56Z pyon quit (Ping timeout: 240 seconds) 2015-04-14T23:40:19Z bb010g quit (Quit: Connection closed for inactivity) 2015-04-14T23:43:28Z linux_dream joined #lisp 2015-04-14T23:46:06Z _sjs quit (Ping timeout: 276 seconds) 2015-04-14T23:49:26Z rszeno joined #lisp 2015-04-14T23:55:23Z vdamewood joined #lisp