Re: [xml-dev] XML as "passive data" (Re: [xml-dev] The Browser Wars are Dead! Long Live the Browser Wars!)

From
Elliotte Rusty Harold <>
To
xml-dev <>
Date
2002-10-23T15:27:55Z
ID
<p04330109b9dc70676534@[192.168.254.4]>
Thread
Re: [xml-dev] XML as "passive data" (Re: [xml-dev] The Browser Wars are Dead! Long Live the Browser Wars!)
At 2:58 PM +0100 10/23/02, Alaric B. Snell wrote:


>Ideally, of course, one would have a language where foo.bar = baz is just a
>shorthand for foo.setBar (baz) and foo.bar is short for foo.getBar (), like
>my beloved Dylan, since then you can declare fields public or public-read
>private-write as you see fit and still add behaviour later. Or remove the
>actual field storage altogether and replace it with a computation.
>

Sounds like Eiffel to me. :-)