From: Cameron Laird on
In article <trnka51n8uju2q3rnv3k9gpfkkkjk491hs(a)4ax.com>,
Jonathan Bromley <jonathan.bromley(a)MYCOMPANY.com> wrote:
>On Fri, 11 Sep 2009 07:07:20 -0700 (PDT), Bryan Oakley wrote:
>
>>On Sep 11, 8:49�am, Jonathan Bromley <jonathan.brom...(a)MYCOMPANY.com>
>>wrote:
>>> On Fri, 11 Sep 2009 12:33:34 GMT, Don Porter wrote:
>>> >> �Every Script Is A List.
.
.
.
>>> something important. �Is it possible to have a
>>> script that is *not* a well-formed list?
>>
>>Yes.
>>
>> % set script "puts {hello world};"
>> puts {hello world};
>
>D'oh. Of course. Thanks.
.
.
.
Commentary: while some people are happy Tcl consumers for years
without thinking through this, in fact the inclusions among

string
list
script

are sufficiently non-trivial to inspire recurring debates about
whether we ought to change the diagram enough to collapse these
to just two (and would we then be *too* Lisp-like?).

At another level, give thanks to TCT for maintaining these things
in good order for the good of all.