Re: [racket-users] splicing syntax surprise

2017-02-10 Thread Jay McCarthy
Correct, splicing means it is like ,@ rather , The big advantage of splicing-syntax-classes is that you can do stuff like `#:key value` as an abstract spec and not need to have a set of parens. On Thu, Feb 9, 2017 at 3:02 PM, Dan Liebgold wrote: > Hi all - > > So, this is a simplified version of

[racket-users] splicing syntax surprise

2017-02-09 Thread Dan Liebgold
Hi all - So, this is a simplified version of something we ran into: http://pasterack.org/pastes/70121 It was surprising that thing0 in the output template for read-thing was put in a list. Is this a feature of the splicing syntax? Is there an automatic attribute that doesn't put it in a list