From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from kaleida.com ([130.43.11.35]) by hawkwind.utcs.toronto.edu with SMTP id <24048>; Wed, 29 Dec 1993 23:07:48 -0500 Received: from [130.43.11.209] (kip-19.kaleida.com) by kaleida.com (4.1/Spike-2.1-(Kaleida)) id AA26911; Wed, 29 Dec 93 19:43:01 PST Message-Id: <9312300343.AA26911@kaleida.com> Date: Wed, 29 Dec 1993 22:42:16 -0500 To: drazen@vlsi.cs.caltech.edu (drazen) From: haahr@kaleida.com (Paul Haahr) X-Sender: haahr@talisman.kaleida.com Subject: Re: `{prog args} versus `(prog args) Cc: rc@hawkwind.utcs.toronto.edu > Is there a "real" difference between > ; x = `{prog args ...} >and > ; x = `(prog args ...) yes. `() can contain only words, not things like redirections and pipes, whereas `{} can contain any rc commands. that `() works is just a happy accident of the orthogonality of rc. paul