Re: [racket] slides unit testing

2013-07-02 Thread Eric Tanter
Yes!!! That was what I had in mind!! Thanks John! (And yes, if you can share the slides, that'd be even better) -- Éric On Jun 27, 2013, at 21:08, John Clements wrote: > > On Jun 12, 2013, at 11:15 AM, Eric Tanter wrote: > >> Hi, >> >> I remember that someone, some time ago (how precise!),

Re: [racket] [racket-dev] [ANN] RacketCon 2013: 29 September

2013-07-02 Thread Asumu Takikawa
On 2013-07-02 18:30:20 -0400, Greg Hendershott wrote: > Since ICFP early reg has opened, I wanted to reconfirm these dates. > Plus, since there are some Saturday sessions, it might be good to know > more if possible about the Hacketathon on Saturday, in case anyone > isn't sure what to choose? Yes

Re: [racket] [racket-dev] [ANN] RacketCon 2013: 29 September

2013-07-02 Thread Greg Hendershott
I checked again and there's a page for this: https://github.com/plt/racket/wiki/RacketCon-Hackathon-2013 So I suppose I'm suggesting fleshing it out more if possible, including for example the suggested projects. On Tue, Jul 2, 2013 at 6:30 PM, Greg Hendershott wrote: > Since ICFP early reg has

Re: [racket] [racket-dev] [ANN] RacketCon 2013: 29 September

2013-07-02 Thread Greg Hendershott
Since ICFP early reg has opened, I wanted to reconfirm these dates. Plus, since there are some Saturday sessions, it might be good to know more if possible about the Hacketathon on Saturday, in case anyone isn't sure what to choose? On Wed, May 8, 2013 at 3:00 PM, Doug Williams wrote: > Sorry I

Re: [racket] How to either extend eval or write macros in #lazy?

2013-07-02 Thread Sean Kanaley
Yes, but first I'll say the issue is with a nested define-syntax inside of a lazy begin (a macro-writing macro). I got it to sort of work by renaming racket/base begin to !begin and using that instead, but then the resulting usage of the functions in "user code" does not evaluate the promises t