Re: [sv-bc] Function call without parenthesis

From: Paul Graham <pgraham_at_.....>
Date: Wed Dec 14 2005 - 09:57:59 PST
> A client shouldn't need to know whether a service is implemented by
> computation or storage ("attribute").

Even then, if you have:

    x = str.len;

then is the len() function retrieving a precomputed length
variable, or is it doing a strlen() equivalent on the
string?  Does the UAP mandate the first implementation?

Paul
Received on Wed Dec 14 09:58:01 2005

This archive was generated by hypermail 2.1.8 : Wed Dec 14 2005 - 09:58:15 PST