[racket] ] Converting symbols to procedures?

From: Kevin Forchione (lysseus at gmail.com)
Date: Mon Aug 11 13:23:51 EDT 2014

On Aug 11, 2014, at 10:16 AM, Prabhakar Ragde <plragde at uwaterloo.ca> wrote:

> Deren wrote:
> 
>> Don't quote. You want to pass the class in a list, pass the class in a list.
> 
> You can also quasiquote and unquote. (list + *) can be written `(,+ ,*). This is overkill for such a small example, but is useful if you want to mix literal quotation and expressions while maintaining the readability of quote. --PR

Thanks! 

-Kevin

Posted on the users mailing list.