2016-03-02T00:00:21Z magine-pc joined #scheme 2016-03-02T00:02:53Z kibi quit (Quit: Leaving) 2016-03-02T00:04:51Z magine-pc quit (Ping timeout: 248 seconds) 2016-03-02T00:11:06Z magine-pc joined #scheme 2016-03-02T00:13:41Z altphi joined #scheme 2016-03-02T00:15:46Z magine-pc quit (Ping timeout: 252 seconds) 2016-03-02T00:17:26Z daviid joined #scheme 2016-03-02T00:17:50Z Riastradh joined #scheme 2016-03-02T00:21:31Z altphi quit (Quit: somno opus est.) 2016-03-02T00:32:08Z altphi joined #scheme 2016-03-02T00:32:26Z magine-pc joined #scheme 2016-03-02T00:34:21Z lambda-11235 joined #scheme 2016-03-02T00:37:22Z magine-pc quit (Ping timeout: 260 seconds) 2016-03-02T00:41:13Z mtncoder joined #scheme 2016-03-02T00:43:38Z magine-pc joined #scheme 2016-03-02T00:48:27Z magine-pc quit (Ping timeout: 260 seconds) 2016-03-02T00:54:12Z magine-pc joined #scheme 2016-03-02T00:55:01Z zhcy joined #scheme 2016-03-02T00:59:12Z magine-pc quit (Ping timeout: 276 seconds) 2016-03-02T01:01:18Z mastokley quit (Ping timeout: 248 seconds) 2016-03-02T01:01:48Z _sjs quit (Ping timeout: 276 seconds) 2016-03-02T01:02:17Z Opodeldoc joined #scheme 2016-03-02T01:03:38Z _sjs joined #scheme 2016-03-02T01:05:01Z magine-pc joined #scheme 2016-03-02T01:06:10Z sethalves quit (Remote host closed the connection) 2016-03-02T01:08:25Z _sjs quit (Ping timeout: 250 seconds) 2016-03-02T01:08:37Z karswell joined #scheme 2016-03-02T01:09:23Z Riastradh quit (Ping timeout: 248 seconds) 2016-03-02T01:09:40Z magine-pc quit (Ping timeout: 252 seconds) 2016-03-02T01:12:39Z _z joined #scheme 2016-03-02T01:13:05Z _z: has anyone here read sicp? Was wondering if 'Requires a background in basic calculus' is true regarding the book 2016-03-02T01:14:42Z altphi quit (Quit: somno opus est.) 2016-03-02T01:15:00Z Opodeldoc: I've read it, worked most the exercizes, and suck at math. 2016-03-02T01:15:51Z _z: I don't suck at math, just dont know calculus heh 2016-03-02T01:16:04Z _z: But good to know, thanks Opodeldoc 2016-03-02T01:16:14Z _z: I'm planning to read it after my common lisp book 2016-03-02T01:16:45Z _z: Common Lisp - A Gentle Introduction To Symbolic Computation - David S. Touretzky 2016-03-02T01:16:52Z _z: Thats what im reading atm 2016-03-02T01:17:39Z Opodeldoc: For that matter I think the most "math" in it is spitting out square roots in one of the earlier chapters... I can't fathom what calculus has to do with it (besides lambda calculus anyway) 2016-03-02T01:18:13Z sz0 joined #scheme 2016-03-02T01:18:43Z Fare joined #scheme 2016-03-02T01:23:24Z zhcy1 joined #scheme 2016-03-02T01:24:42Z grublet joined #scheme 2016-03-02T01:24:46Z zhcy quit (Ping timeout: 248 seconds) 2016-03-02T01:25:45Z taysar quit (Ping timeout: 250 seconds) 2016-03-02T01:25:59Z jenia` joined #scheme 2016-03-02T01:26:00Z jenia`: hello 2016-03-02T01:26:22Z magine-pc joined #scheme 2016-03-02T01:26:27Z _z: hi 2016-03-02T01:26:52Z jenia`: how do I save the save the scheme runtime inside the REPL? 2016-03-02T01:27:50Z s00pcan joined #scheme 2016-03-02T01:31:03Z magine-pc quit (Ping timeout: 246 seconds) 2016-03-02T01:31:32Z annodomini quit (Quit: annodomini) 2016-03-02T01:33:25Z Opodeldoc: That depends entirely on the implementation, and if the one you're using does that at all... 2016-03-02T01:34:58Z jenia`: Opodeldoc: I'm using Guile 2016-03-02T01:35:27Z Opodeldoc: No idea. Probably most people just use emacs and reload the file if needed. 2016-03-02T01:37:40Z magine-pc joined #scheme 2016-03-02T01:42:45Z magine-pc quit (Ping timeout: 276 seconds) 2016-03-02T01:45:25Z jenia`: Opodeldoc: what file? How do I save the repl buffer to a file? 2016-03-02T01:45:35Z jenia`: and specially, reload it back 2016-03-02T01:45:37Z jenia`: ? 2016-03-02T01:45:41Z Opodeldoc: If guile doesn't support this is probably too late. 2016-03-02T01:46:49Z Opodeldoc: Can't even think of any that *do*... code in text editor, feed to REPL from there. Emacs supports it excellently. 2016-03-02T01:47:50Z githogori quit (Read error: Connection reset by peer) 2016-03-02T01:48:41Z jenia`: Opodeldoc: how do emacs support it? 2016-03-02T01:49:33Z Opodeldoc: http://www.gnu.org/software/emacs/manual/html_node/emacs/External-Lisp.html 2016-03-02T01:50:18Z jenia`: Opodeldoc: I dont get it. When I save the file I save it with the promp text and so on. How do I load that stuff? 2016-03-02T01:50:52Z Opodeldoc: If it's already in a saved file you can try to (load ...) it. 2016-03-02T01:52:18Z Opodeldoc: Probably copy/paste is not work, or only with much difficulty. Use repl to play, use text editor for code you want to save. 2016-03-02T01:54:06Z _z quit (Ping timeout: 248 seconds) 2016-03-02T01:55:39Z jenia`: okay, yea that;s probably the best option. Thanks a lot Opodeldoc 2016-03-02T01:57:49Z mtncoder quit (Ping timeout: 250 seconds) 2016-03-02T01:59:29Z mastokley joined #scheme 2016-03-02T02:04:48Z davexunit joined #scheme 2016-03-02T02:07:47Z altphi joined #scheme 2016-03-02T02:11:21Z _sjs joined #scheme 2016-03-02T02:13:09Z annodomini joined #scheme 2016-03-02T02:18:46Z abbe_ is now known as abbe 2016-03-02T02:21:55Z _z joined #scheme 2016-03-02T02:26:44Z kraehe joined #scheme 2016-03-02T02:28:19Z kraehe_ quit (Ping timeout: 248 seconds) 2016-03-02T02:29:06Z kraehe_ joined #scheme 2016-03-02T02:30:28Z magine-pc joined #scheme 2016-03-02T02:31:57Z kraehe quit (Ping timeout: 246 seconds) 2016-03-02T02:36:31Z taysar joined #scheme 2016-03-02T02:37:08Z annodomini quit (Quit: annodomini) 2016-03-02T02:38:45Z cemerick joined #scheme 2016-03-02T02:38:49Z taysar quit (Remote host closed the connection) 2016-03-02T02:40:13Z sethalves joined #scheme 2016-03-02T02:41:33Z mtncoder joined #scheme 2016-03-02T02:44:03Z annodomini joined #scheme 2016-03-02T02:45:00Z annodomini quit (Client Quit) 2016-03-02T02:46:17Z micmus quit (Ping timeout: 260 seconds) 2016-03-02T02:46:19Z alexei joined #scheme 2016-03-02T02:49:13Z amgarching quit (Ping timeout: 252 seconds) 2016-03-02T02:51:32Z groscoe quit (Ping timeout: 260 seconds) 2016-03-02T02:51:39Z mastokley quit (Ping timeout: 276 seconds) 2016-03-02T02:52:36Z kraehe joined #scheme 2016-03-02T02:54:31Z annodomini joined #scheme 2016-03-02T02:55:26Z kraehe_ quit (Ping timeout: 248 seconds) 2016-03-02T02:56:14Z kephra joined #scheme 2016-03-02T02:57:39Z kraehe quit (Ping timeout: 248 seconds) 2016-03-02T02:57:39Z aap_ quit (Read error: Connection reset by peer) 2016-03-02T02:57:47Z aap joined #scheme 2016-03-02T03:04:35Z annodomini quit (Quit: annodomini) 2016-03-02T03:07:17Z daviid quit (Ping timeout: 260 seconds) 2016-03-02T03:10:39Z _z quit (Remote host closed the connection) 2016-03-02T03:11:19Z annodomini joined #scheme 2016-03-02T03:12:34Z _z joined #scheme 2016-03-02T03:17:24Z zhcy joined #scheme 2016-03-02T03:18:59Z zhcy1 quit (Ping timeout: 248 seconds) 2016-03-02T03:19:18Z turbofail joined #scheme 2016-03-02T03:22:50Z ArneBab_ joined #scheme 2016-03-02T03:25:47Z zhcy quit (Quit: zhcy) 2016-03-02T03:26:09Z zhcy joined #scheme 2016-03-02T03:26:59Z ArneBab quit (Ping timeout: 248 seconds) 2016-03-02T03:36:06Z annodomini quit (Quit: annodomini) 2016-03-02T03:38:43Z jenia` quit (Ping timeout: 248 seconds) 2016-03-02T03:43:20Z annodomini joined #scheme 2016-03-02T03:43:20Z annodomini quit (Changing host) 2016-03-02T03:43:20Z annodomini joined #scheme 2016-03-02T03:45:32Z grettke joined #scheme 2016-03-02T03:51:34Z JuanDaugherty joined #scheme 2016-03-02T03:59:38Z mastokley joined #scheme 2016-03-02T04:00:23Z grettke quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-02T04:07:57Z _z quit (Ping timeout: 260 seconds) 2016-03-02T04:20:14Z Fare quit (Ping timeout: 248 seconds) 2016-03-02T04:22:10Z alexei quit (Ping timeout: 252 seconds) 2016-03-02T04:25:10Z Fare joined #scheme 2016-03-02T04:30:22Z Fare quit (Ping timeout: 248 seconds) 2016-03-02T04:30:30Z yulung joined #scheme 2016-03-02T04:33:43Z zhcy quit (Ping timeout: 252 seconds) 2016-03-02T04:36:54Z Niac quit (Ping timeout: 246 seconds) 2016-03-02T04:37:40Z badkins_ joined #scheme 2016-03-02T04:39:33Z badkins quit (Ping timeout: 276 seconds) 2016-03-02T04:43:51Z davexunit quit (Quit: Later) 2016-03-02T04:44:59Z Niac joined #scheme 2016-03-02T04:45:50Z mumptai quit (Ping timeout: 248 seconds) 2016-03-02T04:46:54Z mtncoder quit (Ping timeout: 248 seconds) 2016-03-02T04:50:40Z annodomini quit (Quit: annodomini) 2016-03-02T04:58:29Z mumptai joined #scheme 2016-03-02T05:01:16Z zhcy joined #scheme 2016-03-02T05:06:01Z badkins joined #scheme 2016-03-02T05:08:03Z badkins_ quit (Ping timeout: 250 seconds) 2016-03-02T05:27:19Z badkins quit (Remote host closed the connection) 2016-03-02T05:40:32Z AlexDenisov joined #scheme 2016-03-02T05:41:30Z kraehe joined #scheme 2016-03-02T05:43:34Z _sjs quit (Ping timeout: 252 seconds) 2016-03-02T05:45:12Z kephra quit (Ping timeout: 276 seconds) 2016-03-02T05:55:17Z lritter quit (Remote host closed the connection) 2016-03-02T06:33:18Z mastokley quit (Ping timeout: 276 seconds) 2016-03-02T06:34:03Z ecraven: wingo: so you only use floats packed and untagged inside the f32vector, but as soon as I reference them, they get unboxed to a double? 2016-03-02T06:37:21Z _sjs joined #scheme 2016-03-02T06:46:41Z igajsin left #scheme 2016-03-02T06:47:47Z AlexDenisov quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-02T06:48:58Z bjz joined #scheme 2016-03-02T06:57:12Z cibs quit (Ping timeout: 240 seconds) 2016-03-02T06:57:57Z cemerick quit (Ping timeout: 246 seconds) 2016-03-02T06:58:39Z Niac quit (Ping timeout: 276 seconds) 2016-03-02T06:58:54Z lambda-11235 quit (Quit: Bye) 2016-03-02T06:59:20Z cibs joined #scheme 2016-03-02T06:59:24Z Niac joined #scheme 2016-03-02T07:04:19Z daviid joined #scheme 2016-03-02T07:06:21Z mastokley joined #scheme 2016-03-02T07:17:10Z zhcy1 joined #scheme 2016-03-02T07:19:27Z zhcy quit (Ping timeout: 276 seconds) 2016-03-02T07:21:07Z mastokley quit (Ping timeout: 248 seconds) 2016-03-02T07:24:14Z bjz_ joined #scheme 2016-03-02T07:24:59Z nilg quit (Remote host closed the connection) 2016-03-02T07:25:07Z bjz quit (Ping timeout: 260 seconds) 2016-03-02T07:25:51Z oleo_ joined #scheme 2016-03-02T07:27:44Z micmus joined #scheme 2016-03-02T07:28:27Z nilg joined #scheme 2016-03-02T07:28:33Z oleo quit (Ping timeout: 276 seconds) 2016-03-02T07:29:12Z rsully quit (Ping timeout: 276 seconds) 2016-03-02T07:30:38Z nee` joined #scheme 2016-03-02T07:42:44Z bjz_ quit (Read error: Connection reset by peer) 2016-03-02T07:43:43Z ArneBab_ quit (Quit: No Ping reply in 180 seconds.) 2016-03-02T07:44:47Z bjz joined #scheme 2016-03-02T07:46:00Z ArneBab joined #scheme 2016-03-02T07:47:27Z alezost joined #scheme 2016-03-02T08:10:09Z ASau quit (Ping timeout: 276 seconds) 2016-03-02T08:30:36Z wingo: ecraven: yeah 2016-03-02T08:30:55Z AlexDenisov joined #scheme 2016-03-02T08:32:14Z alezost quit (Quit: I live in GuixSD and Emacs ) 2016-03-02T08:33:41Z pierpa: they get *boxed* to a double, I think 2016-03-02T08:37:18Z civodul joined #scheme 2016-03-02T08:38:23Z ecraven: pierpa: yea, sorry, I don't know enough about guile internals, if there are no unboxed doubles, then they would need to be boxed, of course 2016-03-02T08:38:43Z ecraven: and they aren't boxed, to start with, so the last part of my statement is just wrong :) 2016-03-02T08:39:57Z pierpa: :) 2016-03-02T08:44:43Z drdo quit (Ping timeout: 250 seconds) 2016-03-02T08:44:43Z AlexDenisov quit (Read error: Connection reset by peer) 2016-03-02T08:45:14Z AlexDenisov joined #scheme 2016-03-02T08:45:50Z lloda`` is now known as lloda 2016-03-02T09:02:15Z mumptai quit (Remote host closed the connection) 2016-03-02T09:10:36Z cdidd quit (Ping timeout: 276 seconds) 2016-03-02T09:10:54Z drdo joined #scheme 2016-03-02T09:12:59Z mmos joined #scheme 2016-03-02T09:13:57Z drot joined #scheme 2016-03-02T09:22:48Z zhcy joined #scheme 2016-03-02T09:24:19Z cdidd joined #scheme 2016-03-02T09:24:54Z zhcy1 quit (Ping timeout: 276 seconds) 2016-03-02T09:31:08Z Niac quit (Quit: Lost terminal) 2016-03-02T09:38:52Z stepnem joined #scheme 2016-03-02T09:46:06Z mmos quit (Ping timeout: 248 seconds) 2016-03-02T09:46:28Z rsully joined #scheme 2016-03-02T09:49:17Z daviid quit (Ping timeout: 250 seconds) 2016-03-02T09:54:01Z gravicappa joined #scheme 2016-03-02T10:07:05Z grettke joined #scheme 2016-03-02T10:09:19Z oleo_ is now known as oleo 2016-03-02T10:09:45Z leo_song quit (Ping timeout: 276 seconds) 2016-03-02T10:13:05Z Heranort joined #scheme 2016-03-02T10:17:34Z zhcy quit (Quit: zhcy) 2016-03-02T10:31:18Z magine-pc quit (Remote host closed the connection) 2016-03-02T10:34:41Z magine-pc joined #scheme 2016-03-02T10:39:39Z magine-pc quit (Ping timeout: 276 seconds) 2016-03-02T10:51:01Z leo_song joined #scheme 2016-03-02T11:04:21Z DGASAU joined #scheme 2016-03-02T11:16:02Z Heranort quit (Remote host closed the connection) 2016-03-02T11:17:29Z Heranort joined #scheme 2016-03-02T11:17:54Z Heranort quit (Remote host closed the connection) 2016-03-02T11:33:01Z saureb joined #scheme 2016-03-02T11:34:06Z jcmdln quit (Ping timeout: 246 seconds) 2016-03-02T11:44:49Z jenia` joined #scheme 2016-03-02T11:54:42Z Kruppe joined #scheme 2016-03-02T12:11:19Z gravicappa quit (Ping timeout: 252 seconds) 2016-03-02T12:17:11Z ggole joined #scheme 2016-03-02T12:17:11Z eMBee quit (Quit: leaving) 2016-03-02T12:17:22Z eMBee joined #scheme 2016-03-02T12:18:27Z yulung quit (Ping timeout: 276 seconds) 2016-03-02T12:26:38Z micmus quit (Ping timeout: 248 seconds) 2016-03-02T12:30:02Z altphi quit (Quit: somno opus est.) 2016-03-02T12:41:44Z Heranort joined #scheme 2016-03-02T13:00:17Z groscoe joined #scheme 2016-03-02T13:00:46Z drdo quit (Ping timeout: 248 seconds) 2016-03-02T13:01:21Z jenia` quit (Ping timeout: 276 seconds) 2016-03-02T13:03:30Z pierpa quit (Read error: Connection reset by peer) 2016-03-02T13:03:50Z gravicappa joined #scheme 2016-03-02T13:07:30Z drdo joined #scheme 2016-03-02T13:08:28Z pierpa joined #scheme 2016-03-02T13:21:42Z eska joined #scheme 2016-03-02T13:24:55Z saureb quit (Quit: Leaving) 2016-03-02T13:26:58Z pierpa quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2016-03-02T13:27:24Z pierpa joined #scheme 2016-03-02T13:28:40Z davexunit joined #scheme 2016-03-02T13:30:38Z mmos joined #scheme 2016-03-02T13:48:44Z mmos quit (Ping timeout: 268 seconds) 2016-03-02T13:50:06Z cemerick joined #scheme 2016-03-02T13:50:15Z Heranort quit (Remote host closed the connection) 2016-03-02T13:52:11Z altphi joined #scheme 2016-03-02T14:04:38Z magine-pc joined #scheme 2016-03-02T14:06:04Z kraehe_ joined #scheme 2016-03-02T14:08:35Z kraehe quit (Ping timeout: 248 seconds) 2016-03-02T14:15:47Z altphi quit (Quit: somno opus est.) 2016-03-02T14:21:51Z AlexDenisov quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-02T14:33:11Z micmus joined #scheme 2016-03-02T14:34:26Z Heranort joined #scheme 2016-03-02T14:35:26Z badkins joined #scheme 2016-03-02T14:36:13Z magine-pc quit (Remote host closed the connection) 2016-03-02T14:36:23Z magine-pc joined #scheme 2016-03-02T14:37:22Z mumptai joined #scheme 2016-03-02T14:52:30Z DGASAU quit (Ping timeout: 276 seconds) 2016-03-02T14:54:52Z DGASAU joined #scheme 2016-03-02T14:55:23Z cemerick quit (Ping timeout: 244 seconds) 2016-03-02T14:59:40Z magine-pc quit (Remote host closed the connection) 2016-03-02T15:01:08Z magine-pc joined #scheme 2016-03-02T15:03:14Z altphi joined #scheme 2016-03-02T15:10:41Z cemerick joined #scheme 2016-03-02T15:17:18Z AlexDenisov joined #scheme 2016-03-02T15:24:50Z Heranort quit (Quit: Ah, my macbook is gonna sleep!) 2016-03-02T15:27:11Z jcowan joined #scheme 2016-03-02T15:31:15Z karswell quit (Read error: Connection reset by peer) 2016-03-02T15:31:27Z karswell joined #scheme 2016-03-02T15:33:36Z cemerick quit (Ping timeout: 244 seconds) 2016-03-02T15:34:53Z boycottg00gle joined #scheme 2016-03-02T15:38:03Z AlexDenisov quit (Ping timeout: 240 seconds) 2016-03-02T15:38:43Z AlexDenisov joined #scheme 2016-03-02T15:39:38Z altphi quit (Quit: somno opus est.) 2016-03-02T15:49:11Z daviid joined #scheme 2016-03-02T15:50:56Z boycottg00gle quit (Remote host closed the connection) 2016-03-02T15:50:57Z lambda-11235 joined #scheme 2016-03-02T15:52:03Z _sjs quit (Ping timeout: 246 seconds) 2016-03-02T15:57:18Z altphi joined #scheme 2016-03-02T16:02:06Z groscoe quit (Ping timeout: 248 seconds) 2016-03-02T16:08:13Z jcowan: ho hey 2016-03-02T16:10:04Z ecraven: hey :) 2016-03-02T16:13:33Z Neet_ joined #scheme 2016-03-02T16:14:36Z Blkt_ joined #scheme 2016-03-02T16:15:33Z Neet quit (Ping timeout: 264 seconds) 2016-03-02T16:15:33Z dxtr quit (Ping timeout: 264 seconds) 2016-03-02T16:15:33Z harmchop quit (Ping timeout: 264 seconds) 2016-03-02T16:15:34Z emmanueloga quit (Ping timeout: 264 seconds) 2016-03-02T16:15:34Z balkamos quit (Ping timeout: 264 seconds) 2016-03-02T16:15:34Z asumu quit (Ping timeout: 264 seconds) 2016-03-02T16:15:34Z drforr1 quit (Ping timeout: 264 seconds) 2016-03-02T16:15:34Z LeoNerd quit (Read error: Connection reset by peer) 2016-03-02T16:15:35Z Blkt quit (Read error: Connection reset by peer) 2016-03-02T16:15:35Z micmus quit (Excess Flood) 2016-03-02T16:15:35Z balkamos_ joined #scheme 2016-03-02T16:15:37Z Neet_ is now known as Neet 2016-03-02T16:15:40Z muskalek joined #scheme 2016-03-02T16:15:54Z drforr1 joined #scheme 2016-03-02T16:16:02Z LeoNerd joined #scheme 2016-03-02T16:16:12Z asumu joined #scheme 2016-03-02T16:16:31Z badkins quit (Remote host closed the connection) 2016-03-02T16:16:52Z dxtr joined #scheme 2016-03-02T16:18:59Z balkamos_ is now known as balkamos 2016-03-02T16:19:05Z emmanueloga joined #scheme 2016-03-02T16:19:12Z harmchop joined #scheme 2016-03-02T16:22:32Z nee` quit (Remote host closed the connection) 2016-03-02T16:25:15Z sethalves quit (Quit: Leaving.) 2016-03-02T16:28:13Z kbtr joined #scheme 2016-03-02T16:28:36Z kbtr quit (Client Quit) 2016-03-02T16:29:08Z kbtr joined #scheme 2016-03-02T16:35:12Z AlexDenisov quit (Ping timeout: 276 seconds) 2016-03-02T16:42:47Z magine-pc quit (Remote host closed the connection) 2016-03-02T16:42:53Z magine-pc joined #scheme 2016-03-02T16:44:57Z pierpa quit (Ping timeout: 276 seconds) 2016-03-02T16:45:03Z daviid quit (Ping timeout: 240 seconds) 2016-03-02T16:46:59Z zwdr_ is now known as zwdr 2016-03-02T16:53:26Z alexei joined #scheme 2016-03-02T16:56:01Z _sjs joined #scheme 2016-03-02T17:00:32Z lritter joined #scheme 2016-03-02T17:11:02Z badkins joined #scheme 2016-03-02T17:15:59Z mastokley joined #scheme 2016-03-02T17:20:03Z leo_song quit (Ping timeout: 276 seconds) 2016-03-02T17:20:26Z m1dnight_ quit (Quit: WeeChat 1.4-dev) 2016-03-02T17:20:51Z m1dnight_ joined #scheme 2016-03-02T17:22:14Z ggole quit 2016-03-02T17:23:13Z karswell quit (Read error: Connection reset by peer) 2016-03-02T17:23:26Z karswell joined #scheme 2016-03-02T17:25:05Z leo_song joined #scheme 2016-03-02T17:25:50Z mokuso joined #scheme 2016-03-02T17:25:51Z mokuso quit (Changing host) 2016-03-02T17:25:51Z mokuso joined #scheme 2016-03-02T17:28:27Z magine-pc quit (Remote host closed the connection) 2016-03-02T17:29:55Z magine-pc joined #scheme 2016-03-02T17:31:06Z taysar joined #scheme 2016-03-02T17:31:51Z sethalves joined #scheme 2016-03-02T17:33:02Z groscoe joined #scheme 2016-03-02T17:35:33Z groscoe quit (Client Quit) 2016-03-02T17:35:55Z groscoe joined #scheme 2016-03-02T17:36:11Z groscoe quit (Client Quit) 2016-03-02T17:36:43Z groscoe joined #scheme 2016-03-02T17:40:45Z Opodeldoc quit (Ping timeout: 250 seconds) 2016-03-02T17:44:06Z groscoe quit (Ping timeout: 276 seconds) 2016-03-02T18:02:16Z AlexDenisov joined #scheme 2016-03-02T18:03:52Z magine-p_ joined #scheme 2016-03-02T18:07:06Z magine-pc quit (Ping timeout: 244 seconds) 2016-03-02T18:19:31Z magine-p_ quit (Remote host closed the connection) 2016-03-02T18:19:58Z magine-pc joined #scheme 2016-03-02T18:24:11Z Opodeldoc joined #scheme 2016-03-02T18:32:30Z AlexDenisov quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-02T18:32:31Z mmos joined #scheme 2016-03-02T18:50:29Z zadock joined #scheme 2016-03-02T18:52:57Z magine-pc quit (Remote host closed the connection) 2016-03-02T18:58:19Z ASau joined #scheme 2016-03-02T18:59:39Z magine-pc joined #scheme 2016-03-02T19:00:33Z mokuso quit (Quit: later) 2016-03-02T19:06:56Z mmos quit (Ping timeout: 268 seconds) 2016-03-02T19:20:39Z cemerick joined #scheme 2016-03-02T19:22:59Z AlexDenisov joined #scheme 2016-03-02T19:31:21Z muskalek quit (Ping timeout: 276 seconds) 2016-03-02T19:46:54Z taysar quit (Ping timeout: 246 seconds) 2016-03-02T19:52:02Z yulung joined #scheme 2016-03-02T19:52:53Z rx80 quit (Read error: Connection reset by peer) 2016-03-02T19:54:53Z rx80 joined #scheme 2016-03-02T20:07:37Z mastokley quit (Ping timeout: 240 seconds) 2016-03-02T20:17:30Z yulung quit (Ping timeout: 276 seconds) 2016-03-02T20:19:42Z Riastradh joined #scheme 2016-03-02T20:27:44Z daviid joined #scheme 2016-03-02T20:28:54Z fadein quit (Ping timeout: 260 seconds) 2016-03-02T20:30:23Z lambda-11235 quit (Quit: Bye) 2016-03-02T20:31:12Z groscoe joined #scheme 2016-03-02T20:31:29Z mastokley joined #scheme 2016-03-02T20:36:24Z fadein joined #scheme 2016-03-02T20:41:32Z mastokley quit (Ping timeout: 244 seconds) 2016-03-02T20:44:36Z mastokley joined #scheme 2016-03-02T20:45:15Z dpk is now known as {dpk} 2016-03-02T20:47:34Z cemerick quit (Ping timeout: 260 seconds) 2016-03-02T20:48:01Z gravicappa quit (Remote host closed the connection) 2016-03-02T20:48:41Z kraehe joined #scheme 2016-03-02T20:51:39Z kraehe_ quit (Ping timeout: 260 seconds) 2016-03-02T21:01:23Z daviid quit (Ping timeout: 248 seconds) 2016-03-02T21:02:55Z Fare joined #scheme 2016-03-02T21:08:17Z jcmdln joined #scheme 2016-03-02T21:14:00Z Menche quit (Quit: Leaving) 2016-03-02T21:28:58Z zadock quit (Quit: Leaving) 2016-03-02T21:29:15Z nigeldgreen joined #scheme 2016-03-02T21:34:41Z 64MAAHBER joined #scheme 2016-03-02T21:41:37Z drot quit (Quit: WeeChat 1.4) 2016-03-02T21:42:01Z nigeldgreen quit (Ping timeout: 244 seconds) 2016-03-02T21:47:53Z drdo quit (Ping timeout: 268 seconds) 2016-03-02T21:48:41Z AlexDenisov quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-02T21:49:23Z badkins quit (Read error: Connection reset by peer) 2016-03-02T21:52:18Z magine-pc quit (Remote host closed the connection) 2016-03-02T21:52:55Z magine-pc joined #scheme 2016-03-02T21:55:24Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-03-02T22:03:31Z altphi quit (Quit: somno opus est.) 2016-03-02T22:05:22Z grettke quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-03-02T22:06:48Z jcmdln quit (Quit: WeeChat 1.4) 2016-03-02T22:07:23Z jcmdln joined #scheme 2016-03-02T22:09:57Z jcmdln quit (Read error: Connection reset by peer) 2016-03-02T22:11:01Z davexunit quit (Quit: Later) 2016-03-02T22:16:39Z bjz joined #scheme 2016-03-02T22:20:44Z drdo joined #scheme 2016-03-02T22:22:36Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-03-02T22:24:40Z bjz joined #scheme 2016-03-02T22:24:42Z pjb joined #scheme 2016-03-02T22:31:08Z mumptai quit (Quit: Verlassend) 2016-03-02T22:33:45Z badkins joined #scheme 2016-03-02T22:34:34Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-03-02T22:35:18Z badkins quit (Remote host closed the connection) 2016-03-02T22:45:42Z Opodeldoc quit (Quit: Leaving) 2016-03-02T22:47:30Z altphi joined #scheme 2016-03-02T22:54:01Z Fare quit (Ping timeout: 240 seconds) 2016-03-02T22:56:00Z jcmdln joined #scheme 2016-03-02T23:02:42Z lambda-11235 joined #scheme 2016-03-02T23:05:21Z pjb quit (Remote host closed the connection) 2016-03-02T23:05:36Z pjb joined #scheme 2016-03-02T23:06:11Z muskalek joined #scheme 2016-03-02T23:07:09Z stepnem quit (Ping timeout: 276 seconds) 2016-03-02T23:10:22Z pjb quit (Ping timeout: 244 seconds) 2016-03-02T23:18:52Z badkins joined #scheme 2016-03-02T23:19:55Z 64MAAHBER quit (Remote host closed the connection) 2016-03-02T23:27:50Z civodul quit (Remote host closed the connection) 2016-03-02T23:28:35Z jcmdln quit (Ping timeout: 248 seconds) 2016-03-02T23:29:48Z magine-pc quit (Remote host closed the connection) 2016-03-02T23:30:50Z magine-pc joined #scheme 2016-03-02T23:30:57Z gigglypuff joined #scheme 2016-03-02T23:31:57Z gigglypuff: what will a programming neophyte learn from reading SICP? will it teach one how to approach a problem such as game programming -- how to construct and organize code bases? what does one stand to gain from it? 2016-03-02T23:34:09Z alexei quit (Ping timeout: 244 seconds) 2016-03-02T23:35:13Z magine-pc quit (Remote host closed the connection) 2016-03-02T23:37:30Z magine-pc joined #scheme 2016-03-02T23:41:37Z leppie quit (Ping timeout: 260 seconds) 2016-03-02T23:42:10Z leppie joined #scheme 2016-03-02T23:49:19Z karswell quit (Read error: Connection reset by peer) 2016-03-02T23:49:27Z taysar joined #scheme 2016-03-02T23:49:35Z Starwats joined #scheme 2016-03-02T23:50:34Z Starwats: Hi schemers, I'm new to scheme and I'm having some trouble with my code. Anyone care to help out? 2016-03-02T23:54:21Z taysar: Starwats: sure, what's up 2016-03-02T23:58:51Z pierpa joined #scheme