00:10 (join) jonrafkind 00:48 (join) realitygrill_ 00:48 (quit) realitygrill: Read error: Connection reset by peer 00:48 (nick) realitygrill_ -> realitygrill 01:02 (quit) jao: Ping timeout: 260 seconds 01:13 (join) realitygrill_ 01:14 (quit) realitygrill: Ping timeout: 260 seconds 01:14 (nick) realitygrill_ -> realitygrill 01:40 (join) dmac 01:47 (quit) realitygrill: Read error: Connection reset by peer 01:47 (join) realitygrill_ 02:03 (quit) realitygrill_: Read error: Connection reset by peer 02:03 (join) realitygrill 02:09 (quit) realitygrill: Quit: realitygrill 02:10 (join) realitygrill 02:14 (quit) jonrafkind: Ping timeout: 260 seconds 02:15 (quit) dmac: Ping timeout: 260 seconds 02:25 (join) bluezenix 02:28 (quit) bluezenix: Client Quit 02:34 (quit) realitygrill: Ping timeout: 260 seconds 03:10 (join) superjudge 03:41 (join) masm 03:57 (quit) mithos28: Quit: mithos28 04:03 (join) mithos28 04:04 (quit) pcavs: Quit: Leaving. 05:01 (join) mceier 05:14 (part) snorble 05:16 (join) snorble 05:37 (quit) superjudge: Quit: superjudge 05:38 (join) superjudge 06:34 (join) Burlingk 06:37 (quit) mithos28: Quit: mithos28 06:43 (join) MayDaniel 07:27 (join) bluezenix 08:03 (quit) MayDaniel: Read error: Connection reset by peer 08:17 (quit) _danb_: Quit: ERC Version 5.3 (IRC client for Emacs) 08:21 (join) MayDaniel 08:28 (quit) masm: Ping timeout: 252 seconds 08:40 (quit) bluezenix: Quit: Leaving. 08:48 (quit) zakwilson: Ping timeout: 260 seconds 08:49 (join) zakwilson 08:52 (quit) MayDaniel: Read error: Connection reset by peer 09:04 (join) bluezenix 09:45 (quit) bluezenix: Quit: Leaving. 10:12 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/0nnYZw 10:12 RacketCommitBot: [racket/master] fix another raco setup path-normalization (especially for Windows) - Matthew Flatt 10:20 (join) jao 10:30 (join) realitygrill 10:37 (join) MayDaniel 11:12 (join) bluezenix 11:16 (quit) Burlingk: Quit: Leaving 11:26 (quit) jao: Ping timeout: 252 seconds 11:30 (quit) snorble: Ping timeout: 276 seconds 11:31 (join) snorble 11:40 (join) masm 11:42 (quit) MayDaniel: Read error: Connection reset by peer 12:19 (quit) bluezenix: Quit: Leaving. 12:29 (join) jao 12:32 (join) jonrafkind 12:44 (quit) realitygrill: Quit: realitygrill 12:47 (join) dnolen 13:00 (join) anRch 13:00 (join) pcavs 13:05 (join) MayDaniel 13:23 (quit) jao: Ping timeout: 260 seconds 13:31 (quit) anRch: Quit: anRch 13:31 (join) jao 13:42 (quit) MayDaniel: Read error: Connection reset by peer 13:57 (join) mithos28 14:39 (quit) dnolen: Ping timeout: 258 seconds 14:51 (join) dnolen 14:57 (join) jntrnr13 14:57 jntrnr13: Simple DrRacket question if anyone is around: how do I evaluate the expression I'm working on in the editing window as if I typed it in the interaction window and hit enter? 15:00 jonrafkind: press 'run' 15:01 jonrafkind: or do you want to evaluate only one expression in the editing window? 15:07 danking: eli: ping 15:07 jntrnr13: jonrafkind: I just want to run a single expression 15:08 jntrnr13: (even better would be to run the one that's currently gray, which I just completed) 15:08 jonrafkind: i guess for now you just have to copy/paste it 15:08 jonrafkind: but i think thats a good feature, can you make a bug report about it? 15:08 jntrnr13: sure 15:17 jntrnr13: done 15:18 eli: danking: ? 15:30 (join) bluezenix 15:39 (quit) bluezenix: Quit: Leaving. 15:41 (join) bluezenix 15:41 (quit) superjudge: Quit: superjudge 15:43 (quit) jao: Ping timeout: 240 seconds 16:49 (nick) samth_away -> samth 17:01 (join) MayDaniel 17:12 (quit) MayDaniel: Read error: Connection reset by peer 17:12 (quit) jntrnr13: Quit: jntrnr13 17:38 (quit) mceier: Quit: leaving 17:54 (join) otzi 17:59 (join) jao 18:01 otzi: on C I have only one file descriptor for reading or writing to a socket. So, I if I'm going to broadcast a message fd 3 sent me I have only to iterate over all fds and skip file descriptor 3. In racket I see no obvious way to do that, because I have to sync on in ports and I have to send the message using out port. Is there a socket interface that looks a little more like C socket handling? (I'm using racket/tcp right now) 18:03 samth: otzi: how do you iterate over all file descriptors? 18:05 samth: if you have a list of them in racket, you could probably use eq to descriminate 18:05 otzi: I could have a list of iterators. The other nice thing about the model is that I can do everything in the same thread using poll. The listener and other connections can all be threated the same. 18:07 otzi: in racket I have a list of tuples and I do a map which transforms the tuple of ports into in ports. It's not a big deal, but I was wondering if there was a library that looked more like C way of doing things, I find it easier to handle. But it's just a matter of taste, I guess 18:08 samth: otzi: i don't think there's a fd-level interface, but i haven't done a ton of work with those interfaces 18:08 samth: you might ask on the users mailing list 18:21 (quit) dnolen: Quit: dnolen 18:36 (quit) bluezenix: Quit: Leaving. 18:46 (quit) jao: Ping timeout: 258 seconds 18:58 (join) dnolen 19:06 (quit) martinhex: Read error: Connection reset by peer 19:07 (join) martinhex 19:31 (quit) masm: Quit: Leaving. 19:54 (quit) martinhex: Ping timeout: 258 seconds 19:56 (join) martinhex 20:21 eli: otzi: Are you looking for a way to get all of the current output ports? 20:24 (nick) samth -> samth_away 21:00 (join) mykhal 21:32 (quit) otzi: Quit: leaving 22:07 (quit) mithos28: Quit: mithos28 22:08 (join) mithos28 22:18 (join) chturne 22:20 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/1iR88Q 22:20 RacketCommitBot: [racket/master] Change scribble so that is overwrites the destination file when it makes a .pdf file - Robby Findler 22:20 RacketCommitBot: [racket/master] minor Rackety - Robby Findler 22:22 (quit) mithos28: Quit: mithos28 22:25 (join) mithos28 22:26 (join) realitygrill 22:51 (join) samth_ 23:18 (join) jao 23:53 (quit) samth_: Ping timeout: 260 seconds