Re: [racket-dev] [plt] Push #23408: master branch updated

2011-09-01 Thread Sam Tobin-Hochstadt
On Thu, Sep 1, 2011 at 3:13 AM, Eli Barzilay wrote: > 8 hours ago, Sam Tobin-Hochstadt wrote: >> On Wed, Aug 31, 2011 at 1:51 PM, Eli Barzilay wrote: >> > An hour ago, sa...@racket-lang.org wrote: >> >> +Modified to use `syntax-parse' and multiple macros by Sam >> >> +Tobin-Hochstadt, 2011. >> >

Re: [racket-dev] [plt] Push #23408: master branch updated

2011-09-01 Thread Eli Barzilay
8 hours ago, Sam Tobin-Hochstadt wrote: > On Wed, Aug 31, 2011 at 1:51 PM, Eli Barzilay wrote: > > An hour ago, sa...@racket-lang.org wrote: > >> +Modified to use `syntax-parse' and multiple macros by Sam > >> +Tobin-Hochstadt, 2011. > > > > AFAICT, you're not using anything that `synatx-rules' ca

Re: [racket-dev] [plt] Push #23408: master branch updated

2011-08-31 Thread Sam Tobin-Hochstadt
On Wed, Aug 31, 2011 at 1:51 PM, Eli Barzilay wrote: > An hour ago, sa...@racket-lang.org wrote: >> +Modified to use `syntax-parse' and multiple macros by Sam >> +Tobin-Hochstadt, 2011. > > AFAICT, you're not using anything that `synatx-rules' can't do, so > what's the point? Better error message

Re: [racket-dev] [plt] Push #23408: master branch updated

2011-08-31 Thread Eli Barzilay
An hour ago, sa...@racket-lang.org wrote: > +Modified to use `syntax-parse' and multiple macros by Sam > +Tobin-Hochstadt, 2011. AFAICT, you're not using anything that `synatx-rules' can't do, so what's the point? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: