2015-01-14T00:02:32Z jgrant quit (Remote host closed the connection) 2015-01-14T00:02:40Z jumblerg joined #scheme 2015-01-14T00:06:40Z Bahman quit (Quit: zzZZ) 2015-01-14T00:06:54Z gnomon_ joined #scheme 2015-01-14T00:06:55Z add^__ joined #scheme 2015-01-14T00:07:05Z superjudge joined #scheme 2015-01-14T00:07:07Z weinholt` joined #scheme 2015-01-14T00:07:38Z ijp quit (Quit: brb cleaning the augean stables) 2015-01-14T00:08:00Z kwmiebach joined #scheme 2015-01-14T00:08:41Z dytrivedi joined #scheme 2015-01-14T00:09:00Z lolcow joined #scheme 2015-01-14T00:09:06Z cojy joined #scheme 2015-01-14T00:09:19Z Natch quit (Ping timeout: 264 seconds) 2015-01-14T00:09:19Z weinholt quit (Ping timeout: 264 seconds) 2015-01-14T00:09:19Z leppie quit (Ping timeout: 264 seconds) 2015-01-14T00:09:19Z Kryo quit (Ping timeout: 264 seconds) 2015-01-14T00:09:20Z clauswitt quit (Ping timeout: 264 seconds) 2015-01-14T00:09:20Z emlow quit (Ping timeout: 264 seconds) 2015-01-14T00:09:20Z gnomon quit (Ping timeout: 264 seconds) 2015-01-14T00:09:20Z add^_ quit (Ping timeout: 264 seconds) 2015-01-14T00:09:20Z oleo quit (Ping timeout: 264 seconds) 2015-01-14T00:09:20Z enitiz quit (Ping timeout: 264 seconds) 2015-01-14T00:09:20Z joneshf-laptop quit (Ping timeout: 264 seconds) 2015-01-14T00:09:22Z weinholt` is now known as weinholt 2015-01-14T00:09:23Z Kryo joined #scheme 2015-01-14T00:09:43Z jgrant joined #scheme 2015-01-14T00:10:22Z clauswitt joined #scheme 2015-01-14T00:10:39Z Natch joined #scheme 2015-01-14T00:10:53Z jgrant quit (Read error: Connection reset by peer) 2015-01-14T00:10:57Z emlow joined #scheme 2015-01-14T00:11:13Z jgrant joined #scheme 2015-01-14T00:11:24Z joneshf-laptop joined #scheme 2015-01-14T00:11:25Z jlongste` is now known as jlongster 2015-01-14T00:11:53Z oleo joined #scheme 2015-01-14T00:12:26Z enitiz joined #scheme 2015-01-14T00:13:23Z turtleman_ quit (Ping timeout: 252 seconds) 2015-01-14T00:13:27Z jgrant quit (Remote host closed the connection) 2015-01-14T00:13:44Z jgrant joined #scheme 2015-01-14T00:16:11Z githogori quit (Read error: Connection reset by peer) 2015-01-14T00:18:04Z githogori joined #scheme 2015-01-14T00:21:19Z Riastradh quit (Ping timeout: 250 seconds) 2015-01-14T00:22:44Z githogori quit (Ping timeout: 245 seconds) 2015-01-14T00:25:04Z zachstone joined #scheme 2015-01-14T00:27:25Z bb010g joined #scheme 2015-01-14T00:28:17Z samth joined #scheme 2015-01-14T00:29:09Z Riviera joined #scheme 2015-01-14T00:29:13Z jeapostrophe joined #scheme 2015-01-14T00:29:13Z jeapostrophe quit (Changing host) 2015-01-14T00:29:13Z jeapostrophe joined #scheme 2015-01-14T00:29:56Z gluegadget joined #scheme 2015-01-14T00:30:39Z zachstone quit (Ping timeout: 264 seconds) 2015-01-14T00:33:35Z greghendershott joined #scheme 2015-01-14T00:33:59Z githogori joined #scheme 2015-01-14T00:33:59Z jeapostrophe quit (Ping timeout: 245 seconds) 2015-01-14T00:34:12Z ggherdov quit (Excess Flood) 2015-01-14T00:36:15Z jlongster quit (Ping timeout: 256 seconds) 2015-01-14T00:36:30Z ggherdov joined #scheme 2015-01-14T00:37:25Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T00:38:20Z jumblerg joined #scheme 2015-01-14T00:43:10Z lixuan_ joined #scheme 2015-01-14T00:43:55Z lixuan_: Hello, I am taking a cs class at my college and they are asking me to develop a function that get the nth smallest of three numbers without using cond, if, boolean values or recursion 2015-01-14T00:44:08Z lixuan_: the only thing you can use are the mathematical functions of scheme 2015-01-14T00:44:13Z lixuan_: can you help me I am stuck :( 2015-01-14T00:45:15Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T00:46:07Z ggherdov quit (Excess Flood) 2015-01-14T00:47:37Z AkashicLegend joined #scheme 2015-01-14T00:50:36Z psy_ quit (Ping timeout: 244 seconds) 2015-01-14T00:50:39Z jcloud joined #scheme 2015-01-14T00:50:54Z ggherdov joined #scheme 2015-01-14T00:52:22Z masm quit (Ping timeout: 245 seconds) 2015-01-14T00:52:28Z jumblerg joined #scheme 2015-01-14T01:01:46Z superjudge quit (Ping timeout: 244 seconds) 2015-01-14T01:03:12Z turtleman_ joined #scheme 2015-01-14T01:03:51Z turtleman_ quit (Client Quit) 2015-01-14T01:03:56Z rx joined #scheme 2015-01-14T01:04:56Z sethalves: lixuan_ you can sort of get an if with (and ...) and (or ...) because they are lazy 2015-01-14T01:05:19Z lixuan_: I can't use and/or 2015-01-14T01:05:36Z lixuan_: "You may NOT use cond, if, lists, recursion, Booleans, or other things we’ll get to later in the course " 2015-01-14T01:06:04Z sethalves: can you use max? 2015-01-14T01:06:36Z superjudge joined #scheme 2015-01-14T01:07:26Z lixuan_: Yes! 2015-01-14T01:08:27Z sethalves: (I guess min would make more sense for this) 2015-01-14T01:08:29Z jkraemer quit (Ping timeout: 244 seconds) 2015-01-14T01:09:07Z KingOfKarlsruhe left #scheme 2015-01-14T01:09:19Z sethalves: it seems like combining max and min in the proper ways would get you the 1st, 2nd or 3rd smallest of 3 numbers 2015-01-14T01:09:48Z lixuan_: but how do you manage to do dynamically (in function of i) without flow control? 2015-01-14T01:09:55Z karswell joined #scheme 2015-01-14T01:13:23Z sethalves: i'm not sure. are you sure you can't define 3 different functions? 2015-01-14T01:13:57Z sethalves: it has to be like (define (nth-smallest n a b c) ...min and max...) ? 2015-01-14T01:14:21Z sethalves: do you get list-ref ? 2015-01-14T01:14:41Z jkraemer joined #scheme 2015-01-14T01:14:46Z turtleman_ joined #scheme 2015-01-14T01:14:57Z greghendershott quit (Read error: Connection reset by peer) 2015-01-14T01:20:17Z rtra quit (Ping timeout: 265 seconds) 2015-01-14T01:22:52Z hiroakip quit (Ping timeout: 240 seconds) 2015-01-14T01:28:05Z greghendershott joined #scheme 2015-01-14T01:29:27Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T01:29:33Z lixuan_: sethalves: no I don't have list-ref 2015-01-14T01:29:39Z lixuan_: What I am trying to do is to have a function that calculate the coeffient for each a b c 2015-01-14T01:30:05Z lixuan_: if (i 3) for example (* a (get-i 3)) (* b (get-i 2)) (* c (get-i 1)) 2015-01-14T01:30:23Z lixuan_: returns 0 for any value different than 1 using abs, modulo and - 2015-01-14T01:30:28Z lixuan_: (define (get-i i) (abs (- (modulo 1 i) 1))) 2015-01-14T01:30:36Z lixuan_: but it does not work for i=2 and i=1 2015-01-14T01:31:00Z lixuan_: because I compute forbidden values (modulo 1 0) or modulo 1 -1 2015-01-14T01:31:46Z ffs quit (Read error: Connection reset by peer) 2015-01-14T01:32:01Z ffs joined #scheme 2015-01-14T01:35:03Z jeapostrophe joined #scheme 2015-01-14T01:35:03Z jeapostrophe quit (Changing host) 2015-01-14T01:35:03Z jeapostrophe joined #scheme 2015-01-14T01:36:37Z c74d quit (Read error: Connection reset by peer) 2015-01-14T01:37:14Z rtra joined #scheme 2015-01-14T01:38:15Z _leb joined #scheme 2015-01-14T01:38:56Z zacts: lo world 2015-01-14T01:39:09Z c74d joined #scheme 2015-01-14T01:39:33Z jeapostrophe quit (Ping timeout: 252 seconds) 2015-01-14T01:52:28Z adu quit (Quit: adu) 2015-01-14T01:55:34Z kongtomorrow joined #scheme 2015-01-14T01:57:19Z githogori_ joined #scheme 2015-01-14T01:58:52Z githogori quit (Ping timeout: 240 seconds) 2015-01-14T02:00:10Z lixuan_ quit (Quit: Page closed) 2015-01-14T02:12:49Z b4283 joined #scheme 2015-01-14T02:15:54Z echo-area joined #scheme 2015-01-14T02:17:36Z araujo quit (Read error: Connection reset by peer) 2015-01-14T02:18:08Z araujo joined #scheme 2015-01-14T02:20:59Z davexunit joined #scheme 2015-01-14T02:23:12Z jlongster joined #scheme 2015-01-14T02:24:01Z c74d quit (Remote host closed the connection) 2015-01-14T02:26:29Z c74d joined #scheme 2015-01-14T02:26:57Z mrowe quit (Ping timeout: 245 seconds) 2015-01-14T02:27:19Z tobik quit (Ping timeout: 245 seconds) 2015-01-14T02:29:19Z tobik joined #scheme 2015-01-14T02:30:03Z alexei___ quit (Ping timeout: 264 seconds) 2015-01-14T02:36:02Z mrowe joined #scheme 2015-01-14T02:36:35Z adu joined #scheme 2015-01-14T02:37:54Z kongtomorrow quit 2015-01-14T02:40:36Z theseb joined #scheme 2015-01-14T02:45:31Z jeapostrophe joined #scheme 2015-01-14T02:47:17Z chameco quit (Ping timeout: 265 seconds) 2015-01-14T02:47:17Z carc quit (Ping timeout: 265 seconds) 2015-01-14T02:47:57Z taylanub quit (Disconnected by services) 2015-01-14T02:48:33Z taylanub joined #scheme 2015-01-14T02:49:57Z jeapostrophe quit (Ping timeout: 244 seconds) 2015-01-14T02:50:29Z nowhere_man_ joined #scheme 2015-01-14T02:50:41Z nowhereman quit (Ping timeout: 252 seconds) 2015-01-14T02:51:07Z mrowe quit (Ping timeout: 256 seconds) 2015-01-14T02:52:52Z dytrivedi quit (Ping timeout: 244 seconds) 2015-01-14T02:53:22Z balkamos quit (Ping timeout: 244 seconds) 2015-01-14T02:53:35Z chameco joined #scheme 2015-01-14T02:54:25Z cojy quit (Ping timeout: 244 seconds) 2015-01-14T02:54:33Z mrowe joined #scheme 2015-01-14T02:55:27Z pchrist quit (Ping timeout: 244 seconds) 2015-01-14T02:56:37Z pchrist joined #scheme 2015-01-14T02:57:01Z greghendershott quit (Ping timeout: 244 seconds) 2015-01-14T02:57:10Z cojy joined #scheme 2015-01-14T02:57:12Z carc joined #scheme 2015-01-14T02:57:12Z carc quit (Changing host) 2015-01-14T02:57:12Z carc joined #scheme 2015-01-14T02:57:29Z dytrivedi joined #scheme 2015-01-14T02:58:16Z _leb quit (Read error: Connection reset by peer) 2015-01-14T02:58:44Z mrowe quit (Max SendQ exceeded) 2015-01-14T02:58:55Z greghendershott joined #scheme 2015-01-14T03:00:05Z jyc quit (Ping timeout: 244 seconds) 2015-01-14T03:00:49Z jyc joined #scheme 2015-01-14T03:02:19Z BitPuffin quit (Ping timeout: 245 seconds) 2015-01-14T03:02:37Z mrowe joined #scheme 2015-01-14T03:04:38Z zachstone joined #scheme 2015-01-14T03:05:12Z c74d quit (Read error: Connection reset by peer) 2015-01-14T03:06:31Z davexunit quit (Quit: Later) 2015-01-14T03:07:45Z c74d joined #scheme 2015-01-14T03:11:27Z pchrist quit (Ping timeout: 244 seconds) 2015-01-14T03:13:52Z emma quit (Ping timeout: 240 seconds) 2015-01-14T03:16:26Z emma joined #scheme 2015-01-14T03:19:05Z theseb quit (Remote host closed the connection) 2015-01-14T03:20:00Z blackwolf quit (Remote host closed the connection) 2015-01-14T03:20:07Z theseb joined #scheme 2015-01-14T03:24:55Z taylanub quit (Read error: Connection reset by peer) 2015-01-14T03:25:42Z taylanub joined #scheme 2015-01-14T03:26:50Z pchrist joined #scheme 2015-01-14T03:31:29Z uber_hulk joined #scheme 2015-01-14T03:33:26Z chu quit (Quit: leaving) 2015-01-14T03:33:51Z chu joined #scheme 2015-01-14T03:38:25Z mrowe is now known as mrowe_away 2015-01-14T03:40:23Z superjudge quit (Ping timeout: 244 seconds) 2015-01-14T03:41:23Z mrowe_away is now known as mrowe 2015-01-14T03:42:57Z superjudge joined #scheme 2015-01-14T03:43:26Z balkamos joined #scheme 2015-01-14T03:47:04Z bb010g quit 2015-01-14T03:53:24Z bb010g joined #scheme 2015-01-14T03:59:37Z githogori__ joined #scheme 2015-01-14T04:00:43Z githogori_ quit (Ping timeout: 252 seconds) 2015-01-14T04:03:31Z BossKonaSegwaY1 joined #scheme 2015-01-14T04:03:59Z BossKonaSegwaY quit (Ping timeout: 245 seconds) 2015-01-14T04:06:20Z pera joined #scheme 2015-01-14T04:06:26Z enitiz quit (Remote host closed the connection) 2015-01-14T04:18:59Z c74d quit (Remote host closed the connection) 2015-01-14T04:21:39Z c74d joined #scheme 2015-01-14T04:24:18Z samth quit (Ping timeout: 244 seconds) 2015-01-14T04:25:35Z samth joined #scheme 2015-01-14T04:25:42Z Vutral quit (Ping timeout: 245 seconds) 2015-01-14T04:28:26Z chameco quit (Ping timeout: 244 seconds) 2015-01-14T04:37:48Z chameco joined #scheme 2015-01-14T04:41:39Z Vutral joined #scheme 2015-01-14T04:42:41Z MichaelRaskin quit (Quit: MichaelRaskin) 2015-01-14T04:52:57Z turtleman_ quit (Ping timeout: 256 seconds) 2015-01-14T04:53:31Z excelsior joined #scheme 2015-01-14T04:53:52Z c74d quit (Read error: Connection reset by peer) 2015-01-14T04:54:37Z chu quit (Ping timeout: 252 seconds) 2015-01-14T04:56:23Z c74d joined #scheme 2015-01-14T04:56:40Z chu joined #scheme 2015-01-14T05:03:34Z chameco quit (Ping timeout: 244 seconds) 2015-01-14T05:03:40Z enitiz joined #scheme 2015-01-14T05:04:05Z carc quit (Ping timeout: 244 seconds) 2015-01-14T05:04:27Z frkout quit (Ping timeout: 245 seconds) 2015-01-14T05:06:22Z chameco joined #scheme 2015-01-14T05:06:23Z carc joined #scheme 2015-01-14T05:06:43Z fsckd quit (Ping timeout: 252 seconds) 2015-01-14T05:07:08Z mdln joined #scheme 2015-01-14T05:08:10Z frkout joined #scheme 2015-01-14T05:11:56Z psy joined #scheme 2015-01-14T05:15:21Z ecthiender joined #scheme 2015-01-14T05:18:25Z oleo is now known as Guest23235 2015-01-14T05:20:03Z oleo__ joined #scheme 2015-01-14T05:21:23Z Guest23235 quit (Ping timeout: 252 seconds) 2015-01-14T05:25:13Z frkout_ joined #scheme 2015-01-14T05:27:28Z mdln quit (Remote host closed the connection) 2015-01-14T05:28:09Z mdln joined #scheme 2015-01-14T05:28:34Z frkout quit (Ping timeout: 244 seconds) 2015-01-14T05:31:04Z mdln quit (Remote host closed the connection) 2015-01-14T05:34:03Z samth quit (Ping timeout: 244 seconds) 2015-01-14T05:36:06Z samth joined #scheme 2015-01-14T05:36:38Z carc quit (Ping timeout: 244 seconds) 2015-01-14T05:36:38Z chameco quit (Ping timeout: 244 seconds) 2015-01-14T05:38:19Z uber_hulk quit (Quit: Connection closed for inactivity) 2015-01-14T05:39:53Z c74d quit (Read error: Connection reset by peer) 2015-01-14T05:42:25Z c74d joined #scheme 2015-01-14T05:42:27Z carc joined #scheme 2015-01-14T05:43:33Z rx quit (Ping timeout: 244 seconds) 2015-01-14T05:43:57Z chameco joined #scheme 2015-01-14T05:47:29Z rtra quit (Ping timeout: 244 seconds) 2015-01-14T05:47:41Z jgrant quit (Ping timeout: 244 seconds) 2015-01-14T05:50:20Z rtra joined #scheme 2015-01-14T05:51:29Z vanila joined #scheme 2015-01-14T05:53:06Z jgrant joined #scheme 2015-01-14T05:54:05Z HisaoNakai joined #scheme 2015-01-14T05:55:30Z c74d quit (Remote host closed the connection) 2015-01-14T05:55:49Z daviid joined #scheme 2015-01-14T05:57:37Z greghendershott quit (Read error: Connection reset by peer) 2015-01-14T05:58:01Z c74d joined #scheme 2015-01-14T05:58:52Z greghendershott joined #scheme 2015-01-14T05:58:52Z pera quit (Ping timeout: 240 seconds) 2015-01-14T06:02:07Z frkout_ quit (Remote host closed the connection) 2015-01-14T06:02:34Z frkout joined #scheme 2015-01-14T06:02:59Z chameco quit (Ping timeout: 244 seconds) 2015-01-14T06:03:30Z chameco joined #scheme 2015-01-14T06:13:00Z enitiz quit (Ping timeout: 244 seconds) 2015-01-14T06:14:52Z jlongster quit (Ping timeout: 240 seconds) 2015-01-14T06:20:14Z zachstone quit (Ping timeout: 245 seconds) 2015-01-14T06:24:13Z zachstone joined #scheme 2015-01-14T06:25:20Z oleo__ quit (Quit: Verlassend) 2015-01-14T06:26:27Z mumptai joined #scheme 2015-01-14T06:26:50Z AkashicLegend quit (Quit: AkashicLegend) 2015-01-14T06:28:26Z adu_ joined #scheme 2015-01-14T06:28:47Z BossKonaSegwaY joined #scheme 2015-01-14T06:28:49Z chameco quit (Ping timeout: 244 seconds) 2015-01-14T06:28:55Z adu quit (Ping timeout: 255 seconds) 2015-01-14T06:28:55Z adu_ is now known as adu 2015-01-14T06:30:03Z BossKonaSegwaY1 quit (Ping timeout: 244 seconds) 2015-01-14T06:30:19Z kongtomorrow joined #scheme 2015-01-14T06:34:34Z c74d quit (Read error: Connection reset by peer) 2015-01-14T06:36:05Z chameco joined #scheme 2015-01-14T06:37:04Z c74d joined #scheme 2015-01-14T06:43:07Z mumptai quit (Remote host closed the connection) 2015-01-14T06:44:50Z rtra quit (Ping timeout: 244 seconds) 2015-01-14T06:47:56Z rtra joined #scheme 2015-01-14T06:48:58Z chameco quit (Ping timeout: 244 seconds) 2015-01-14T06:53:05Z chameco joined #scheme 2015-01-14T06:54:41Z c74d quit (Read error: Connection reset by peer) 2015-01-14T06:54:43Z hiroakip joined #scheme 2015-01-14T06:55:55Z psy quit (Ping timeout: 255 seconds) 2015-01-14T06:57:15Z c74d joined #scheme 2015-01-14T07:01:46Z daviid quit (Ping timeout: 255 seconds) 2015-01-14T07:03:59Z psy joined #scheme 2015-01-14T07:06:30Z ecthiender quit (Quit: gotta go) 2015-01-14T07:08:52Z gluegadget quit (Read error: Connection reset by peer) 2015-01-14T07:08:59Z superjudge quit (Read error: Connection reset by peer) 2015-01-14T07:09:37Z copycat joined #scheme 2015-01-14T07:10:13Z gluegadget joined #scheme 2015-01-14T07:13:12Z hiroakip quit (Ping timeout: 245 seconds) 2015-01-14T07:13:46Z superjudge joined #scheme 2015-01-14T07:14:10Z adu quit (Quit: adu) 2015-01-14T07:14:12Z copycat: http://pasterack.org/pastes/20720 2015-01-14T07:14:15Z copycat: why does this not work :( 2015-01-14T07:14:49Z vanila: thats kind of long to just looka t and say 2015-01-14T07:15:04Z vanila: do you have an idea what specifically is wrong with it? 2015-01-14T07:15:09Z copycat: i could change all the internal definitions of (define (cohen-sutherland line-struct xs ys xb yb) 2015-01-14T07:16:11Z copycat: it defines region1 and region2 and i try to set these values inside the internal functions 2015-01-14T07:16:20Z copycat: but it would look like a mess 2015-01-14T07:21:35Z vanila: mayeb you could do (let ((region1 #f) (region2 #f)) ...) at the start of intersect? 2015-01-14T07:21:43Z vanila: then when you set! it you know where the scope of that set! is 2015-01-14T07:23:44Z copycat: ehm 2015-01-14T07:23:50Z copycat: i think i will try to rewrite it in a cleaner way 2015-01-14T07:26:07Z zwer_r joined #scheme 2015-01-14T07:28:13Z githogori__ quit (Ping timeout: 256 seconds) 2015-01-14T07:28:35Z zwer quit (Ping timeout: 250 seconds) 2015-01-14T07:31:42Z c74d quit (Read error: Connection reset by peer) 2015-01-14T07:32:10Z githogori__ joined #scheme 2015-01-14T07:34:15Z c74d joined #scheme 2015-01-14T07:37:10Z samth_ joined #scheme 2015-01-14T07:37:33Z samth quit (Ping timeout: 244 seconds) 2015-01-14T07:37:34Z samth_ is now known as samth 2015-01-14T07:40:05Z averell is now known as Averell 2015-01-14T07:40:40Z Averell quit (Changing host) 2015-01-14T07:40:40Z Averell joined #scheme 2015-01-14T07:47:52Z cosmez joined #scheme 2015-01-14T07:48:09Z kibo quit (Ping timeout: 245 seconds) 2015-01-14T07:50:49Z githogori__ quit (Ping timeout: 255 seconds) 2015-01-14T07:52:44Z lfo_ is now known as lfo 2015-01-14T07:58:43Z chameco quit (Ping timeout: 244 seconds) 2015-01-14T07:59:43Z chameco joined #scheme 2015-01-14T08:01:15Z zachstone quit (Ping timeout: 252 seconds) 2015-01-14T08:11:00Z [Batou] joined #scheme 2015-01-14T08:11:53Z kazimir42 joined #scheme 2015-01-14T08:12:52Z HisaoNakai quit (Ping timeout: 255 seconds) 2015-01-14T08:18:35Z theseb quit (Quit: Leaving) 2015-01-14T08:25:42Z ByronJohnson quit (Ping timeout: 245 seconds) 2015-01-14T08:31:15Z Intensity quit (Remote host closed the connection) 2015-01-14T08:34:53Z MichaelRaskin joined #scheme 2015-01-14T08:38:08Z githogori__ joined #scheme 2015-01-14T08:40:59Z ByronJohnson joined #scheme 2015-01-14T08:46:46Z carc quit (Ping timeout: 244 seconds) 2015-01-14T08:47:23Z carc joined #scheme 2015-01-14T08:47:43Z [Togusa] joined #scheme 2015-01-14T08:49:21Z rtra quit (Ping timeout: 244 seconds) 2015-01-14T08:49:51Z [Batou] quit (Ping timeout: 264 seconds) 2015-01-14T08:52:11Z uber_hulk_ joined #scheme 2015-01-14T08:52:35Z [Togusa] quit (Client Quit) 2015-01-14T08:55:52Z zadock joined #scheme 2015-01-14T08:57:18Z masm joined #scheme 2015-01-14T09:03:39Z joneshf-laptop quit (Ping timeout: 264 seconds) 2015-01-14T09:04:34Z githogori__ quit (Ping timeout: 264 seconds) 2015-01-14T09:04:51Z greghendershott quit (Ping timeout: 244 seconds) 2015-01-14T09:06:07Z greghendershott joined #scheme 2015-01-14T09:08:43Z rtra joined #scheme 2015-01-14T09:10:17Z redeemed joined #scheme 2015-01-14T09:11:41Z githogori__ joined #scheme 2015-01-14T09:14:40Z c74d quit (Remote host closed the connection) 2015-01-14T09:15:50Z msgodf joined #scheme 2015-01-14T09:17:15Z rtra quit (Ping timeout: 244 seconds) 2015-01-14T09:17:37Z c74d joined #scheme 2015-01-14T09:20:52Z githogori__ quit (Ping timeout: 243 seconds) 2015-01-14T09:21:33Z dbohdan left #scheme 2015-01-14T09:23:02Z wingo joined #scheme 2015-01-14T09:24:51Z ivan\ quit (Ping timeout: 252 seconds) 2015-01-14T09:35:51Z greghendershott quit (Ping timeout: 244 seconds) 2015-01-14T09:37:29Z greghendershott joined #scheme 2015-01-14T09:39:59Z ELLIOTTCABLE quit (Ping timeout: 244 seconds) 2015-01-14T09:41:57Z ELLIOTTCABLE joined #scheme 2015-01-14T09:42:52Z vanila quit (Ping timeout: 240 seconds) 2015-01-14T09:43:59Z vanila joined #scheme 2015-01-14T09:45:11Z civodul joined #scheme 2015-01-14T09:50:50Z samth quit (Ping timeout: 244 seconds) 2015-01-14T09:51:57Z samth_ joined #scheme 2015-01-14T09:52:15Z karswell quit (Ping timeout: 264 seconds) 2015-01-14T09:53:25Z ivan\ joined #scheme 2015-01-14T09:54:14Z c74d quit (Read error: Connection reset by peer) 2015-01-14T09:57:10Z c74d joined #scheme 2015-01-14T09:57:22Z ft quit (Ping timeout: 245 seconds) 2015-01-14T09:57:47Z vanila quit (Ping timeout: 245 seconds) 2015-01-14T09:57:58Z ft joined #scheme 2015-01-14T10:02:33Z robot-beethoven quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-01-14T10:04:15Z rtra joined #scheme 2015-01-14T10:07:53Z samth_ quit (Ping timeout: 244 seconds) 2015-01-14T10:09:45Z samth_ joined #scheme 2015-01-14T10:16:40Z carc quit (Ping timeout: 244 seconds) 2015-01-14T10:23:29Z scoofy joined #scheme 2015-01-14T10:24:25Z carc joined #scheme 2015-01-14T10:24:39Z carc quit (Changing host) 2015-01-14T10:24:39Z carc joined #scheme 2015-01-14T10:34:03Z AkashicLegend joined #scheme 2015-01-14T10:35:46Z copycat quit (Ping timeout: 246 seconds) 2015-01-14T10:36:48Z ska-fan quit (Remote host closed the connection) 2015-01-14T10:39:53Z wilfredh joined #scheme 2015-01-14T10:40:24Z kongtomorrow quit 2015-01-14T10:47:40Z agumonkey quit (Ping timeout: 244 seconds) 2015-01-14T10:48:39Z scoofy quit (Ping timeout: 264 seconds) 2015-01-14T10:50:30Z agumonkey joined #scheme 2015-01-14T10:53:08Z AkashicLegend quit (Quit: AkashicLegend) 2015-01-14T10:53:49Z frkout_ joined #scheme 2015-01-14T10:57:03Z frkout quit (Ping timeout: 264 seconds) 2015-01-14T11:03:03Z Vutral quit (Ping timeout: 264 seconds) 2015-01-14T11:07:10Z taylanub quit (Remote host closed the connection) 2015-01-14T11:08:34Z taylanub joined #scheme 2015-01-14T11:11:02Z mrowe is now known as mrowe_away 2015-01-14T11:14:32Z chameco quit (Ping timeout: 244 seconds) 2015-01-14T11:14:53Z bokr joined #scheme 2015-01-14T11:16:05Z vanila joined #scheme 2015-01-14T11:17:07Z chameco joined #scheme 2015-01-14T11:22:54Z echo-area quit (Remote host closed the connection) 2015-01-14T11:26:58Z gravicappa joined #scheme 2015-01-14T11:29:50Z Vutral joined #scheme 2015-01-14T11:54:43Z frkout_ quit (Remote host closed the connection) 2015-01-14T11:55:10Z frkout joined #scheme 2015-01-14T11:58:59Z kongtomorrow joined #scheme 2015-01-14T12:04:49Z gravicappa quit (Ping timeout: 245 seconds) 2015-01-14T12:08:22Z pnkfelix joined #scheme 2015-01-14T12:12:11Z gravicappa joined #scheme 2015-01-14T12:14:46Z bokr quit (Quit: Leaving.) 2015-01-14T12:16:44Z _5kg quit (Ping timeout: 244 seconds) 2015-01-14T12:17:27Z jgrant quit (Ping timeout: 264 seconds) 2015-01-14T12:17:36Z _5kg joined #scheme 2015-01-14T12:26:23Z jcloud quit (Quit: Connection closed for inactivity) 2015-01-14T12:29:38Z fridim_ joined #scheme 2015-01-14T12:43:53Z wilfredh quit (Quit: Connection closed for inactivity) 2015-01-14T12:45:45Z dsevilla joined #scheme 2015-01-14T12:48:45Z fsckd joined #scheme 2015-01-14T12:51:47Z hellofunk joined #scheme 2015-01-14T12:52:23Z dsevilla quit (Remote host closed the connection) 2015-01-14T12:52:54Z dsevilla joined #scheme 2015-01-14T12:54:54Z hellofunk quit (Remote host closed the connection) 2015-01-14T12:55:07Z dsevilla quit (Remote host closed the connection) 2015-01-14T12:55:12Z kongtomorrow quit 2015-01-14T12:55:28Z hellofunk joined #scheme 2015-01-14T13:07:46Z enitiz joined #scheme 2015-01-14T13:15:45Z jumblerg joined #scheme 2015-01-14T13:19:28Z jeapostrophe joined #scheme 2015-01-14T13:19:38Z jeapostrophe quit (Changing host) 2015-01-14T13:19:39Z jeapostrophe joined #scheme 2015-01-14T13:21:45Z alezost joined #scheme 2015-01-14T13:22:11Z mettekou joined #scheme 2015-01-14T13:32:11Z Bahman joined #scheme 2015-01-14T13:38:19Z uber_hulk_ quit (Quit: Connection closed for inactivity) 2015-01-14T13:39:46Z zwer_r is now known as zwer 2015-01-14T13:45:47Z taylanub quit (Disconnected by services) 2015-01-14T13:46:29Z taylanub joined #scheme 2015-01-14T13:49:45Z psy quit (Quit: Leaving) 2015-01-14T13:53:35Z davexunit joined #scheme 2015-01-14T13:56:27Z fsckd quit (Ping timeout: 264 seconds) 2015-01-14T14:01:24Z fsckd joined #scheme 2015-01-14T14:05:24Z gnomon_ is now known as gnomon 2015-01-14T14:07:01Z Vutral quit (Ping timeout: 255 seconds) 2015-01-14T14:07:34Z hellofunk quit (Remote host closed the connection) 2015-01-14T14:09:10Z pera joined #scheme 2015-01-14T14:16:07Z Vutral joined #scheme 2015-01-14T14:16:24Z BW^- joined #scheme 2015-01-14T14:16:30Z BW^-: vanila: around? 2015-01-14T14:17:57Z hive-mind quit (Ping timeout: 244 seconds) 2015-01-14T14:20:02Z BW^-: um 2015-01-14T14:20:09Z BW^-: so how would you guys implement a continuation passing style transformation 2015-01-14T14:20:12Z BW^-: i.e. from cps to "flat" 2015-01-14T14:23:19Z BW^- quit (Read error: Connection reset by peer) 2015-01-14T14:25:05Z hive-mind joined #scheme 2015-01-14T14:28:41Z gravicappa quit (Ping timeout: 246 seconds) 2015-01-14T14:28:45Z oleo joined #scheme 2015-01-14T14:34:41Z jeapostrophe quit (Ping timeout: 252 seconds) 2015-01-14T14:35:51Z gravicappa joined #scheme 2015-01-14T14:42:52Z vanila: hey 2015-01-14T14:56:12Z taraz joined #scheme 2015-01-14T14:59:06Z uber_hulk_ joined #scheme 2015-01-14T15:00:52Z hellofunk joined #scheme 2015-01-14T15:05:10Z joneshf-laptop joined #scheme 2015-01-14T15:19:01Z jeapostrophe joined #scheme 2015-01-14T15:19:33Z samth_ is now known as samth 2015-01-14T15:19:52Z samth quit (Changing host) 2015-01-14T15:19:52Z samth joined #scheme 2015-01-14T15:23:05Z mettekou quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T15:29:39Z gravicappa quit (Remote host closed the connection) 2015-01-14T15:33:08Z oleo: ello ello 2015-01-14T15:33:34Z vanila: hows it going? :) 2015-01-14T15:33:38Z vanila: i guess i missed BW^ 2015-01-14T15:34:47Z oleo: BW ? 2015-01-14T15:35:00Z vanila: oh nothing 2015-01-14T15:35:06Z jeapostrophe quit (Ping timeout: 276 seconds) 2015-01-14T15:35:09Z vanila: just stuf from earlier 2015-01-14T15:35:30Z oleo: ah ok, i'm fine, and onto counting again and probability stuff..... 2015-01-14T15:35:42Z oleo: i have to cover that stuff for once and all.... 2015-01-14T15:35:43Z oleo: meh 2015-01-14T15:36:00Z oleo: but it doesn't get into my dreams even hahaha 2015-01-14T15:36:21Z vanila: counting gets pretty interesting 2015-01-14T15:36:34Z vanila: I never did much probability though 2015-01-14T15:39:20Z oleo: well i want that stuff to sit in.... 2015-01-14T15:39:35Z oleo: it takes its time 2015-01-14T15:39:38Z vanila: I always meant to read Jaynes probaility book one day 2015-01-14T15:39:49Z oleo: i have found many books by now 2015-01-14T15:40:02Z vanila: I should try implementing the stuff in scheme to help learn it 2015-01-14T15:40:12Z oleo: and almost got firefox to hog my ram....by trying to load them all.... 2015-01-14T15:40:29Z oleo: well yes, i'll try some stuff with cl too 2015-01-14T15:41:24Z vanila: that horrible differential notation aways bothered me a lot from calculus 2015-01-14T15:41:42Z vanila: but SICM makes it so clear - probability notation is also horrible, so doing that stuff in scheme might be nice 2015-01-14T15:43:59Z jlongster joined #scheme 2015-01-14T15:47:34Z hellofunk quit (Remote host closed the connection) 2015-01-14T15:48:19Z hellofunk joined #scheme 2015-01-14T15:49:17Z Bahman quit (Ping timeout: 272 seconds) 2015-01-14T15:50:13Z Bahman joined #scheme 2015-01-14T15:50:20Z hellofunk quit (Remote host closed the connection) 2015-01-14T15:51:01Z hellofunk joined #scheme 2015-01-14T15:58:48Z mettekou joined #scheme 2015-01-14T16:01:04Z hellofunk quit (Remote host closed the connection) 2015-01-14T16:01:22Z jeapostrophe joined #scheme 2015-01-14T16:01:22Z jeapostrophe quit (Changing host) 2015-01-14T16:01:22Z jeapostrophe joined #scheme 2015-01-14T16:01:53Z benregn quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T16:02:32Z hellofunk joined #scheme 2015-01-14T16:02:35Z taraz quit (Ping timeout: 272 seconds) 2015-01-14T16:04:40Z turtleman_ joined #scheme 2015-01-14T16:06:22Z joneshf-laptop quit (Ping timeout: 240 seconds) 2015-01-14T16:10:21Z MichaelRaskin quit (Quit: MichaelRaskin) 2015-01-14T16:11:23Z mettekou quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T16:13:41Z echo-area joined #scheme 2015-01-14T16:23:09Z Riastradh joined #scheme 2015-01-14T16:24:06Z mettekou joined #scheme 2015-01-14T16:31:59Z kazimir42 quit (Ping timeout: 250 seconds) 2015-01-14T16:33:21Z necronian quit (Ping timeout: 256 seconds) 2015-01-14T16:34:25Z necronian joined #scheme 2015-01-14T16:42:25Z xyh joined #scheme 2015-01-14T16:45:49Z theseb joined #scheme 2015-01-14T16:50:39Z girrig quit (Ping timeout: 245 seconds) 2015-01-14T16:51:18Z redeemed quit (Quit: q) 2015-01-14T16:54:59Z taraz joined #scheme 2015-01-14T17:01:41Z psy_ joined #scheme 2015-01-14T17:06:04Z daviid joined #scheme 2015-01-14T17:08:19Z uber_hulk_ quit (Quit: Connection closed for inactivity) 2015-01-14T17:08:28Z bb010g quit (Quit: Connection closed for inactivity) 2015-01-14T17:16:55Z b4283 quit (Quit: Konversation terminated!) 2015-01-14T17:17:25Z girrig joined #scheme 2015-01-14T17:17:41Z mumptai joined #scheme 2015-01-14T17:24:07Z theseb quit (Ping timeout: 255 seconds) 2015-01-14T17:26:15Z irdk: I'm going through SICP, but each time I run into exercises now I'm just lost. I haven't made it through 2 sections of 1.2 because of these mathematical programs it asks you to write. 2015-01-14T17:26:49Z vanila: if you want to learn about the math i could help 2015-01-14T17:27:13Z irdk: I then look up the exercise and have "ah-ha" moments, but I then I feel as though I've cheated. 2015-01-14T17:29:34Z irdk: primarily I'm a VB.net developer and with just recently getting a job. It's just I feel like I need a bigger picture of computing as a whole and heard countless times that SICP will give you a good run down. 2015-01-14T17:29:55Z vanila: yeah i agree with that 2015-01-14T17:30:09Z vanila: if its hard in some places, that could be something to brush up on 2015-01-14T17:30:26Z githogori__ joined #scheme 2015-01-14T17:30:36Z mettekou quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T17:30:47Z gravicappa joined #scheme 2015-01-14T17:31:10Z irdk: I understand the concepts, at least I think I do, but it's these math exercises that then make me feel like I just don't. 2015-01-14T17:31:24Z irdk: like fibonacci 2015-01-14T17:32:06Z irdk: daunting to say the least 2015-01-14T17:32:27Z MichaelRaskin joined #scheme 2015-01-14T17:32:44Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T17:36:49Z theseb joined #scheme 2015-01-14T17:39:02Z oleo is now known as Guest32097 2015-01-14T17:40:38Z oleo__ joined #scheme 2015-01-14T17:41:54Z Guest32097 quit (Ping timeout: 245 seconds) 2015-01-14T17:48:34Z msgodf quit (Remote host closed the connection) 2015-01-14T18:00:10Z alexander-01 joined #scheme 2015-01-14T18:01:39Z jeapostrophe quit (Ping timeout: 272 seconds) 2015-01-14T18:02:20Z theseb quit (Quit: Leaving) 2015-01-14T18:03:39Z mrowe_away quit (Ping timeout: 264 seconds) 2015-01-14T18:05:12Z jgrant joined #scheme 2015-01-14T18:05:24Z mrowe_away joined #scheme 2015-01-14T18:06:57Z jeapostrophe joined #scheme 2015-01-14T18:06:58Z jeapostrophe quit (Changing host) 2015-01-14T18:06:58Z jeapostrophe joined #scheme 2015-01-14T18:07:03Z alexander-01 quit 2015-01-14T18:11:10Z msgodf joined #scheme 2015-01-14T18:14:47Z kazimir42 joined #scheme 2015-01-14T18:16:56Z jumblerg joined #scheme 2015-01-14T18:29:21Z fantazo joined #scheme 2015-01-14T18:38:35Z taraz quit (Ping timeout: 256 seconds) 2015-01-14T18:38:42Z zadock quit (Quit: Leaving) 2015-01-14T18:38:46Z jeapostrophe quit (Ping timeout: 264 seconds) 2015-01-14T18:43:45Z pnkfelix quit (Quit: rcirc on GNU Emacs 24.3.92.1) 2015-01-14T18:44:40Z wingo quit (Ping timeout: 255 seconds) 2015-01-14T18:50:43Z vanila quit (Quit: Leaving) 2015-01-14T18:51:12Z jeapostrophe joined #scheme 2015-01-14T18:51:12Z jeapostrophe quit (Changing host) 2015-01-14T18:51:12Z jeapostrophe joined #scheme 2015-01-14T18:52:19Z turtleman_ quit (Ping timeout: 255 seconds) 2015-01-14T18:54:46Z wingo joined #scheme 2015-01-14T19:00:25Z enitiz quit (Ping timeout: 255 seconds) 2015-01-14T19:00:43Z mlaine quit (Ping timeout: 265 seconds) 2015-01-14T19:01:15Z fgudin quit (Ping timeout: 256 seconds) 2015-01-14T19:01:35Z enitiz joined #scheme 2015-01-14T19:02:21Z xyh quit (Remote host closed the connection) 2015-01-14T19:02:24Z mlaine joined #scheme 2015-01-14T19:02:43Z fgudin joined #scheme 2015-01-14T19:12:35Z jeapostrophe quit (Ping timeout: 256 seconds) 2015-01-14T19:15:31Z jeapostrophe joined #scheme 2015-01-14T19:15:31Z jeapostrophe quit (Changing host) 2015-01-14T19:15:31Z jeapostrophe joined #scheme 2015-01-14T19:17:29Z turtleman_ joined #scheme 2015-01-14T19:17:34Z developernotes joined #scheme 2015-01-14T19:24:16Z jgrant quit (Ping timeout: 255 seconds) 2015-01-14T19:28:24Z jgrant joined #scheme 2015-01-14T19:31:37Z alexei___ joined #scheme 2015-01-14T19:31:56Z turtleman_ quit (Quit: Leaving) 2015-01-14T19:41:14Z enitiz quit (Quit: Leaving) 2015-01-14T19:43:25Z turtleman_ joined #scheme 2015-01-14T19:57:29Z nijoakim joined #scheme 2015-01-14T19:58:11Z fridim_ quit (Ping timeout: 272 seconds) 2015-01-14T19:58:55Z nijoakim: So, most scheme interpreters I've tried says 'filter' is undefined, but racket does not. Why do they differ? Am I supposed to import something? 2015-01-14T20:04:02Z wasamasa: racket intentionally implements more than scheme 2015-01-14T20:04:17Z wasamasa: asides from that, it must surely be in the appropriate srfi 2015-01-14T20:04:40Z wasamasa: is it SRFI 1? 2015-01-14T20:04:45Z nijoakim: yep 2015-01-14T20:04:50Z wasamasa: http://srfi.schemers.org/srfi-1/srfi-1.html#FilteringPartitioning 2015-01-14T20:04:51Z wasamasa: it is! 2015-01-14T20:05:41Z nijoakim: and can you tell me how to import it from there? (tried (import* srfi-1), but how can I use it after that? 2015-01-14T20:05:56Z nijoakim: (im a huge scheme-noob) 2015-01-14T20:06:32Z wasamasa: depends on your implementation I'm afraid 2015-01-14T20:07:14Z wasamasa: in chicken I can do (use srfi-1) 2015-01-14T20:07:20Z nijoakim: oh, so I can't really write portable programs in scheme using the srfis? 2015-01-14T20:07:40Z wasamasa: forget about the portable part in general 2015-01-14T20:07:47Z daviid quit (Ping timeout: 245 seconds) 2015-01-14T20:07:51Z wasamasa: unless r7rs becomes the defacto standard maybe 2015-01-14T20:08:10Z nijoakim: oh, that's too bad... 2015-01-14T20:08:42Z nijoakim: anyways, thanks alot for the help :) 2015-01-14T20:09:48Z wasamasa: you can of course only use what the standard provides you and avoid undefined behaviour 2015-01-14T20:09:53Z developernotes quit (Remote host closed the connection) 2015-01-14T20:09:55Z wasamasa: that's how the SRFIs are implemented generally 2015-01-14T20:10:17Z wasamasa: but it doesn't make sense in scheme to restrict yourself to that for general programming 2015-01-14T20:10:50Z wasamasa: things went differently in CL land 2015-01-14T20:11:09Z nijoakim: aha, so is this the reason for the common argument that "scheme is an academic language with no real world application"? 2015-01-14T20:11:22Z wasamasa: where there is implementation-specific behaviour and all that, but people write code that mostly runs on all implementations, but is sprinkled with implementation-specific directives 2015-01-14T20:11:34Z wasamasa: sort of like the #ifdef-hell in C code 2015-01-14T20:11:42Z wasamasa: if that's real-world, then no thanks :P 2015-01-14T20:11:46Z wasamasa: nijoakim: I guess so 2015-01-14T20:12:53Z nijoakim: oh yeah, I agree. #definately hate #ifdef-hell... 2015-01-14T20:13:00Z pnkfelix joined #scheme 2015-01-14T20:14:07Z wasamasa: wingo wrote a bit about these issues in scheme-land and more generally, the choice of software 2015-01-14T20:14:21Z wasamasa: http://wingolog.org/archives/2013/01/07/an-opinionated-guide-to-scheme-implementations 2015-01-14T20:14:22Z rudybot: http://tinyurl.com/b3fjhzx 2015-01-14T20:14:23Z wasamasa: http://wingolog.org/archives/2008/07/10/how-to-choose-between-equivalent-options 2015-01-14T20:14:24Z rudybot: http://tinyurl.com/m3rg6w6 2015-01-14T20:17:02Z nijoakim: thank you, I will check it out! 2015-01-14T20:18:03Z wasamasa: with scheme you will inevitably choose a culture :P 2015-01-14T20:21:37Z developernotes joined #scheme 2015-01-14T20:24:41Z kazimir42 quit (Ping timeout: 250 seconds) 2015-01-14T20:25:17Z wingo quit (Ping timeout: 245 seconds) 2015-01-14T20:30:46Z nijoakim: wasamasa: two great reads! thank you once again! for the record, I think I'll go with guile. 2015-01-14T20:31:11Z msgodf quit (Remote host closed the connection) 2015-01-14T20:31:23Z wasamasa: ok then 2015-01-14T20:31:24Z Intensity joined #scheme 2015-01-14T20:31:31Z wasamasa: I hope you'll hack on guile emacs :P 2015-01-14T20:32:39Z nijoakim: hehe, i'm actually a vim user ^^ 2015-01-14T20:33:14Z wasamasa: since that's the largest project around involving it 2015-01-14T20:33:18Z wasamasa: sort of like neovim 2015-01-14T20:33:30Z wasamasa: which apparently is the greatest thing the vim community has ever tackled 2015-01-14T20:35:38Z gnomon: wasamasa, is it really? I thought the vim culture mostly viewed neovim as a joke. 2015-01-14T20:35:40Z nijoakim: oh, cool that they are actually replacing elisp, must be a ton of work! 2015-01-14T20:35:57Z wasamasa: nijoakim: not exactly 2015-01-14T20:36:05Z nijoakim: why not? 2015-01-14T20:36:10Z wasamasa: nijoakim: but wingo managed to make guile's vm execute elisp 2015-01-14T20:36:13Z jeapostrophe quit (Ping timeout: 245 seconds) 2015-01-14T20:36:38Z nijoakim: aha, well that's also cool ^^ 2015-01-14T20:36:50Z wasamasa: nijoakim: the thing is that it would be very unmanageable to forsake elisp since so much is written in it 2015-01-14T20:37:24Z wasamasa: no, not wingo 2015-01-14T20:37:25Z wasamasa: bipt 2015-01-14T20:37:27Z wasamasa: damnit 2015-01-14T20:37:28Z wasamasa: anyways 2015-01-14T20:37:35Z nijoakim: yeah, that was my first thought 2015-01-14T20:37:43Z wasamasa: it is cool that you can now run guile in emacs 2015-01-14T20:38:19Z wasamasa: it's not quite there yet, but will hopefully improve over the years 2015-01-14T20:38:36Z carc quit (Quit: QUIT) 2015-01-14T20:38:39Z wasamasa: gnomon: well, I've encountered enough people who believed that kind of support of extension languages to be a good thing 2015-01-14T20:39:05Z nijoakim: yes it is, but won't that divide the community... if some things are written in guile and others in elisp. 2015-01-14T20:39:17Z carc joined #scheme 2015-01-14T20:39:32Z wasamasa: that is what I'm worrying about to be honest 2015-01-14T20:52:14Z enitiz joined #scheme 2015-01-14T20:56:57Z alexei___ quit (Ping timeout: 245 seconds) 2015-01-14T20:57:31Z oleo__ is now known as oleo 2015-01-14T21:02:30Z wilfredh joined #scheme 2015-01-14T21:09:50Z zadock joined #scheme 2015-01-14T21:11:01Z alexei___ joined #scheme 2015-01-14T21:11:38Z jeapostrophe joined #scheme 2015-01-14T21:11:38Z jeapostrophe quit (Changing host) 2015-01-14T21:11:38Z jeapostrophe joined #scheme 2015-01-14T21:15:47Z bb010g joined #scheme 2015-01-14T21:15:51Z fantazo quit (Quit: Verlassend) 2015-01-14T21:25:45Z nijoakim quit (Read error: Connection reset by peer) 2015-01-14T21:29:03Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-01-14T21:31:48Z excelsior quit (Quit: Lost terminal) 2015-01-14T21:31:51Z fsckd quit (Remote host closed the connection) 2015-01-14T21:32:37Z fsckd joined #scheme 2015-01-14T21:36:48Z stepnem quit (Ping timeout: 244 seconds) 2015-01-14T21:40:17Z gravicappa quit (Remote host closed the connection) 2015-01-14T21:41:52Z masm quit (Ping timeout: 240 seconds) 2015-01-14T21:43:27Z stepnem joined #scheme 2015-01-14T21:48:47Z jumblerg joined #scheme 2015-01-14T21:52:33Z karswell joined #scheme 2015-01-14T21:53:32Z jumblerg quit (Client Quit) 2015-01-14T21:54:22Z pnkfelix quit (Ping timeout: 240 seconds) 2015-01-14T21:58:49Z joneshf-laptop joined #scheme 2015-01-14T21:59:03Z davexunit quit (Quit: Later) 2015-01-14T22:06:00Z alezost quit (Quit: I use GNU Guix ) 2015-01-14T22:08:41Z Riastradh quit (Ping timeout: 250 seconds) 2015-01-14T22:09:24Z civodul quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-01-14T22:12:25Z mrowe_away is now known as mrowe 2015-01-14T22:15:16Z enitiz quit (Ping timeout: 255 seconds) 2015-01-14T22:25:39Z kongtomorrow joined #scheme 2015-01-14T22:26:28Z mumptai quit (Remote host closed the connection) 2015-01-14T22:31:10Z githogori__ quit (Read error: Connection reset by peer) 2015-01-14T22:32:59Z githogori__ joined #scheme 2015-01-14T22:39:52Z githogori__ quit (Ping timeout: 245 seconds) 2015-01-14T22:42:15Z kongtomorrow quit (Read error: Connection reset by peer) 2015-01-14T22:42:35Z kongtomorrow joined #scheme 2015-01-14T22:44:52Z rx joined #scheme 2015-01-14T22:46:31Z davexunit joined #scheme 2015-01-14T22:53:27Z jeapostrophe quit (Ping timeout: 264 seconds) 2015-01-14T22:56:04Z developernotes quit (Quit: Textual IRC Client: www.textualapp.com) 2015-01-14T23:03:54Z kongtomorrow quit (Read error: Connection reset by peer) 2015-01-14T23:05:30Z kongtomorrow joined #scheme 2015-01-14T23:09:29Z senoj joined #scheme 2015-01-14T23:20:24Z carc quit (Quit: QUIT) 2015-01-14T23:23:12Z carc joined #scheme 2015-01-14T23:28:43Z hellofunk quit (Remote host closed the connection) 2015-01-14T23:38:27Z robot-beethoven joined #scheme 2015-01-14T23:38:41Z githogori joined #scheme 2015-01-14T23:41:58Z enitiz joined #scheme 2015-01-14T23:42:51Z githogori quit (Ping timeout: 252 seconds) 2015-01-14T23:47:31Z jumblerg joined #scheme