00:06 (join) jonrafkind 00:07 (quit) orivej: Ping timeout: 258 seconds 00:11 eli: SinDoc: If you *really* want to do this, you can use `namespace-attach-module' to share the gui instance, but at least with how that example looks like, you don't need to use `eval'. 00:16 (join) orivej 00:22 SinDoc: The bitmap% objects are instantiated in a struct that I want serialized. That's why I decided to store the code as data, otherwise, I would get an error during serialization. 00:24 (join) ryanaghd1m 00:26 (quit) ryanaghd1m: Client Quit 00:27 (quit) orivej: Read error: Operation timed out 00:27 SinDoc: eli: Thanks a lot. It worked perfectly. 00:28 (quit) neilv: Ping timeout: 245 seconds 00:34 (join) dwaynecrooks 00:34 eli: SinDoc: I still don't see why you'd need it -- you can serialize just the file name, and create the object when you read it. 00:36 (quit) jeapostrophe: Quit: jeapostrophe 00:42 dwaynecrooks: hello world in #lang planet dwaynecrooks/whitespace... https://github.com/dwayne/whitespace/blob/master/examples/hworld.rkt 00:57 SinDoc: eli: Excellent suggestion! I will do just that. Thanks again, Eli. 01:01 eli: dwaynecrooks: Cute, but it looks like you're interpreting it, no? 01:07 (join) RacketCommitBot 01:07 RacketCommitBot: [racket] plt pushed 3 new commits to master: http://git.io/ookOPA 01:07 RacketCommitBot: [racket/master] This test can fail when running with the CGC. - Eli Barzilay 01:07 RacketCommitBot: [racket/master] Plot doc typo. - Eli Barzilay 01:07 RacketCommitBot: [racket/master] Twitter link for @racketlang; small tweaks. - Eli Barzilay 01:07 (part) RacketCommitBot 01:13 (quit) dnolen: Quit: dnolen 01:14 dwaynecrooks: eli: yes its being interpreted 01:14 dwaynecrooks: eli: i'm new to all this so i just needed to see something working 01:15 dwaynecrooks: eli: all suggestions for improvement welcomed though 01:16 eli: dwaynecrooks: Not much time, but here's roughly how it'd work: 01:16 eli: (This is all based on my very shallow reading of the language.) 01:17 eli: You'd first implement it as a plain language -- using macros or even just functions, 01:17 eli: then you write a #lang parser that reads the input file and produces syntax objects (with the correct source information) that are identifiers from this implementation. 01:18 eli: So overall, it would probably look pretty close (IOW, you probably have >80% of the code already), except that instead of interpreting code at runtime, you read the syntax as Racket code at compile time. 01:19 eli: And that can result in some cases in significant speedups -- though this language sounds like a simple stack machine. 01:19 dwaynecrooks: yes it is stack based 01:20 dwaynecrooks: i did read up "F*dging up a Racket" which helped me alot with the ideas 01:21 dwaynecrooks: i was going to try the semantics as macros thing, but how do i implement labels and branching to labels 01:22 (join) RacketCommitBot 01:22 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/U_V12g 01:22 RacketCommitBot: [racket/master] implement MZ_DO_NOT_INLINE() for MSVC - Matthew Flatt 01:22 (part) RacketCommitBot 01:22 (quit) Demosthenes: Quit: leaving 01:22 eli: dwaynecrooks: An easy way to do that is using `letrec' (or equivalently -- using internal definitions). 01:23 eli: dwaynecrooks: You can see the skeleton of this idea here: http://pl.barzilay.org/assignment-9.html 01:23 eli: Probably more useful is to just see the code: http://pl.barzilay.org/assembly.rkt 01:24 eli: see the `fib' example in that file. 01:26 (join) neilv 01:27 dwaynecrooks: eli: thank you very much... i will read up on this and make the necessary changes 01:29 eli: dwaynecrooks: Just save those two pages somewhere, I'll probably take them off soon-ish, since I clear out the whole thing when the semester starts. 01:29 dwaynecrooks: oh... ok 01:30 dwaynecrooks: saved 01:37 (quit) realitygrill: Quit: realitygrill 01:38 (quit) SinDoc: Quit: Page closed 01:43 (join) realitygrill 01:56 (quit) neilv: Ping timeout: 245 seconds 02:24 (quit) realitygrill: Quit: realitygrill 02:24 (join) neilv 02:31 (join) RacketCommitBot 02:31 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/NAWaNQ 02:31 RacketCommitBot: [racket/master] add strictness tests for Lazy Racket - Stephen Chang 02:31 (part) RacketCommitBot 02:42 (join) mceier 03:03 (join) orivej 03:49 (join) DGASAU` 03:57 (quit) DGASAU`: Quit: ERC Version 5.3 (IRC client for Emacs) 03:57 (quit) DGASAU: Quit: ERC Version 5.3 (IRC client for Emacs) 03:58 (join) DGASAU 04:14 neilv: i just blew an hour finding that in the end all i needed was a "for-template" 04:22 (quit) jonrafkind: Ping timeout: 240 seconds 04:27 (join) noelw 05:09 (quit) orivej: Ping timeout: 276 seconds 05:21 (join) orivej 05:41 (join) masm 05:47 neilv: compile: bad syntax; literal data is not alloed, because no #%datum syntax transformer is bound in: "Foo Bar" 05:47 neilv: it was going so well 05:51 noelw: That's not a (require (for-syntax racket/base)) issue is it? 05:51 neilv: no 05:53 neilv: i think the problem might involve that i'm getting that via "read-syntax" 05:53 neilv: the syntax that eventually is a problem 06:33 (join) benkard 06:52 (join) MayDaniel 06:54 (quit) DGASAU: Ping timeout: 246 seconds 07:06 (join) DGASAU 07:22 (join) jeapostrophe 07:25 (quit) MayDaniel: Read error: Connection reset by peer 07:29 (join) kennyd 07:53 (join) RacketCommitBot 07:53 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/VNT7XQ 07:53 RacketCommitBot: [racket/master] double planet tests timeout - Robby Findler 07:53 (part) RacketCommitBot 07:55 (join) dnolen 08:01 (quit) dwaynecrooks: Quit: Leaving 08:47 (join) jao 09:00 (join) RacketCommitBot 09:00 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/ObieFA 09:00 RacketCommitBot: [racket/master] adjust the threading protocol for compilings files to be kill safe - Robby Findler 09:00 (part) RacketCommitBot 09:00 (quit) jeapostrophe: Quit: jeapostrophe 09:13 (join) RacketCommitBot 09:13 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/fv_ycQ 09:13 RacketCommitBot: [racket/master] double planet tests timeout - Robby Findler 09:13 (part) RacketCommitBot 09:24 (join) si14 09:25 (join) realitygrill 09:27 (quit) neilv: Quit: Leaving 09:47 (quit) jao: Ping timeout: 245 seconds 09:59 ohwow: is there `amb' in Racket? 09:59 ohwow: I can't find it in the documentation 09:59 rapacity: not built-in 09:59 rapacity: but there are implementations on planet 10:02 ohwow: hm, thanks 10:04 ohwow: Hm, for somereason I have errors installing modules from PLaneT by Emacs/Geiser 10:04 ohwow: get-module-code: no such file: # 10:04 ohwow: === context === 10:04 ohwow: c:\Program Files\Racket\collects\syntax\modcode.rkt:79:2: core 10:04 ohwow: c:\Program Files\Racket\collects\racket\enter.rkt:44:0 10:04 ohwow: standard-module-name-resolver 10:04 ohwow: c:\Program Files\Racket\collects\setup\setup-unit.rkt:717:6: for-loop 10:04 ohwow: c:\Program Files\Racket\collects\setup\setup-unit.rkt:709:2: make-info-domain-step 10:04 ohwow: but it still works... 10:06 (nick) samth_away -> samth 10:10 samth: ohwow: does it work with 'raco planet install' ? 10:13 (join) shofetim 10:15 ohwow: yeah 10:16 ohwow: Are the videos from RacketCon avaliable yet? 10:17 samth: no, not yet 10:22 (join) jeapostrophe 10:29 (quit) dnolen: Quit: dnolen 10:32 clklein: samth: I'm mostly done with a `define-term' form that I think should cross one of the items of your Redex wishlist. 10:32 samth: clklein: woot! 10:32 samth: clklein: on a broader point 10:32 clklein: Do you have an example where you'd like to use a name bound by `define-term' as a pattern (e.g., in the LHS of a rule)? 10:33 samth: i think that rather than multiplying various ways to define different sorts of relations, you should have a goal of unifying them 10:34 clklein: Hrm, maybe. It would be nice if metafunctions and judgment forms just worked with traces, for example. 10:34 samth: right 10:35 samth: reduction relations are just relations with mode - +, and with domain = range 10:35 samth: and metafunctions are just relations with multiple inputs, 1 output, and and ordered definition form 10:36 ohwow: rudybot: eval xor 10:36 rudybot: ohwow: your sandbox is ready 10:36 rudybot: ohwow: error: reference to an identifier before its definition: xor in module: 'program 10:36 ohwow: :[ 10:37 samth: rudybot: eval (define-syntax-rule (xor d e) (let ([d* d] [e* e]) (or (and d* (not e*)) (and e* (not d*))))) 10:37 rudybot: samth: your typed/racket sandbox is ready 10:37 rudybot: samth: Done. 10:37 samth: rudybot: eval (xor #t #f) 10:37 rudybot: samth: ; Value: #t 10:37 samth: rudybot: eval (xor #f #t) 10:37 rudybot: samth: ; Value: #t 10:37 samth: rudybot: eval (xor #f #f) 10:37 rudybot: samth: ; Value: #f 10:37 samth: rudybot: eval (xor #t #t) 10:37 rudybot: samth: ; Value: #f 10:37 samth: ohwow: done 10:37 clklein: samth: Yea, that might be worth doing. Unifying them would be a ton of work, but it might be easier to maintain in the long run. 10:38 samth: having the different ways to define them is great 10:38 samth: b/c some things are nicely expressed as judgments, or functions, or reduction relations 10:39 (quit) mceier: Ping timeout: 240 seconds 10:42 ohwow: samth: Well I know that xor can be expressed with not/and/or, but in most languages it's in the core 10:42 (join) mceier 10:42 ohwow: I don't want to sound like a whiner 10:43 clklein: samth: Right, unifying them would be about using the same representation to make development easier. 10:43 samth: ohwow: really? i didn't think it was in the stdlib of any languages i know 10:44 samth: clklein: it might be, though, that it's hard to make metafunctions fast w/o representing them differently 10:45 (quit) benkard: Quit: benkard 10:46 clklein: samth: Are they fast now? :) 10:46 ohwow: samth: hm, well 10:46 ohwow: actually 10:46 ohwow: now that you mentioned it 10:46 ohwow: the C family has the bitwise xor (which is in Racket) and Haskell has (/=) 10:46 ohwow: ... 10:47 ohwow: that's strange 10:47 samth: ohwow: /= in haskell is (compose not equal?) right? 10:47 ohwow: yea 10:48 clklein: samth: Anyway, do you have an example where you want to use a term constant in a pattern? 10:48 samth: oh, right 10:48 samth: one sec 10:49 clklein: It's not hard to make it work, and it's not hard, so I'll do it anyway. I'm just hoping to avoid a contrived example in the docs :) 10:49 samth: clklein: see https://github.com/samth/var/blob/master/lang.rkt#L57 which is a production defined specifically for that purpose 10:51 clklein: samth: Oh, what I'm building won't work for that. 10:51 samth: why not? 10:52 clklein: because that pattern represents multiple terms 10:52 clklein: any choice of x and ℓ 10:52 samth: the choice of x isn't that important 10:52 samth: but ℓ maybe 10:53 samth: what i mean is, i think it's always x 10:53 clklein: right 10:53 (join) RacketCommitBot 10:53 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/NwQkeQ 10:53 RacketCommitBot: [racket/master] Changing test phase - Jay McCarthy 10:53 (part) RacketCommitBot 10:54 clklein: I think this is two separate concepts: define-term for defining names bound in term templates and define-pattern for defining names bound in patterns 10:54 samth: for `define-pattern', i'd want general match-expander type abstraction 10:54 clklein: define-pattern might be somethign that came for free if we had match expanders 10:54 clklein: right 10:55 clklein: I'd like to do that, but it's a ton of work. The matcher would have to be reworked to not compare pattern variables symbolically 10:57 samth: yeah 10:57 clklein: I'll probably do it at some point but not this weekk. 11:00 clklein: OK, I'll scrap the pattern aspect of define-term then. 11:00 (join) anRch 11:05 (join) benkard 11:08 (quit) benkard: Client Quit 11:24 (join) dnolen 11:34 (join) RacketCommitBot 11:34 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/R2VxSw 11:34 RacketCommitBot: [racket/master] Make environments much lazier about computing types; remove useless requires. - Sam Tobin-Hochstadt 11:34 RacketCommitBot: [racket/master] Fix type of `make-temporary-file'. - Sam Tobin-Hochstadt 11:34 (part) RacketCommitBot 11:52 (quit) realitygrill: Read error: Connection reset by peer 11:52 (join) realitygrill 12:03 (join) RacketCommitBot 12:03 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/SklFww 12:03 RacketCommitBot: [racket/master] Fix cpointer and cstruct tag text - Kevin Tew 12:03 RacketCommitBot: [racket/master] Accumulate fds for cleanup on exception - Kevin Tew 12:03 (part) RacketCommitBot 12:04 (join) bfulgham 12:07 (quit) noelw: Quit: noelw 12:18 (quit) DGASAU: Ping timeout: 245 seconds 12:27 (quit) anRch: Quit: anRch 12:27 (join) DGASAU 12:33 (join) jonrafkind 12:43 (quit) DGASAU: Ping timeout: 245 seconds 12:50 (join) DGASAU 13:01 (join) blake_johnson 13:22 (join) turbofail 13:25 (quit) orivej: Read error: Operation timed out 13:28 (join) RacketCommitBot 13:28 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/_3zASQ 13:28 RacketCommitBot: [racket/master] fix [] to {} - Kevin Tew 13:28 (part) RacketCommitBot 13:43 (join) benkard 13:44 (join) jao 14:05 (join) dyoo 14:34 (join) Josh___ 14:35 (quit) Josh___: Client Quit 14:36 (join) RacketCommitBot 14:36 RacketCommitBot: [racket] plt pushed 10 new commits to master: http://git.io/K4FmGA 14:36 RacketCommitBot: [racket/master] fixed missing arg to raise-type-error - Ryan Culpepper 14:36 RacketCommitBot: [racket/master] db: added group-rows, #:group arg to query-rows - Ryan Culpepper 14:36 RacketCommitBot: [racket/master] db: added note on sql injection, moved param paras to stmt section - Ryan Culpepper 14:36 (part) RacketCommitBot 15:46 (quit) dyoo: Ping timeout: 252 seconds 15:46 (join) RacketCommitBot 15:46 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/smETPQ 15:46 RacketCommitBot: [racket/master] Fix 'place's handling of the result of resolved-module-path-name - Robby Findler 15:46 (part) RacketCommitBot 15:53 (join) RacketCommitBot 15:53 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/t6xivQ 15:53 RacketCommitBot: [racket/master] change "cache.rktd" format to be platform-independent - Matthew Flatt 15:53 RacketCommitBot: [racket/master] remove some path case normalization - Matthew Flatt 15:53 (part) RacketCommitBot 16:11 (join) RacketCommitBot 16:11 RacketCommitBot: [racket] plt pushed 3 new commits to master: http://git.io/WivIJg 16:11 RacketCommitBot: [racket/master] Adds define-term form - Casey Klein 16:11 RacketCommitBot: [racket/master] Deletes duplicate tests - Casey Klein 16:11 RacketCommitBot: [racket/master] Tests defined-checks directly - Casey Klein 16:11 (part) RacketCommitBot 17:06 (join) RacketCommitBot 17:06 RacketCommitBot: [racket] plt pushed 4 new commits to master: http://git.io/sXXVzQ 17:06 RacketCommitBot: [racket/master] Make TR timing info fit on a line. - Vincent St-Amour 17:06 RacketCommitBot: [racket/master] Delay evaluation of numeric base env types. - Vincent St-Amour 17:06 RacketCommitBot: [racket/master] Turn off TR timing. - Vincent St-Amour 17:06 (part) RacketCommitBot 17:11 (join) RacketCommitBot 17:11 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/n-yihw 17:11 RacketCommitBot: [racket/master] double the planet tests timeout (again) - Robby Findler 17:11 RacketCommitBot: [racket/master] adjust the 'recently opened files' menu item so its contents are contain fewer redundant entries - Robby Findler 17:11 (part) RacketCommitBot 17:11 (quit) benkard: Quit: benkard 17:22 (join) RacketCommitBot 17:22 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/5o1bYQ 17:22 RacketCommitBot: [racket/master] basic fixes to figure.tex; partially addresses PR 12140 - Matthias Felleisen 17:22 RacketCommitBot: [racket/master] Closes PR12140 - Matthias Felleisen 17:22 (part) RacketCommitBot 17:47 (quit) blake_johnson: Ping timeout: 240 seconds 17:55 (join) RacketCommitBot 17:55 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/D6sn_w 17:55 RacketCommitBot: [racket/master] Dynamic-require the optimizer. - Vincent St-Amour 17:55 (part) RacketCommitBot 18:24 (join) RacketCommitBot 18:24 RacketCommitBot: [racket] plt pushed 2 new commits to master: http://git.io/fcRwEg 18:24 RacketCommitBot: [racket/master] abandon unused scheme_socket_to_ports during place copy - Kevin Tew 18:24 RacketCommitBot: [racket/master] Comment out broken place check - Kevin Tew 18:24 (part) RacketCommitBot 18:44 (quit) jeapostrophe: *.net *.split 18:44 (quit) shofetim: *.net *.split 18:44 (quit) snorble: *.net *.split 18:44 (quit) wolong: *.net *.split 18:44 (quit) tewk: *.net *.split 18:44 (quit) stchang: *.net *.split 18:44 (quit) bfulgham: *.net *.split 18:44 (quit) davidmitchell: *.net *.split 18:44 (quit) shachaf: *.net *.split 18:44 (quit) ve: *.net *.split 18:44 (quit) jonrafkind: *.net *.split 18:44 (quit) tomku: *.net *.split 18:44 (quit) Lajla: *.net *.split 18:44 (quit) hyko-: *.net *.split 18:44 (quit) rudybot: *.net *.split 18:44 (quit) turbofail: *.net *.split 18:44 (quit) ryanaghdam: *.net *.split 18:44 (quit) tonyg: *.net *.split 18:44 (quit) dsp_: *.net *.split 18:44 (quit) Utkarsh: *.net *.split 18:44 (quit) jao: *.net *.split 18:44 (quit) si14: *.net *.split 18:44 (quit) kennyd: *.net *.split 18:44 (quit) tunes: *.net *.split 18:44 (quit) martinhex: *.net *.split 18:44 (quit) wtetzner: *.net *.split 18:44 (quit) zakwilson: *.net *.split 18:44 (quit) realitygrill: *.net *.split 18:44 (quit) rapacity: *.net *.split 18:44 (quit) karljoh: *.net *.split 18:44 (quit) ozzloy: *.net *.split 18:44 (quit) offby1: *.net *.split 18:44 (quit) dnolen: *.net *.split 18:44 (quit) DGASAU: *.net *.split 18:44 (quit) svk_: *.net *.split 18:44 (quit) mario-goulart: *.net *.split 18:44 (quit) elliottcable: *.net *.split 18:44 (quit) ohwow: *.net *.split 18:44 (quit) tauntaun: *.net *.split 18:44 (quit) cky: *.net *.split 18:44 (quit) mceier: *.net *.split 18:44 (quit) Fade: *.net *.split 18:44 (quit) spewn: *.net *.split 18:44 (quit) gf3: *.net *.split 18:44 (quit) stamourv: *.net *.split 18:44 (quit) samth: *.net *.split 18:44 (quit) janne: *.net *.split 18:44 (quit) clklein: *.net *.split 18:44 (quit) ChanServ: *.net *.split 18:54 (join) mceier 18:54 (join) kennyd 18:54 (join) jao 18:54 (join) turbofail 18:54 (join) DGASAU 18:54 (join) jonrafkind 18:54 (join) bfulgham 18:54 (join) realitygrill 18:54 (join) dnolen 18:54 (join) jeapostrophe 18:54 (join) shofetim 18:54 (join) si14 18:54 (join) wolong 18:54 (join) samth 18:54 (join) ryanaghdam 18:54 (join) stamourv 18:54 (join) tonyg 18:54 (join) stchang 18:54 (join) Fade 18:54 (join) davidmitchell 18:54 (join) tomku 18:54 (join) snorble 18:54 (join) tewk 18:54 (join) ve 18:54 (join) shachaf 18:54 (join) rudybot 18:54 (join) hyko- 18:54 (join) Lajla 18:54 (join) Utkarsh 18:54 (join) dsp_ 18:54 (join) rapacity 18:54 (join) karljoh 18:54 (join) tunes 18:54 (join) ChanServ 18:54 (join) gf3 18:54 (join) cky 18:54 (join) tauntaun 18:54 (join) offby1 18:54 (join) clklein 18:54 (join) ohwow 18:54 (join) ozzloy 18:54 (join) janne 18:54 (join) elliottcable 18:54 (join) zakwilson 18:54 (join) mario-goulart 18:54 (join) wtetzner 18:54 (join) martinhex 18:54 (join) spewn 18:54 (join) svk_ 18:55 (quit) em: Max SendQ exceeded 18:55 (quit) dnolen: Ping timeout: 252 seconds 18:55 (join) em 19:03 (quit) jeapostrophe: *.net *.split 19:03 (quit) shofetim: *.net *.split 19:03 (quit) snorble: *.net *.split 19:03 (quit) wolong: *.net *.split 19:03 (quit) tewk: *.net *.split 19:03 (quit) em: *.net *.split 19:03 (quit) stchang: *.net *.split 19:03 (quit) bfulgham: *.net *.split 19:03 (quit) davidmitchell: *.net *.split 19:03 (quit) shachaf: *.net *.split 19:03 (quit) ve: *.net *.split 19:03 (quit) kennyd: *.net *.split 19:03 (quit) mceier: *.net *.split 19:03 (quit) jonrafkind: *.net *.split 19:03 (quit) tomku: *.net *.split 19:03 (quit) Lajla: *.net *.split 19:03 (quit) hyko-: *.net *.split 19:03 (quit) rudybot: *.net *.split 19:03 (quit) turbofail: *.net *.split 19:03 (quit) ryanaghdam: *.net *.split 19:03 (quit) tonyg: *.net *.split 19:03 (quit) dsp_: *.net *.split 19:03 (quit) Utkarsh: *.net *.split 19:03 (quit) jao: *.net *.split 19:03 (quit) si14: *.net *.split 19:03 (quit) tunes: *.net *.split 19:03 (quit) martinhex: *.net *.split 19:03 (quit) wtetzner: *.net *.split 19:03 (quit) zakwilson: *.net *.split 19:03 (quit) realitygrill: *.net *.split 19:03 (quit) rapacity: *.net *.split 19:03 (quit) karljoh: *.net *.split 19:03 (quit) ozzloy: *.net *.split 19:03 (quit) offby1: *.net *.split 19:03 (quit) DGASAU: *.net *.split 19:03 (quit) svk_: *.net *.split 19:03 (quit) mario-goulart: *.net *.split 19:03 (quit) elliottcable: *.net *.split 19:03 (quit) ohwow: *.net *.split 19:03 (quit) tauntaun: *.net *.split 19:03 (quit) cky: *.net *.split 19:03 (quit) Fade: *.net *.split 19:03 (quit) spewn: *.net *.split 19:03 (quit) gf3: *.net *.split 19:03 (quit) stamourv: *.net *.split 19:03 (quit) samth: *.net *.split 19:03 (quit) janne: *.net *.split 19:03 (quit) clklein: *.net *.split 19:03 (quit) ChanServ: *.net *.split 19:05 (join) em 19:05 (join) mceier 19:05 (join) kennyd 19:05 (join) jao 19:05 (join) turbofail 19:05 (join) DGASAU 19:05 (join) jonrafkind 19:05 (join) bfulgham 19:05 (join) realitygrill 19:05 (join) jeapostrophe 19:05 (join) shofetim 19:05 (join) si14 19:05 (join) wolong 19:05 (join) samth 19:05 (join) ryanaghdam 19:05 (join) stamourv 19:05 (join) tonyg 19:05 (join) stchang 19:05 (join) Fade 19:05 (join) davidmitchell 19:05 (join) tomku 19:05 (join) snorble 19:05 (join) tewk 19:05 (join) ve 19:05 (join) shachaf 19:05 (join) rudybot 19:05 (join) hyko- 19:05 (join) Lajla 19:05 (join) Utkarsh 19:05 (join) dsp_ 19:05 (join) rapacity 19:05 (join) karljoh 19:05 (join) tunes 19:05 (join) ChanServ 19:05 (join) gf3 19:05 (join) cky 19:05 (join) tauntaun 19:05 (join) offby1 19:05 (join) clklein 19:05 (join) ohwow 19:05 (join) ozzloy 19:05 (join) janne 19:05 (join) elliottcable 19:05 (join) zakwilson 19:05 (join) mario-goulart 19:05 (join) wtetzner 19:05 (join) martinhex 19:05 (join) spewn 19:05 (join) svk_ 19:15 (quit) masm: Quit: Leaving. 19:18 (join) anRch 19:22 (nick) samth -> samth_away 19:38 (quit) jeapostrophe: Quit: jeapostrophe 19:40 (quit) mceier: Quit: leaving 19:51 (join) RacketCommitBot 19:51 RacketCommitBot: [racket] plt pushed 4 new commits to master: http://git.io/saX-fA 19:51 RacketCommitBot: [racket/master] [honu] add assignment operator - Jon Rafkind 19:51 RacketCommitBot: [racket/master] [honu] macros can be defined with honu syntax - Jon Rafkind 19:51 RacketCommitBot: [racket/master] [honu] treat #\return like #\newline - Jon Rafkind 19:51 (part) RacketCommitBot 20:09 (join) dnolen 20:16 (quit) kennyd: *.net *.split 20:18 (quit) anRch: Quit: anRch 20:21 (join) kennyd 21:14 (quit) dnolen: Quit: dnolen 21:18 (join) jrslepak 21:36 (join) untangle 21:39 untangle: I'm running OSX 10.7.1. Racket (Intel 64) runs great ay work but won't launch at home. Any ideas? 21:41 (join) RacketCommitBot 21:41 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/5HF6Nw 21:41 RacketCommitBot: [racket/master] fix scribble pdf button - Robby Findler 21:41 (part) RacketCommitBot 21:46 (quit) turbofail: Ping timeout: 264 seconds 21:59 (join) jeapostrophe 22:05 (join) optikalmouse 22:05 optikalmouse: what happens when a Contract in Racket fails? 22:09 (quit) jrslepak: Quit: jrslepak 22:13 jonrafkind: it throws an error 22:13 jonrafkind: probably exn:contract or something 22:13 optikalmouse: ah ok 22:13 jonrafkind: exn:fail:contract 23:04 (quit) karljoh: Ping timeout: 252 seconds 23:06 (join) karljoh 23:11 (join) RacketCommitBot 23:11 RacketCommitBot: [racket] plt pushed 1 new commit to master: http://git.io/Klyk1Q 23:11 RacketCommitBot: [racket/master] [honu] allow already parsed expression to pass through - Jon Rafkind 23:11 (part) RacketCommitBot 23:12 (part) optikalmouse: "ERC Version 5.3 (IRC client for Emacs)" 23:27 (quit) untangle: Ping timeout: 252 seconds 23:59 (join) flaggy