[racket] [racket-dev] Identifier macros

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Dec 4 20:14:40 EST 2012

On Dec 4, 2012, at 8:08 PM, Carl Eastlund wrote:

> The following program works just fine:
> 
> #lang racket
> (define-syntax (foo stx) #`(quote-syntax #,stx))
> (list foo)

#lang racket
(define-syntax (foo stx) #'7)
(list foo)

Hmph. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20121204/4146d4dc/attachment.html>

Posted on the users mailing list.