Re: [pollen] Writing in raw X-expressions

2019-04-06 Thread Matthew Butterick
> On Apr 6, 2019, at 4:00 PM, Daniel Sockwell wrote: > > I have a quick question: is it possible to use Pollen to write x-expressions > directly? That is, can I directly write > >'(root "I want to attend " (em "RacketCon " (strong "this") " year") ".") > > instead of > >#lang pollen

[pollen] Writing in raw X-expressions

2019-04-06 Thread Daniel Sockwell
I just discovered Pollen and am very much enjoying reading the docs/am excited to dive in. I have a quick question: is it possible to use Pollen to write x-expressions directly? That is, can I directly write '(root "I want to attend " (em "RacketCon " (strong "this") " year") ".")