00:24 em: offby1: but my purpose is to have a website where I could use Racket to do the server side scripting. 00:25 offby1: I assume the answer is "yes, it's possible to use racket with apache". But I don't know if there's any benefit to it, compared to using racket's web serve.r 00:40 (join) jonrafkind 00:54 (quit) tauntaun: Quit: Ex-Chat 00:59 (quit) emporas: Ping timeout: 250 seconds 01:08 (join) feep 01:19 (quit) evhan: Ping timeout: 264 seconds 01:37 em: oh boy, this looks extremely difficult. 01:43 (quit) dnolen: Quit: dnolen 01:46 cky: em: Most web frameworks support using FastCGI. Maybe Racket's web system does too. (I've not used it, so I wouldn't know.) 01:46 cky: em: If so, there is an Apache FastCGI module you can use. 01:50 em: it does look like there's some racket library for scgi 01:51 em: but it looks like maybe what's recommended is to have racket listen to some other port and then use apache (?) to proxy (?) to that port. 01:52 em: it's complicated by the fact that i need apache to be serving more than one webpage (virtual host?) and and apache is difficult to understand, but hopefully i'll get it. :) 01:54 em: 01:54 em: > ProxyPass http://127.0.0.1:6666/ retry=10 01:54 em: > 01:55 em: what do you suppose the "/z/" stands for there? 01:59 cky: No idea. 02:09 (quit) jonrafkind: Ping timeout: 240 seconds 03:11 (join) lucian_ 03:12 (join) misterm 03:13 (nick) lucian_ -> lucian 03:29 (quit) lucian: Remote host closed the connection 04:55 (quit) eli: Remote host closed the connection 05:27 (topic) -: Racket -- http://racket-lang.org/ (logs at http://racket-lang.org/irc-logs/ ) 05:27 (names) -: gabot eli _danb_ misterm feep abbe petey-away mario-goulart sstrickl cpach bmaland_ Gwyth samth hyko martinhex shachaf rapacity kisom_dev Lajla em askhader jasond`` offby1 clklein danking _p4bl0 Tasser fmu mattmight zakwilson coyo jao sethalves bremner cky tewk @ChanServ jeapostrophe rudybot Demosthenes drhodes 06:02 (nick) bmaland_ -> bmaland 06:10 (quit) martinhex: Read error: Connection reset by peer 06:19 (join) emporas 07:25 Lajla: em, 07:25 Lajla: do you pronounce #\z like "zee" or properly like "zed"? 07:30 (join) martinhex 07:30 (quit) _danb_: Quit: ERC Version 5.3 (IRC client for Emacs) 07:34 (join) masm 07:41 (join) mye 07:46 (join) MayDaniel 08:16 (join) Agari 08:17 (quit) masm: Ping timeout: 240 seconds 08:17 (quit) MayDaniel: 08:31 (join) evhan 08:46 (join) corruptmemory 08:47 (quit) corruptmemory: Client Quit 08:48 (join) corruptmemory 08:48 (quit) corruptmemory: Read error: Connection reset by peer 08:49 (join) corruptmemory 09:12 (quit) Agari: Ping timeout: 240 seconds 09:13 (join) Agari 09:33 (join) snan 09:34 snan: is there a library for racket to work with unix sockets? or should I use FFI or is there another way? 09:35 samth: snan, if you want tcp or udp sockets, those have native racket support, otherwise, you should use the FFI 09:35 (join) dnolen 09:36 snan: these are just local socets 09:36 snan: sockets 09:36 snan: I guess I'll go to the FFI. thanks 09:40 (quit) jasond``: Remote host closed the connection 09:45 em: Lajla: I pronounce it like zee :) 09:45 em: Lajla: If I pronounced it like "zed" that would be seen as highly pretentious here :) 10:07 (quit) misterm: Ping timeout: 246 seconds 10:36 (join) mceier 10:37 (quit) snan: Quit: thanks 10:38 (quit) Agari: Ping timeout: 276 seconds 11:08 (join) masm 11:24 (quit) dnolen: Quit: dnolen 11:30 (join) carleastlund 11:32 (join) anRch 11:34 (join) stamourv 11:46 (join) jonrafkind 11:52 (quit) corruptmemory: Quit: Leaving 11:52 (quit) anRch: Quit: anRch 11:53 (join) corruptmemory 12:01 (join) anRch 12:04 (join) mwolfe 12:07 clklein: How do I write a comment when using the @-reader? 12:11 (quit) mwolfe: Ping timeout: 276 seconds 12:15 carleastlund: clklein, @;( ... stuff in comment ... )\ 12:15 carleastlund: The backslash was a typo. 12:16 stamourv: I don't think you need the parens 12:16 stamourv: @; comments out to the end of the line by default 12:16 carleastlund: stamourv and clklein, the parens allow you to span lines 12:17 clklein: thanks carleastlund and stamourv 12:17 clklein: Do you happen to know if that's documentated somewhere? I couldn't find it. 12:17 stamourv: carleastlund: I thought {} made it possible to span lines 12:17 carleastlund: maybe that too 12:17 carleastlund: Pretty sure it is, clklein, trying to find it now 12:17 carleastlund: (I mean maybe that instead) 12:17 stamourv: I certainly used them for that purpose 12:18 carleastlund: http://docs.racket-lang.org/scribble/reader.html?q=@%3B#%28part._.Comments%29 12:18 rudybot: http://tinyurl.com/4jy8b2n 12:18 carleastlund: The {} are the right way. 12:19 (quit) corruptmemory: Ping timeout: 240 seconds 12:20 clklein: carleastlund: Thanks. Searching only found me the Low-Level Scribble API docs; I totally missed the @ Syntax section of the Scribble docs. 12:20 clklein: oops 12:20 carleastlund: clklein, I searched for "comment" 12:20 stamourv: the scribble doc is oddly structured 12:21 stamourv: the low-level vs high-level division doesn't always make sense 12:21 clklein: carleastlund: Ingenious! 12:21 carleastlund: clklein: No, "Ingenious!" doesn't get any hits. 12:21 clklein: I guess I still don't have the hang of this searching business. 12:28 (quit) anRch: Quit: anRch 12:36 (join) MayDaniel 12:42 (quit) MayDaniel: 12:42 (join) MayDaniel 12:42 (quit) MayDaniel: Changing host 12:42 (join) MayDaniel 12:49 (quit) evhan: Ping timeout: 264 seconds 12:51 (join) tauntaun 12:53 (join) corruptmemory 12:54 (join) mwolfe 12:55 (quit) corruptmemory: Client Quit 12:56 (join) corruptmemory 12:59 (quit) mwolfe: Ping timeout: 260 seconds 12:59 (join) mwolfe 13:05 (quit) mwolfe: Ping timeout: 240 seconds 13:05 (join) mwolfe 13:18 (quit) mwolfe: Remote host closed the connection 13:18 (join) mwolfe 13:27 (join) evhan 13:33 (join) misterm 13:35 (quit) tauntaun: Ping timeout: 276 seconds 13:38 (quit) mwolfe: Ping timeout: 276 seconds 13:44 (join) anRch 13:50 (join) RusAlex 13:53 (join) lucian 13:55 (quit) petey-away: Quit: Coyote finally caught me 13:56 (join) lucian_ 13:57 (join) petey-away 13:58 samth: petey-away, nice machine name 13:58 (quit) lucian: Ping timeout: 240 seconds 13:58 RusAlex: does racket better vim? 13:59 samth: vim is a text editor, racket is a programming language 14:00 bremner: vim has a programming language, but racket is definitely better than vimscript 14:00 clklein: samth: If only the vim webpage were as clear about that as the Racket page :) 14:01 RusAlex: oh, i mixed terms yes 14:01 bremner: before anyone asks, racket is also better than emacs lisp 14:01 samth: clklein, in fact the vim webpage doesn't say anything about Racket at all 14:01 carleastlund: I dunno, clklein, it says right at the top: "Vim the editor". 14:05 (part) RusAlex 14:10 clklein: samth: that's crazy! 14:10 (nick) lucian_ -> lucian 14:11 clklein: carleastlund: Oh good point. 14:14 jonrafkind: if vim can have a bland tagline as 'the editor' i guess racket can have 'is a programming language' 14:14 stamourv: jonrafkind: I'd rather not be as bland as vim 14:14 jonrafkind: its like the apple strategy, just give the name with no explanation. if you dont understand it then you clearly aren't hip enough 14:15 bremner: iRacket: lambda for life 14:15 jonrafkind: we should change our name to Programming Language 14:16 stamourv: APL will sue 14:16 bremner: get in line behind PL/1 14:17 jonrafkind: this is like the time that I learned timecube.com was actually serious 14:18 (quit) lucian: Ping timeout: 240 seconds 14:18 (join) lucian 14:25 (quit) Tasser: Ping timeout: 240 seconds 14:25 clklein: One of the things that makes the tagline so awesome is how much unused space it leaves below it. 14:29 samth: clklein, indeed 14:29 (quit) feep: Remote host closed the connection 14:30 (join) feep 14:34 (join) lucian_ 14:34 (quit) lucian_: Read error: Connection reset by peer 14:35 (join) lucian_ 14:35 (quit) lucian: Ping timeout: 240 seconds 14:35 (nick) lucian_ -> lucian 14:38 (join) Tasser 14:42 (quit) MayDaniel: Read error: Connection reset by peer 14:42 (join) tauntaun 14:44 (join) lucian_ 14:44 (join) MayDaniel 14:44 (quit) MayDaniel: Changing host 14:44 (join) MayDaniel 14:45 (quit) lucian: Ping timeout: 240 seconds 14:47 (quit) evhan: Quit: Lost terminal 14:48 (nick) lucian_ -> lucian 14:57 (quit) tauntaun: Quit: Ex-Chat 15:04 (quit) masm: Ping timeout: 240 seconds 15:06 (join) masm 15:12 (quit) zakwilson: Quit: No Ping reply in 180 seconds. 15:13 (join) zakwilson 15:18 (quit) zakwilson: Quit: No Ping reply in 180 seconds. 15:18 (join) zakwilson 15:21 (quit) MayDaniel: Read error: Connection reset by peer 15:24 (join) saint_cypher 15:24 (join) PLT_Notify 15:24 PLT_Notify: racket: master Matthew Flatt * 93e1467 (30 files in 8 dirs): racket/gui: scrollbar support panels - http://bit.ly/eYexBf 15:24 (part) PLT_Notify 15:27 (quit) anRch: Quit: anRch 15:29 jonrafkind: eggselent 15:32 (quit) clklein: Ping timeout: 240 seconds 15:32 (quit) danking: Ping timeout: 240 seconds 15:33 (quit) samth: Ping timeout: 276 seconds 15:33 (join) clklein 15:33 (join) offby1` 15:33 (join) danking 15:34 (quit) offby1: Ping timeout: 240 seconds 15:34 (join) samth 15:41 (join) lucian_ 15:43 (quit) lucian: Ping timeout: 276 seconds 15:49 (nick) lucian_ -> lucian 15:57 (join) Agari 16:08 (quit) samth: Ping timeout: 240 seconds 16:12 Lajla: em, I have a mathematics textbook. 16:12 Lajla: It actually says in the praelude. 16:12 Lajla: Something like 'for the remainder of this book, the symbols Z,z shall be pronounced as 'zed'. 16:12 Lajla: Ahahaha 16:15 (quit) petey-away: Quit: Coyote finally caught me 16:16 (join) petey-away 16:16 (join) samth 16:17 clklein: Lajla: That's awesome! 16:19 Lajla: clklein, I thought so. 16:19 Lajla: I was scanning through it in the middle of a class 16:19 Lajla: Or well, at the start actually, before it was beginning 16:19 Lajla: It was between all those serious notes. 16:19 Lajla: I burst out laughing 16:20 Lajla: The lecturer was unaware of it. 16:45 eli: bremner: ping 16:45 bremner: eli: hi 16:45 eli: JFYI, the files from Olin should be fine too now. 16:45 eli: (I'll push it all soon, btw) 16:45 bremner: great. 16:45 eli: I just asked him this morning, and he shows the expected level of enthusiasm... 16:46 bremner: luckily he doesn't know where i live 16:46 bremner: where are you guys, boston? 16:46 eli: He said that he even had some license text saying "blah blah blah", that he wanted to use. 16:46 eli: Yes, at NEU. 16:47 bremner: well. I saw some places where Olin says "Do what the hell you want, blah blah blah". This seems ok :) 16:47 bremner: only a day drive to find me if sufficiently motivated. 16:48 eli: Yeah... He was actually surprised that I asked, he didn't remember having any code in... 16:59 (quit) lucian: Remote host closed the connection 17:11 (quit) saint_cypher: Ping timeout: 246 seconds 17:18 (join) saint_cypher 17:50 (quit) saint_cypher: Ping timeout: 264 seconds 18:04 (quit) feep: Ping timeout: 240 seconds 18:05 (join) feep 18:32 (join) MayDaniel 18:32 (quit) MayDaniel: Changing host 18:32 (join) MayDaniel 18:36 (join) Senjai 18:51 (quit) jonrafkind: Ping timeout: 250 seconds 18:59 (quit) MayDaniel: Read error: Connection reset by peer 19:36 (quit) mceier: Quit: leaving 19:51 (join) tauntaun 19:52 (quit) Senjai: Ping timeout: 240 seconds 19:56 (quit) carleastlund: Quit: carleastlund 20:14 (join) saint_cypher 20:17 tauntaun: Feed the tauntaun. 20:28 (quit) mye: Ping timeout: 276 seconds 20:54 (quit) Agari: Quit: Leaving 21:30 (quit) masm: Ping timeout: 240 seconds 21:45 (join) masm 21:51 (quit) offby1`: Read error: Connection reset by peer 22:12 (quit) tauntaun: Quit: Ex-Chat 22:13 (join) offby1 22:30 (quit) masm: Ping timeout: 276 seconds 23:24 (join) dnolen 23:34 (quit) corruptmemory: Ping timeout: 240 seconds