Email list hosting service & mailing list manager

syntax-case as a pattern matcher Marc Nieper-Wißkirchen (30 Jun 2020 13:03 UTC)
Re: syntax-case as a pattern matcher Panicz Maciej Godek (30 Jun 2020 17:45 UTC)
Re: syntax-case as a pattern matcher Marc Nieper-Wißkirchen (30 Jun 2020 17:50 UTC)
Re: syntax-case as a pattern matcher Shiro Kawai (30 Jun 2020 19:43 UTC)
Re: syntax-case as a pattern matcher Shiro Kawai (30 Jun 2020 19:47 UTC)
Re: syntax-case as a pattern matcher Marc Nieper-Wißkirchen (30 Jun 2020 20:46 UTC)
Re: syntax-case as a pattern matcher Alex Shinn (30 Jun 2020 23:36 UTC)
Re: syntax-case as a pattern matcher Marc Nieper-Wißkirchen (01 Jul 2020 08:50 UTC)
Re: syntax-case as a pattern matcher Marc Nieper-Wißkirchen (04 Oct 2020 08:50 UTC)

syntax-case as a pattern matcher Marc Nieper-Wißkirchen 30 Jun 2020 13:02 UTC

SRFI 200 claims that `syntax-case' cannot be applied outside macro
transformers. This is not true. On the other hand, when `syntax-case'
is present, it doesn't make sense to use any of the other matches in
macro transformers.

The difference to the other matchers that are presented is that
`syntax-case' does hygienic vs. symbolic matching.

Cheers,

Marc