[plt-scheme] Any reason to use quote rather than quasiquote

From: John Clements (clements at brinckerhoff.org)
Date: Wed Mar 3 11:58:07 EST 2004

On Mar 3, 2004, at 6:06 AM, ifconfig wrote:

>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> I know about unquoting; I meant to ask whether it matters when no
> unquoting is used. I find quasiquote more comfortable since then
> unquoting doesn't require me to change the quote to a quasiquote.

FWIW, I routinely use quasiquote, for the reason you describe.  The 
only real problem with this approach is that it may confuse those 
reading your code:  "Gee, why'd he use a quasiquote here?"

For similar reasons, I generally use "let*" rather than "let".  How 
many times have you gone back to change a "let" into a "let*"?

john

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2379 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20040303/11bdb588/attachment.p7s>

Posted on the users mailing list.