2015-03-06T00:03:52Z xyh quit (Remote host closed the connection) 2015-03-06T00:04:30Z bb010g joined #scheme 2015-03-06T00:05:51Z pnkfelix quit (Quit: rcirc on GNU Emacs 24.3.92.1) 2015-03-06T00:06:25Z theseb left #scheme 2015-03-06T00:06:38Z larion quit (Ping timeout: 256 seconds) 2015-03-06T00:27:44Z kongtomorrow quit 2015-03-06T00:30:27Z pecg quit (Ping timeout: 250 seconds) 2015-03-06T00:33:48Z oleo_ quit (Quit: Leaving) 2015-03-06T00:34:37Z kongtomorrow joined #scheme 2015-03-06T00:39:10Z oleo joined #scheme 2015-03-06T00:43:07Z jawny joined #scheme 2015-03-06T00:48:02Z kongtomorrow quit (Read error: Connection reset by peer) 2015-03-06T00:48:07Z stepnem joined #scheme 2015-03-06T00:48:37Z kongtomorrow joined #scheme 2015-03-06T00:49:05Z agumonkey quit (Ping timeout: 244 seconds) 2015-03-06T00:54:15Z agumonkey joined #scheme 2015-03-06T00:58:58Z adu quit (Quit: adu) 2015-03-06T00:59:51Z sethalves1 quit (Remote host closed the connection) 2015-03-06T01:11:43Z aretecode quit (Read error: Connection reset by peer) 2015-03-06T01:14:36Z aretecode joined #scheme 2015-03-06T01:15:21Z adu joined #scheme 2015-03-06T01:16:23Z turtleman_ quit (Ping timeout: 240 seconds) 2015-03-06T01:39:12Z King_Hual` quit (Ping timeout: 246 seconds) 2015-03-06T01:53:20Z jlongster joined #scheme 2015-03-06T01:53:32Z echo-area joined #scheme 2015-03-06T01:54:34Z vishesh joined #scheme 2015-03-06T01:59:00Z sethalves1 joined #scheme 2015-03-06T02:03:31Z cky joined #scheme 2015-03-06T02:03:36Z cky quit (Changing host) 2015-03-06T02:03:36Z cky joined #scheme 2015-03-06T02:03:57Z turtleman_ joined #scheme 2015-03-06T02:14:12Z kongtomorrow quit 2015-03-06T02:18:04Z kongtomorrow joined #scheme 2015-03-06T02:24:42Z jawny quit (Quit: Leaving) 2015-03-06T02:25:24Z jawny joined #scheme 2015-03-06T02:26:48Z SirDayBat quit (Ping timeout: 246 seconds) 2015-03-06T02:33:45Z SirDayBat joined #scheme 2015-03-06T02:41:42Z mrowe joined #scheme 2015-03-06T02:42:05Z vdamewood quit (Quit: ["Textual IRC Client: www.textualapp.com"]) 2015-03-06T02:43:13Z kongtomorrow quit 2015-03-06T02:51:26Z vishesh quit (Ping timeout: 272 seconds) 2015-03-06T03:09:34Z rszeno joined #scheme 2015-03-06T03:11:58Z daviid joined #scheme 2015-03-06T03:15:56Z xyh joined #scheme 2015-03-06T03:23:28Z turtleman_ quit (Ping timeout: 264 seconds) 2015-03-06T03:27:09Z mrowe is now known as mrowe_away 2015-03-06T03:28:34Z ilCodificatore joined #scheme 2015-03-06T03:28:50Z scarygelatin joined #scheme 2015-03-06T03:29:16Z ilCodificatore: helloes 2015-03-06T03:29:44Z ilCodificatore: I get to choose the language to implement an application whose rough sketch is as follows: It monitors a user's input at the shell cmd line; then the app searches on disk and/or web for info related; the app then presents the found info to the user, whether it is .pdf, .doc, .htm, .txt, any format (legibly and navigably, of course). Question: 2015-03-06T03:29:58Z ilCodificatore: What advantages does Scheme provide over Python to do such coding? 2015-03-06T03:31:43Z scarygelatin: It's basically a search engine from the commandline, right? 2015-03-06T03:33:12Z ilCodificatore: well, the users are not entering searches at the cmd line. The app monitors their keyboarding, and then decides when and which doc to present to the user. 2015-03-06T03:33:17Z offby1: ilCodificatore: answer: few if any 2015-03-06T03:34:21Z ilCodificatore: interesting 2015-03-06T03:35:23Z scarygelatin: how does it decide which doc to present? 2015-03-06T03:35:30Z ilCodificatore: I suppose that if we consider extensibility of the app at a later time, then Python might fall short? 2015-03-06T03:37:04Z jumblerg joined #scheme 2015-03-06T03:37:13Z ilCodificatore: scarygelatin: some criteria will probably be included "if this, then do that; else ..." 2015-03-06T03:39:43Z ilCodificatore: incidentally, does Scheme have bindings to Qt toolkit? 2015-03-06T03:42:37Z offby1: ilCodificatore: a python app is likely, in practice, to be a bazillion times _more_ extensible than a scheme app 2015-03-06T03:42:44Z offby1: for some value of "a bazillion" 2015-03-06T03:43:00Z offby1: ilCodificatore: _some_ schemes may have Qt bindings; others won't 2015-03-06T03:43:35Z scarygelatin: what advantages would python have over scheme? 2015-03-06T03:44:59Z offby1: useful libraries; larger pool of potential contributors 2015-03-06T03:47:19Z badkins quit 2015-03-06T03:49:06Z taylanub quit (Disconnected by services) 2015-03-06T03:49:41Z taylanub joined #scheme 2015-03-06T03:59:29Z ArneBab joined #scheme 2015-03-06T04:02:19Z ArneBab_ quit (Ping timeout: 245 seconds) 2015-03-06T04:05:21Z sethalves1 quit (Ping timeout: 256 seconds) 2015-03-06T04:07:58Z sethalves1 joined #scheme 2015-03-06T04:11:03Z frkout joined #scheme 2015-03-06T04:11:14Z ilCodificatore: offby1: fair enough. Thanks for the tips. 2015-03-06T04:12:04Z offby1: and note that I'm a fan of scheme. I just don't think it's very practical 2015-03-06T04:12:21Z offby1: "All Lisps are quite useless" -- Oscar Wilde 2015-03-06T04:12:28Z ilCodificatore: lol 2015-03-06T04:13:03Z ijp: oscar wilde sure knew a lot about lisp 2015-03-06T04:13:15Z ilCodificatore: In terms of ease of extending the app, would Python or Scheme be easier? 2015-03-06T04:14:54Z ilCodificatore: say for mere users of the app, not programmers 2015-03-06T04:15:30Z offby1: ilCodificatore: uh, anyone who uses scheme or python to extend your app is, by definition, a programmer. 2015-03-06T04:15:39Z frkout quit (Ping timeout: 245 seconds) 2015-03-06T04:15:43Z offby1: ilCodificatore: and python would win here, too, although of course I can't prove that. 2015-03-06T04:15:53Z offby1: for the same reasons I mentioned above. 2015-03-06T04:16:09Z scarygelatin: depends on how you implement the extension process. 2015-03-06T04:16:44Z ilCodificatore: offby1: =) thank you. 2015-03-06T04:17:16Z ilCodificatore: scarygelatin: ok; I'll keep that in mind. 2015-03-06T04:17:22Z ilCodificatore: scarygelatin: thank you. 2015-03-06T04:17:36Z offby1 is suddenly afraid of the gelatin 2015-03-06T04:19:11Z scarygelatin: I am in fact made of offal and other assorted meat products, but hopefully thats not important right now. 2015-03-06T04:19:37Z offby1: stop calling me "Shirley" 2015-03-06T04:20:27Z scarygelatin: Nice beaver. 2015-03-06T04:20:40Z scarygelatin: err, Airplane! references. 2015-03-06T04:28:15Z offby1: Looks like I picked the wrong week to give up referring to old movies. 2015-03-06T04:30:59Z scarygelatin: get a hold of yourself man! 2015-03-06T04:31:57Z kongtomorrow joined #scheme 2015-03-06T04:38:28Z sethalves1 quit (Remote host closed the connection) 2015-03-06T04:42:38Z offby1: No -- that's JUST what they'll be EXPECTING 2015-03-06T04:47:33Z amgarching joined #scheme 2015-03-06T04:51:06Z amgarchIn9 quit (Ping timeout: 256 seconds) 2015-03-06T05:04:16Z daviid quit (Ping timeout: 264 seconds) 2015-03-06T05:07:11Z scarygelatin quit (Quit: leaving) 2015-03-06T05:08:49Z jawny quit (Ping timeout: 264 seconds) 2015-03-06T05:08:56Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-03-06T05:17:44Z psy_ quit (Ping timeout: 272 seconds) 2015-03-06T05:19:58Z jumblerg joined #scheme 2015-03-06T05:21:52Z ilCodificatore quit 2015-03-06T05:32:18Z jawny joined #scheme 2015-03-06T05:47:39Z ski quit (Ping timeout: 265 seconds) 2015-03-06T05:48:18Z ecthiender joined #scheme 2015-03-06T05:48:30Z ecthiender quit (Changing host) 2015-03-06T05:48:30Z ecthiender joined #scheme 2015-03-06T05:52:32Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-03-06T05:56:42Z oleo quit (Quit: Leaving) 2015-03-06T06:00:58Z jumblerg joined #scheme 2015-03-06T06:00:58Z jumblerg quit (Client Quit) 2015-03-06T06:14:51Z adu quit (Quit: adu) 2015-03-06T06:16:06Z kongtomorrow quit 2015-03-06T06:20:53Z amgarching quit (Ping timeout: 240 seconds) 2015-03-06T06:24:51Z jlongster quit (Ping timeout: 252 seconds) 2015-03-06T06:28:43Z edgar-rft quit (Quit: edgar-rft) 2015-03-06T06:36:35Z ski_ joined #scheme 2015-03-06T06:43:02Z Isp-sec joined #scheme 2015-03-06T06:52:19Z hiroakip quit (Ping timeout: 255 seconds) 2015-03-06T06:55:52Z ski_ is now known as ski 2015-03-06T06:58:59Z rszeno quit (Quit: Leaving.) 2015-03-06T07:00:42Z mtakkman joined #scheme 2015-03-06T07:09:27Z kongtomorrow joined #scheme 2015-03-06T07:09:27Z kongtomorrow quit (Client Quit) 2015-03-06T07:09:45Z kongtomorrow joined #scheme 2015-03-06T07:10:29Z karswell quit (Remote host closed the connection) 2015-03-06T07:10:48Z kongtomorrow quit (Read error: Connection reset by peer) 2015-03-06T07:10:48Z karswell joined #scheme 2015-03-06T07:12:32Z zadock quit (Quit: Leaving) 2015-03-06T07:16:37Z mtakkman quit (Ping timeout: 264 seconds) 2015-03-06T07:20:23Z vishesh joined #scheme 2015-03-06T07:20:33Z kongtomorrow joined #scheme 2015-03-06T07:29:47Z edgar-rft joined #scheme 2015-03-06T07:30:22Z robot-beethoven joined #scheme 2015-03-06T07:41:35Z kongtomorrow quit 2015-03-06T07:42:17Z gravicappa joined #scheme 2015-03-06T07:48:43Z civodul joined #scheme 2015-03-06T08:05:41Z stepnem quit (Remote host closed the connection) 2015-03-06T08:07:27Z stepnem joined #scheme 2015-03-06T08:19:43Z monod joined #scheme 2015-03-06T08:23:19Z Black-Irish joined #scheme 2015-03-06T08:27:58Z Black-Irish quit (Client Quit) 2015-03-06T08:31:35Z monod quit (Quit: Sto andando via) 2015-03-06T08:36:39Z vishesh quit (Ping timeout: 250 seconds) 2015-03-06T08:40:02Z ijp quit (Quit: brb reversing entropy) 2015-03-06T08:44:12Z jawny quit (Ping timeout: 272 seconds) 2015-03-06T08:45:07Z przl joined #scheme 2015-03-06T08:47:15Z Bahman joined #scheme 2015-03-06T08:52:47Z Bahman quit (Ping timeout: 245 seconds) 2015-03-06T08:54:10Z mtakkman joined #scheme 2015-03-06T09:01:56Z przl quit (Ping timeout: 252 seconds) 2015-03-06T09:06:37Z ovenpasta joined #scheme 2015-03-06T09:09:47Z Bahman joined #scheme 2015-03-06T09:25:17Z ovenpasta quit (Ping timeout: 245 seconds) 2015-03-06T09:27:13Z nee joined #scheme 2015-03-06T09:31:49Z PinealGlandOptic quit (Quit: leaving) 2015-03-06T09:32:58Z mtakkman quit (Ping timeout: 255 seconds) 2015-03-06T09:33:59Z przl joined #scheme 2015-03-06T09:34:19Z fantazo joined #scheme 2015-03-06T09:46:21Z fantazo quit (Quit: Verlassend) 2015-03-06T09:57:24Z zadock joined #scheme 2015-03-06T10:10:19Z ASau quit (Ping timeout: 255 seconds) 2015-03-06T10:17:52Z mtakkman joined #scheme 2015-03-06T10:22:49Z robot-beethoven quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-03-06T10:25:25Z Isp-sec quit (Ping timeout: 250 seconds) 2015-03-06T10:27:49Z echo-area quit (Read error: Connection reset by peer) 2015-03-06T10:28:25Z xyh quit (Remote host closed the connection) 2015-03-06T10:34:10Z ovenpasta joined #scheme 2015-03-06T10:36:26Z mtakkman quit (Read error: Connection reset by peer) 2015-03-06T10:37:21Z larion joined #scheme 2015-03-06T10:46:48Z ovenpasta quit (Ping timeout: 252 seconds) 2015-03-06T10:57:44Z Vutral quit (Ping timeout: 256 seconds) 2015-03-06T11:03:25Z akp quit (Ping timeout: 264 seconds) 2015-03-06T11:11:47Z gravicappa quit (Ping timeout: 250 seconds) 2015-03-06T11:11:58Z Vutral joined #scheme 2015-03-06T11:41:06Z King_Hual` joined #scheme 2015-03-06T11:42:33Z Bahman quit (Ping timeout: 250 seconds) 2015-03-06T11:58:59Z przl quit (Ping timeout: 245 seconds) 2015-03-06T12:00:59Z alezost joined #scheme 2015-03-06T12:05:07Z gravicappa joined #scheme 2015-03-06T12:06:41Z ASau joined #scheme 2015-03-06T12:14:47Z daviid joined #scheme 2015-03-06T12:15:25Z edgar-rft quit (Quit: edgar-rft) 2015-03-06T12:15:52Z edgar-rft joined #scheme 2015-03-06T12:15:53Z b4283 joined #scheme 2015-03-06T12:18:11Z edgar-rft quit (Client Quit) 2015-03-06T12:18:30Z edgar-rft joined #scheme 2015-03-06T12:32:27Z monod joined #scheme 2015-03-06T12:35:27Z Bahman joined #scheme 2015-03-06T12:47:46Z mtakkman joined #scheme 2015-03-06T13:03:47Z mtakkman quit (Ping timeout: 244 seconds) 2015-03-06T13:07:34Z przl joined #scheme 2015-03-06T13:18:49Z monod quit (Quit: Sto andando via) 2015-03-06T13:19:28Z ruuns joined #scheme 2015-03-06T13:21:06Z narendraj9 joined #scheme 2015-03-06T13:25:03Z narendraj9 quit (Read error: Connection reset by peer) 2015-03-06T13:30:40Z pnkfelix joined #scheme 2015-03-06T13:41:14Z BossKonaSegwaY quit (Read error: Connection reset by peer) 2015-03-06T13:42:01Z Bahman quit (Ping timeout: 244 seconds) 2015-03-06T13:47:20Z oleo joined #scheme 2015-03-06T13:54:56Z przl quit (Ping timeout: 244 seconds) 2015-03-06T13:57:17Z narendraj9 joined #scheme 2015-03-06T14:01:37Z edgar-rft quit (Quit: edgar-rft) 2015-03-06T14:02:30Z amoe joined #scheme 2015-03-06T14:03:20Z ecthiender quit (Quit: gotta go) 2015-03-06T14:05:08Z turtleman_ joined #scheme 2015-03-06T14:08:44Z {0}grant quit (Remote host closed the connection) 2015-03-06T14:10:14Z przl joined #scheme 2015-03-06T14:15:00Z Shambles_ joined #scheme 2015-03-06T14:15:49Z Shambles_: Does anyone know the difference between syntactic closure and implicit renaming macro systems? Are there any problems/limitations with them I should know about (at least ones that aren't already implied by them operating on lists of 'normal' atoms instead of syntax objects)? 2015-03-06T14:18:22Z leppie quit (Ping timeout: 252 seconds) 2015-03-06T14:19:51Z ijp joined #scheme 2015-03-06T14:22:50Z leppie joined #scheme 2015-03-06T14:24:20Z badkins joined #scheme 2015-03-06T14:29:58Z {0}grant joined #scheme 2015-03-06T14:30:14Z Bahman joined #scheme 2015-03-06T14:31:29Z rszeno joined #scheme 2015-03-06T14:34:15Z z0d: Shambles_: please stick around and someone smart will answer 2015-03-06T14:35:13Z paroneayea quit (Read error: Connection reset by peer) 2015-03-06T14:35:42Z paroneayea joined #scheme 2015-03-06T14:41:31Z Bahman quit (Ping timeout: 250 seconds) 2015-03-06T14:46:58Z xyh joined #scheme 2015-03-06T14:47:47Z Shambles_: z0d: I'm trying asking around and will hang around. So far I haven't gotten a straight answer anywhere. I know there's some sort of problem with implementing syntax-rules on top of syntactic closures without "identifier?" and "identifier=?", but I don't understand the problem, the difference between the two systems, and if they are okay other than that. 2015-03-06T14:49:01Z Shambles_: I do know that without being syntax objects (or some alternative design) it's not possible to give excellent error messages. On the other hand it is easier to use them with most Scheme code, since most of it isn't designed to work on syntax objects (and yes I know you can convert). 2015-03-06T14:50:15Z civodul quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-03-06T14:50:52Z leppie: From R6RS (not sure if in newer too): "If an expression is said to ‘‘return unspecified values'', then the expression must evaluate without raising an exception" that sounds a bit unclear, Eg: (display '() '()) MUST evaluate without error? 2015-03-06T14:52:09Z ijp: leppie: that would be an assertion violation, no? 2015-03-06T14:52:52Z leppie: ijp: yes, but the wording makes it sound like it is not allowed to be an error 2015-03-06T14:53:06Z ijp: how so? 2015-03-06T14:53:16Z ijp: that expression doesn't return unspecified values 2015-03-06T14:53:46Z leppie: (display '() '()) is the expression that "returns unspecified values" 2015-03-06T14:54:37Z ijp: leppie: why? 2015-03-06T14:55:35Z leppie: because the display proc returns unspecified values 2015-03-06T14:55:36Z uber_hulk joined #scheme 2015-03-06T14:55:59Z ijp: it doesn't return here at all 2015-03-06T14:56:36Z leppie: ijp: it does evaluate though 2015-03-06T14:56:42Z vraid: ijp: isn't the scheme standard that every expression returns a value, specified or unspecified? 2015-03-06T14:57:05Z ijp: leppie: the argument checking behaviour clearly states this is an assertion violation 2015-03-06T14:57:52Z leppie: yes, I know, but the wording there seems a bit contradictory 2015-03-06T14:57:54Z ijp: vraid: what does (error #f "foo") return? 2015-03-06T14:58:52Z ijp: you don't even need something exotic like "error", continuations don't return 2015-03-06T15:04:42Z ijp: leppie: if it makes you happier, think about it this way: if you give it the wrong type, it's not a valid expression 2015-03-06T15:07:06Z leppie: :) 2015-03-06T15:07:25Z xyh quit (Remote host closed the connection) 2015-03-06T15:26:42Z narendraj9 quit (Read error: Connection reset by peer) 2015-03-06T15:32:53Z jlongster joined #scheme 2015-03-06T15:33:56Z xyh joined #scheme 2015-03-06T15:36:28Z taylanub: leppie: I guess the wording is just bad in the spec, it surely doesn't mean what you suggest it means. 2015-03-06T15:38:20Z Bahman joined #scheme 2015-03-06T15:42:00Z rszeno quit (Quit: Leaving.) 2015-03-06T15:44:30Z ASau` joined #scheme 2015-03-06T15:47:41Z ASau quit (Ping timeout: 252 seconds) 2015-03-06T15:50:21Z narendraj9 joined #scheme 2015-03-06T15:55:35Z turtleman_ quit (Ping timeout: 246 seconds) 2015-03-06T15:58:02Z Riastradh quit (Ping timeout: 272 seconds) 2015-03-06T16:03:06Z przl quit (Ping timeout: 272 seconds) 2015-03-06T16:05:51Z przl joined #scheme 2015-03-06T16:08:03Z arthurgleckler joined #scheme 2015-03-06T16:08:58Z narendraj9 quit (Quit: WeeChat 1.1.1) 2015-03-06T16:09:24Z arthurgleckler left #scheme 2015-03-06T16:11:13Z agumonkey quit (Ping timeout: 250 seconds) 2015-03-06T16:13:00Z joneshf-laptop quit (Read error: Connection reset by peer) 2015-03-06T16:13:33Z liqu0rice joined #scheme 2015-03-06T16:15:04Z theseb joined #scheme 2015-03-06T16:15:22Z turtleman_ joined #scheme 2015-03-06T16:16:24Z arthur- joined #scheme 2015-03-06T16:24:41Z turtleman_ quit (Ping timeout: 264 seconds) 2015-03-06T16:25:57Z jawny joined #scheme 2015-03-06T16:30:44Z germ13 joined #scheme 2015-03-06T16:31:12Z nee quit (Remote host closed the connection) 2015-03-06T16:32:25Z fantazo joined #scheme 2015-03-06T16:33:58Z Bahman quit (Quit: Ave atque vale) 2015-03-06T16:35:28Z pnkfelix quit (Quit: rcirc on GNU Emacs 24.3.92.1) 2015-03-06T16:38:09Z turtleman_ joined #scheme 2015-03-06T16:38:44Z arthur- is now known as arthurgleckler 2015-03-06T16:42:08Z arthurgleckler quit (Quit: Using Circe, the loveliest of all IRC clients) 2015-03-06T16:42:37Z arthurgleckler joined #scheme 2015-03-06T16:44:58Z b4283 quit (Quit: Konversation terminated!) 2015-03-06T16:45:06Z sethalves1 joined #scheme 2015-03-06T16:46:14Z turtleman_ quit (Ping timeout: 256 seconds) 2015-03-06T16:54:45Z arthurgleckler left #scheme 2015-03-06T16:56:02Z arthurgleckler joined #scheme 2015-03-06T16:56:22Z PinealGlandOptic joined #scheme 2015-03-06T16:57:50Z rszeno joined #scheme 2015-03-06T16:59:28Z mtakkman joined #scheme 2015-03-06T17:00:24Z arthurgleckler: I'm using Circe version 1.5 with GNU Emacs 24.4.1 (of 2014-10-21) 2015-03-06T17:00:31Z badkins quit 2015-03-06T17:01:45Z aretecode quit (Read error: Connection reset by peer) 2015-03-06T17:02:00Z przl quit (Ping timeout: 272 seconds) 2015-03-06T17:03:19Z arthurgleckler: r5rs define 2015-03-06T17:05:15Z aretecode joined #scheme 2015-03-06T17:08:38Z rthurglecklera joined #scheme 2015-03-06T17:09:06Z rthurglecklera left #scheme 2015-03-06T17:09:25Z rthurglecklera joined #scheme 2015-03-06T17:14:38Z Riastradh joined #scheme 2015-03-06T17:14:46Z arthurgleckler: whois arthurgleckler 2015-03-06T17:14:52Z arthurgleckler: whois Riastradh 2015-03-06T17:15:12Z arthurgleckler left #scheme 2015-03-06T17:15:14Z Riastradh: Hi, Arthur! You might want to write a slash first. 2015-03-06T17:15:26Z liqu0rice quit (Quit: leaving) 2015-03-06T17:15:27Z rthurglecklera quit (Quit: Using Circe, the loveliest of all IRC clients) 2015-03-06T17:18:15Z mtakkman quit (Ping timeout: 252 seconds) 2015-03-06T17:20:06Z pnkfelix joined #scheme 2015-03-06T17:20:10Z bb010g quit (Quit: Connection closed for inactivity) 2015-03-06T17:37:20Z Bahman joined #scheme 2015-03-06T17:39:46Z turtleman_ joined #scheme 2015-03-06T17:40:50Z zadock quit (Quit: Leaving) 2015-03-06T17:41:00Z xyh quit (Remote host closed the connection) 2015-03-06T17:41:33Z vishesh joined #scheme 2015-03-06T17:49:39Z ijp quit (Quit: brb inventing something better than sliced bread) 2015-03-06T17:50:16Z pnkfelix quit (Quit: rcirc on GNU Emacs 24.3.92.1) 2015-03-06T17:55:00Z yrdz quit (Read error: Connection reset by peer) 2015-03-06T17:55:17Z vishesh quit (Ping timeout: 264 seconds) 2015-03-06T17:55:44Z yrdz joined #scheme 2015-03-06T17:57:09Z King_Hual` quit (Read error: Connection reset by peer) 2015-03-06T17:57:36Z przl joined #scheme 2015-03-06T18:00:56Z King_Hual joined #scheme 2015-03-06T18:02:35Z przl quit (Ping timeout: 250 seconds) 2015-03-06T18:03:13Z badkins joined #scheme 2015-03-06T18:03:41Z rszeno quit (Ping timeout: 246 seconds) 2015-03-06T18:05:52Z monod joined #scheme 2015-03-06T18:11:17Z cjh`_ quit (Remote host closed the connection) 2015-03-06T18:11:17Z TrueShiftBlue quit (Remote host closed the connection) 2015-03-06T18:15:08Z ASau` is now known as ASau 2015-03-06T18:15:42Z turtleman_ quit (Ping timeout: 245 seconds) 2015-03-06T18:18:32Z vishesh joined #scheme 2015-03-06T18:19:27Z Vutral quit (Ping timeout: 245 seconds) 2015-03-06T18:19:30Z Shambles_ left #scheme 2015-03-06T18:21:13Z joneshf-laptop joined #scheme 2015-03-06T18:23:27Z joneshf-laptop quit (Remote host closed the connection) 2015-03-06T18:23:46Z joneshf-laptop joined #scheme 2015-03-06T18:26:05Z jeapostr1phe joined #scheme 2015-03-06T18:27:14Z rszeno joined #scheme 2015-03-06T18:31:31Z turtleman_ joined #scheme 2015-03-06T18:34:30Z monod quit (Quit: Sto andando via) 2015-03-06T18:35:27Z Vutral joined #scheme 2015-03-06T18:36:25Z liqu0rice joined #scheme 2015-03-06T18:38:11Z wingo quit (Ping timeout: 252 seconds) 2015-03-06T18:40:22Z pecg joined #scheme 2015-03-06T18:42:33Z turtleman_ quit (Ping timeout: 256 seconds) 2015-03-06T18:45:39Z jeapostr1phe quit (Ping timeout: 245 seconds) 2015-03-06T18:49:31Z pecg quit (Quit: WeeChat 1.1.1) 2015-03-06T18:53:16Z uber_hulk quit (Quit: Connection closed for inactivity) 2015-03-06T18:58:15Z przl joined #scheme 2015-03-06T18:59:06Z Ruchran joined #scheme 2015-03-06T18:59:26Z alexei joined #scheme 2015-03-06T19:03:31Z przl quit (Ping timeout: 256 seconds) 2015-03-06T19:03:40Z agumonkey joined #scheme 2015-03-06T19:14:21Z hiroakip joined #scheme 2015-03-06T19:19:41Z hiroakip quit (Ping timeout: 246 seconds) 2015-03-06T19:21:22Z ovenpasta joined #scheme 2015-03-06T19:22:10Z fantazo quit (Quit: Verlassend) 2015-03-06T19:26:03Z jeapostrophe joined #scheme 2015-03-06T19:26:03Z jeapostrophe quit (Changing host) 2015-03-06T19:26:03Z jeapostrophe joined #scheme 2015-03-06T19:29:24Z Bahman quit (Ping timeout: 245 seconds) 2015-03-06T19:36:07Z jlongster quit (Ping timeout: 252 seconds) 2015-03-06T19:37:51Z khisanth_ joined #scheme 2015-03-06T19:40:04Z Khisanth quit (Ping timeout: 244 seconds) 2015-03-06T19:41:15Z przl joined #scheme 2015-03-06T19:45:05Z alexei quit (Ping timeout: 264 seconds) 2015-03-06T19:46:19Z przl quit (Ping timeout: 255 seconds) 2015-03-06T19:47:13Z vishesh quit (Ping timeout: 264 seconds) 2015-03-06T19:53:27Z alexei joined #scheme 2015-03-06T20:09:23Z gravicappa quit (Remote host closed the connection) 2015-03-06T20:14:40Z vraid quit (Ping timeout: 255 seconds) 2015-03-06T20:21:53Z hiroakip joined #scheme 2015-03-06T20:25:02Z hiroakip quit (Read error: Connection reset by peer) 2015-03-06T20:25:38Z hiroakip joined #scheme 2015-03-06T20:27:41Z oleo_ joined #scheme 2015-03-06T20:28:02Z oleo_ quit (Changing host) 2015-03-06T20:28:02Z oleo_ joined #scheme 2015-03-06T20:28:23Z oleo is now known as Guest45422 2015-03-06T20:28:53Z oleo_ is now known as oleo 2015-03-06T20:29:08Z hiroakip quit (Remote host closed the connection) 2015-03-06T20:29:41Z hiroakip joined #scheme 2015-03-06T20:30:28Z kongtomorrow joined #scheme 2015-03-06T20:31:01Z Guest45422 quit (Ping timeout: 264 seconds) 2015-03-06T20:31:02Z {0}grant quit (Ping timeout: 246 seconds) 2015-03-06T20:32:35Z vraid joined #scheme 2015-03-06T20:34:48Z jawny quit (Ping timeout: 272 seconds) 2015-03-06T20:42:00Z przl joined #scheme 2015-03-06T20:44:30Z kongtomorrow quit 2015-03-06T20:47:04Z przl quit (Ping timeout: 256 seconds) 2015-03-06T20:47:08Z alexei quit (Ping timeout: 265 seconds) 2015-03-06T20:48:10Z alezost quit (Quit: I use GNU Guix ) 2015-03-06T20:52:53Z PinealGlandOptic quit (Ping timeout: 264 seconds) 2015-03-06T20:53:22Z vishesh joined #scheme 2015-03-06T20:59:01Z dmiles_afk quit 2015-03-06T21:03:26Z hiroakip quit (Remote host closed the connection) 2015-03-06T21:03:59Z hiroakip joined #scheme 2015-03-06T21:06:23Z vishesh quit (Ping timeout: 240 seconds) 2015-03-06T21:09:27Z cjh` joined #scheme 2015-03-06T21:11:48Z Ruchran quit (Quit: Connection closed for inactivity) 2015-03-06T21:15:00Z Isp-sec joined #scheme 2015-03-06T21:15:10Z hiroakip quit (Remote host closed the connection) 2015-03-06T21:15:42Z hiroakip joined #scheme 2015-03-06T21:15:56Z vifino quit (Quit: Who turned this off?! D:<) 2015-03-06T21:17:03Z hiroakip quit (Remote host closed the connection) 2015-03-06T21:17:42Z hiroakip joined #scheme 2015-03-06T21:17:46Z zadock joined #scheme 2015-03-06T21:17:47Z cjh` quit (Quit: leaving) 2015-03-06T21:17:55Z cjh` joined #scheme 2015-03-06T21:17:57Z dmiles_afk joined #scheme 2015-03-06T21:18:01Z liqu0rice quit (Quit: leaving) 2015-03-06T21:18:12Z GGMethos quit (Quit: WeeChat 1.0.1) 2015-03-06T21:18:47Z cjh` quit (Client Quit) 2015-03-06T21:18:57Z cjh` joined #scheme 2015-03-06T21:20:00Z jeapostrophe quit (Ping timeout: 265 seconds) 2015-03-06T21:27:09Z vishesh joined #scheme 2015-03-06T21:35:07Z jawny joined #scheme 2015-03-06T21:36:23Z badkins quit 2015-03-06T21:41:56Z GGMethos joined #scheme 2015-03-06T21:42:47Z przl joined #scheme 2015-03-06T21:48:05Z przl quit (Ping timeout: 264 seconds) 2015-03-06T21:48:05Z joneshf-laptop quit (Ping timeout: 264 seconds) 2015-03-06T21:51:25Z jeapostrophe joined #scheme 2015-03-06T21:51:25Z jeapostrophe quit (Changing host) 2015-03-06T21:51:25Z jeapostrophe joined #scheme 2015-03-06T22:00:57Z ByronJohnson quit (Quit: Restarting client.) 2015-03-06T22:01:39Z ByronJohnson joined #scheme 2015-03-06T22:02:23Z badkins joined #scheme 2015-03-06T22:03:03Z ecraven quit (Remote host closed the connection) 2015-03-06T22:06:02Z vifino joined #scheme 2015-03-06T22:10:59Z badkins quit (Remote host closed the connection) 2015-03-06T22:21:42Z theseb left #scheme 2015-03-06T22:35:55Z karswell quit (Remote host closed the connection) 2015-03-06T22:36:12Z karswell joined #scheme 2015-03-06T22:38:45Z karswell quit (Remote host closed the connection) 2015-03-06T22:39:02Z karswell joined #scheme 2015-03-06T22:39:12Z hiroakip quit (Ping timeout: 246 seconds) 2015-03-06T22:39:14Z ovenpasta quit (Ping timeout: 252 seconds) 2015-03-06T22:40:12Z edgar-rft joined #scheme 2015-03-06T22:43:31Z przl joined #scheme 2015-03-06T22:48:39Z przl quit (Ping timeout: 244 seconds) 2015-03-06T22:53:39Z robot-beethoven joined #scheme 2015-03-06T23:05:28Z rszeno quit (Quit: Leaving.) 2015-03-06T23:10:58Z karswell quit (Remote host closed the connection) 2015-03-06T23:11:08Z karswell joined #scheme 2015-03-06T23:11:28Z pecg joined #scheme 2015-03-06T23:13:29Z Isp-sec quit (Ping timeout: 246 seconds) 2015-03-06T23:13:42Z Ruchran joined #scheme 2015-03-06T23:18:57Z kongtomorrow joined #scheme 2015-03-06T23:26:23Z jeapostrophe quit (Ping timeout: 252 seconds) 2015-03-06T23:27:13Z jawny quit (Quit: Leaving) 2015-03-06T23:31:50Z averell quit (Remote host closed the connection) 2015-03-06T23:32:27Z joneshf-laptop joined #scheme 2015-03-06T23:40:41Z germ13 quit (Ping timeout: 252 seconds) 2015-03-06T23:59:51Z badkins joined #scheme