[racket-dev] match syntax-parse
> and I would suggest that we implement the racket matcher completely with
syntax parse.
> I usually argue for clarity of code over speed. BUT we must pay
attention to performance, especially widely used features.
> Have you measure the performance of the two versions? Indeed you really
need to measure the performance impact of ripping out match from
syntax-parse and of > > implementing match via syntax-parse. It doesn't
seem a straightforward case for one or the other.
> -- Matthias
This is valid concerns, indeed. And you should see my implementation for
list-no-order it's neat, simple and horribly inefficient.
/Stefan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20120514/713e03f4/attachment-0001.html>