Re: [racket-dev] Wikipedia images

2011-07-02 Thread D Herring
On 07/01/2011 04:33 PM, Eli Barzilay wrote: Does anyone know how to deal with updating a wikipedia image? Does uploading a new file to the same name work? - Daniel _ For list-related administrative tasks:

Re: [racket-dev] syntax taints instead of syntax certificates

2011-07-02 Thread Stephan Houben
On 06/30/2011 05:01 AM, Carl Eastlund wrote: On Wed, Jun 29, 2011 at 10:55 PM, Matthew Flattmfl...@cs.utah.edu wrote: The problem with having the macro transformer add `syntax-protect' for (define-syntax bar (lambda (stx) ...)) is that some other transformer can say

Re: [racket-dev] syntax taints instead of syntax certificates

2011-07-02 Thread Carl Eastlund
On Thu, Jun 30, 2011 at 2:20 PM, Stephan Houben steph...@planet.nl wrote: Something like this springs to mind: (define-syntax provide/protection  (syntax-rules ()    ((_ name)     (begin       (define-syntax tmp         (syntax-rules ()           ((_ . args) (name . args      

Re: [racket-dev] syntax taints instead of syntax certificates

2011-07-02 Thread Eli Barzilay
I read the guide chapter -- it has a few typos: 1. The page is stx-certs.html. 2. There's still one mention of certificate. 3. Some modules are referred to by name where there is no such name. For example, the q module (I'm pretty sure that there were more). 4. Talks about defining

Re: [racket-dev] syntax taints instead of syntax certificates

2011-07-02 Thread Matthew Flatt
At Sat, 2 Jul 2011 12:34:49 -0400, Eli Barzilay wrote: I read the guide chapter -- it has a few typos: 1. The page is stx-certs.html. Intentional, though I'm not sure it's a good idea. There's a small benefit of keeping the URL the same and making old links to the certificate chapter point to