Re: [racket] Getting context info from ellipses pattern vars when calling DATUM->SYNTAX

2010-11-14 Thread Sam Tobin-Hochstadt
On Sun, Nov 14, 2010 at 9:57 PM, Jon Rafkind wrote: > On 11/14/2010 07:52 PM, Sam Tobin-Hochstadt wrote: >> On Sat, Nov 13, 2010 at 5:09 PM, D Marshall wrote: >>> I understand that DATUM->SYNTAX gets it's context >>> information from it's first argument.  I have no problems >>> when using simple

Re: [racket] Getting context info from ellipses pattern vars when calling DATUM->SYNTAX

2010-11-14 Thread Jon Rafkind
On 11/14/2010 07:52 PM, Sam Tobin-Hochstadt wrote: > On Sat, Nov 13, 2010 at 5:09 PM, D Marshall wrote: >> I understand that DATUM->SYNTAX gets it's context >> information from it's first argument. I have no problems >> when using simple (non-ellipses) pattern variables, however, >> I haven't bee

Re: [racket] Getting context info from ellipses pattern vars when calling DATUM->SYNTAX

2010-11-14 Thread Sam Tobin-Hochstadt
On Sat, Nov 13, 2010 at 5:09 PM, D Marshall wrote: > > I understand that DATUM->SYNTAX gets it's context > information from it's first argument.  I have no problems > when using simple (non-ellipses) pattern variables, however, > I haven't been unable to get a strictly "ellipses pattern" > to work

[racket] Getting context info from ellipses pattern vars when calling DATUM->SYNTAX

2010-11-14 Thread D Marshall
Hi, I'm trying to get a working understanding of macros (I don't know if I'll every really understand them -- I'm trying). I understand that DATUM->SYNTAX gets it's context information from it's first argument. I have no problems when using simple (non-ellipses) pattern variables, however, I hav