From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vlsi.cs.caltech.edu ([131.215.131.129]) by hawkwind.utcs.toronto.edu with SMTP id <24047>; Wed, 29 Dec 1993 21:32:21 -0500 Received: from ariadne.cs.caltech.edu by vlsi.cs.caltech.edu (4.1/1.34.1) id AA00241; Wed, 29 Dec 93 18:34:08 PST Date: Wed, 29 Dec 1993 21:34:08 -0500 From: drazen@vlsi.cs.caltech.edu (drazen) Message-Id: <9312300234.AA00241@vlsi.cs.caltech.edu> To: rc@hawkwind.utcs.toronto.edu Subject: `{prog args} versus `(prog args) Happy New Year to everyone! Is there a "real" difference between ; x = `{prog args ...} and ; x = `(prog args ...) The only difference in the text of the commands is braces versus parenthesis. Both conform to the syntax, and I cannot get them to produce different results. Does anyone have any opinions when one is preferable to another? Drazen