Scripting syntax: all expressions or declarations?

Damien Pollet damien.pollet at gmail.com
Wed Aug 23 11:19:21 UTC 2006


On 8/23/06, Damien Pollet <damien.pollet at gmail.com> wrote:
> Do you know any discussions about this part of language design?

Put another way, do we want the script syntax to be a format, i.e. a
serialized form of a program, similar to what is in a browser, or do
we want it to be a program (thus user-extensible).

Personally I think I'd hate it if I had to write down all accessors
explicitly. I'd prefer to write
MyClass attrReaders: #(x y)
just like I can use the RB in a standard smalltalk setup.

-- 
 Damien Pollet
 type less, do more



More information about the Squeak-dev mailing list