00:06 (quit) saint_cypher: Quit: Leaving. 00:14 (quit) mario-goulart: Remote host closed the connection 00:15 (join) mario-go` 00:40 (join) realitygrill 00:44 (quit) dnolen: Quit: dnolen 01:39 (join) jonrafkind 01:43 (join) samth 01:45 (join) RacketCommitBot 01:45 RacketCommitBot: [racket] plt pushed 1 new commit to release: https://github.com/plt/racket/commit/f4cab3e47bb1dfda878234bd9f1c335782e37d51 01:45 RacketCommitBot: [racket/release] updated history. - John Clements 01:45 (part) RacketCommitBot 02:20 (join) tfb 02:23 (quit) tfb: Client Quit 02:30 (quit) eli: Ping timeout: 240 seconds 02:30 (quit) stchang_: Ping timeout: 240 seconds 02:31 (join) eli 02:31 (join) stchang 02:35 (quit) jonrafkind: Ping timeout: 252 seconds 02:40 (quit) jeapostrophe: Quit: jeapostrophe 02:49 (join) Demosthenes 03:07 (quit) samth: Ping timeout: 246 seconds 03:38 (join) noelw 04:03 (join) tfb 04:38 Demosthenes: right, i'm trying to understand the lex/parser options, but can't get a simple example to run 04:38 Demosthenes: http://pastebin.com/K8qRdPyk 04:38 Demosthenes: any suggestions? 04:44 (quit) Lajla: Ping timeout: 246 seconds 04:59 (quit) Demosthenes: Ping timeout: 246 seconds 05:23 (join) Demosthenes 06:10 (join) MayDaniel 06:17 (join) YokYok 06:22 (join) YokYok_ 06:25 (quit) YokYok: Ping timeout: 276 seconds 06:25 (quit) Penten: Remote host closed the connection 06:43 (quit) noelw: Quit: noelw 06:43 (join) noelw 07:28 (quit) MayDaniel: Read error: Connection reset by peer 07:30 (join) RacketCommitBot 07:30 RacketCommitBot: [racket] plt pushed 1 new commit to master: https://github.com/plt/racket/commit/7585edbcb61e7a366622bc0fc90bf31f49ff4d9a 07:30 RacketCommitBot: [racket/master] xrepl improvments: - Eli Barzilay 07:30 (part) RacketCommitBot 07:55 noelw: Demosthenes: you might want to say what error msg you're seeing 07:55 noelw: Right now that code won't work because it doesn't require the parser libraries 07:56 (quit) Demosthenes: Ping timeout: 240 seconds 08:05 (nick) mario-go` -> mario-goulart 08:34 (join) jeapostrophe 08:40 (join) masm 08:45 (join) misterm 08:49 (join) dnolen 09:25 (quit) realitygrill: Quit: realitygrill 09:37 (join) ChibaPet 10:06 (nick) samth_away -> samth 10:10 (quit) sir_lewk: Ping timeout: 240 seconds 10:15 (join) anRch 10:15 (quit) dnolen: Quit: dnolen 10:16 (join) bohanlon 10:44 shadgregory: WCF is the kindest, bravest, warmest, most wonderful framework I've ever known in my life. 10:44 (quit) shadgregory: Quit: leaving 10:54 offby1: WTF is WCF 10:59 SethTisue: such love for a "framework". not unlike this: http://psychcentral.com/classics/Harlow/fig4.jpg 11:00 noelw: Wow. 11:00 noelw: irc could be the next frontier for seo spam 11:01 Daemmerung: i think it was a cry for help. 11:02 noelw: :) 11:05 ChibaPet: So, my issue with the rocket last night may be an old-release issue. Or it could be a Mac issue. I'll suggest that my wife download a nightly build and try that. 11:09 samth: ChibaPet: if you are having repeatable problems with pasting images on the mac, you should file a bug (after trying the current builds) 11:11 ChibaPet: I'll have to do that once I get home. It's on my wife's Mac. It works on this (Debian) box for me now with the most recent nightly build. I'll try it again on the latest release, for kicks. 11:11 ChibaPet: And when I get home (or if my wife feels inspired) I'll have her try the latest Mac nightly. 11:11 (join) jonrafkind 11:12 ChibaPet: It's fun stuff. She's never tried programming before, and this seems like the perfect place to start. I was entreated to observe images sliding around a canvas last night. She was very pleased. 11:14 ChibaPet: Might have my step-kids do it too... I have them on Scratch right now, but I don't have any curricula devised, and being able to lean on HTDP will enable my inherent laziness. 11:17 (join) dnolen 11:22 (join) littlebobby 11:50 (quit) anRch: Quit: anRch 11:55 (join) anRch 12:11 (quit) noelw: Quit: noelw 12:11 stamourv: jonrafkind: ping 12:11 jonrafkind: poing 12:11 stamourv: Is the C part of the Honu reader obsolete, or do you still need it? 12:12 jonrafkind: its becoming obsolete 12:12 stamourv: Ok, so it's not there yet? 12:12 jonrafkind: im not sure how to hook up #hx to my own reader 12:12 jonrafkind: do you know how to do that? 12:12 jonrafkind: once im sure my reader does all the things the old reader did then we can erase the old C code 12:12 jonrafkind: but anyway thats a job for matthew, no? 12:13 samth: you'd have to change the default reader to recognize #hx 12:13 stamourv: I've played with reader extensions a bit. Let me find you a link. 12:13 jonrafkind: the default reader does recognize #hx 12:13 samth: as in, write a new reader that extended the standard reader to use your implementation of #hx 12:13 stamourv: jonrafkind: https://github.com/stamourv/picobit/blob/master/compiler/reader.rkt 12:14 samth: that would have the drawback that #hx wouldn't work in racket/base (unless you changed racket/base to use your reader) 12:14 stamourv: This has a reader extension for srfi/4-style byte vector literals. 12:14 stamourv: Probably not the best example of good style, but it works. 12:14 stamourv: As for whose job it is to get rid of the old C code, I'd be happy to try. 12:15 jonrafkind: how would my new reader get used by #lang racket/base or whatever, should I modify racket/lang/reader.rkt ? 12:15 samth: yes 12:15 stamourv: I had to hack the reader some time ago, and the Honu stuff was in the way. 12:15 samth: but i expect matthew has opinions on this 12:15 jonrafkind: yea probably, ill ask him when he gets back 12:19 jonrafkind: actually its not clear to me that #hx should exist at all 12:21 stamourv: What is it supposed to do? 12:21 (quit) anRch: Quit: anRch 12:22 jonrafkind: read in honu syntax 12:25 stamourv: So, you could have a file written in Racket syntax, and then switch to Honu syntax in the middle? 12:26 jonrafkind: yea 12:27 samth: think about the at-exp reader 12:27 samth: the default racket `read' function is that for honu 12:27 jonrafkind: #hx syntax is meaningless without the honu expander 12:27 jonrafkind: so what are you going to do with pure honu syntax? 12:36 (join) MayDaniel 12:52 (quit) MayDaniel: Read error: Connection reset by peer 12:55 (quit) tfb: Quit: sleeping 13:16 (quit) jeapostrophe: Quit: jeapostrophe 13:53 (join) anRch 14:27 (join) jeapostrophe 14:29 (join) tfb 14:41 (quit) rgee: Read error: Connection reset by peer 14:42 (join) rgee 14:42 (join) dherman 14:52 (quit) anRch: Quit: anRch 15:23 (join) noelw 15:36 (quit) tfb: Ping timeout: 240 seconds 15:39 (quit) noelw: Ping timeout: 240 seconds 15:50 (nick) elliottcable -> areacable 15:56 (nick) areacable -> elliottcable 16:10 (join) hypercube32 16:13 (join) noelw 16:20 (quit) noelw: Quit: noelw 16:25 (quit) hypercube32: Quit: Leaving 16:26 (join) Lajla 16:33 (join) tfb 16:41 (quit) misterm: Ping timeout: 240 seconds 16:42 (join) hussaibi 17:28 (part) joshcough 17:30 (quit) dnolen: Ping timeout: 252 seconds 17:56 (join) hussaibi_ 17:57 (quit) hussaibi: Read error: Connection reset by peer 18:12 (quit) jeapostrophe: Quit: jeapostrophe 18:22 (join) dnolen 18:25 ChibaPet: It's a fun, exciting time, so enjoy it. :) And have a good weekend - taking off for now. 18:25 (quit) ChibaPet: Quit: Leaving. 18:28 jonrafkind: what if its a boring, slow time? 18:29 stamourv: You're rebuilding the tree? 18:31 jonrafkind: take my wife, please 18:32 (nick) samth -> samth_away 18:38 (join) RacketCommitBot 18:38 RacketCommitBot: [racket] plt pushed 15 new commits to master: https://github.com/plt/racket/compare/7585edb...5f4c577 18:38 RacketCommitBot: [racket/master] Lock the top-level editor of the popup. - Vincent St-Amour 18:38 RacketCommitBot: [racket/master] Add for/sum: and for/product: to TR. - Vincent St-Amour 18:38 RacketCommitBot: [racket/master] Add for*/sum: and for*/product: to TR. - Vincent St-Amour 18:38 (part) RacketCommitBot 18:41 (join) shofetim 18:51 (quit) tfb: Quit: sleeping 19:00 (join) RacketCommitBot 19:00 RacketCommitBot: [racket] plt pushed 3 new commits to master: https://github.com/plt/racket/compare/5f4c577...cd5d0ee 19:00 RacketCommitBot: [racket/master] show line/column information for parsing errors - Jon Rafkind 19:00 RacketCommitBot: [racket/master] [honu] use regular expressions to lex comments - Jon Rafkind 19:00 RacketCommitBot: [racket/master] [honu] fix escapes in string literals - Jon Rafkind 19:00 (part) RacketCommitBot 19:08 (quit) hussaibi_: Ping timeout: 252 seconds 19:20 (quit) dherman: Quit: dherman 19:32 (join) ozzloy 19:39 (join) misterm 19:39 (join) hussaibi 19:51 (quit) shofetim: Remote host closed the connection 20:10 (quit) masm: Quit: Leaving. 20:43 (join) RacketCommitBot 20:43 RacketCommitBot: [racket] plt pushed 1 new commit to master: https://github.com/plt/racket/commit/7f3e434cb5f5b095a297f8a53d41aa9bf3293545 20:43 RacketCommitBot: [racket/master] [honu] allow nested block comments - Jon Rafkind 20:43 (part) RacketCommitBot 20:46 (join) eouoeu 20:48 (quit) eouoeu: Client Quit 20:56 (quit) jonrafkind: Ping timeout: 246 seconds 21:11 (join) realitygrill 21:13 (join) jonrafkind 21:39 (quit) littlebobby: Quit: Ex-Chat 21:39 (join) jeapostrophe 21:58 (join) hussaibi_ 22:02 (quit) hussaibi: Ping timeout: 258 seconds 22:03 (quit) misterm: Read error: Connection reset by peer 22:09 (quit) YokYok_: Ping timeout: 252 seconds 22:14 (quit) elliottcable: *.net *.split 22:17 (join) elliottcable 22:22 (quit) elliottcable: Ping timeout: 250 seconds 22:23 (join) elliottcable 22:23 (quit) realitygrill: Quit: realitygrill 22:43 (join) gienah 22:43 (nick) elliottcable -> e 22:43 (nick) e -> Guest24367 22:44 (nick) Guest24367 -> elliottcable 22:50 (nick) elliottcable -> ec 23:04 (join) sonelliot 23:04 sonelliot: hi all 23:14 (join) misterm 23:19 (join) dherman 23:34 (nick) ec -> elliottcable 23:53 (quit) SethTisue: Quit: SethTisue 23:54 (quit) hussaibi_: Ping timeout: 264 seconds