On Tue, 26 Sep 2000, Nathan Wiger wrote:

> I think perhaps that Uri was suggesting more a common letter prefix,
> such as:
> 
>   freadable($file);
>   fwritable($file);
>   fexecutable($file);
> 
> Than a piece of bastardized Pythonesque syntax. ;-)

Was that what the foo.bar("baz") syntax was?  I thought that was in another 
RFC I had to hunt down and read :-)  But I think I like this anyway:

  -f.r($file);    # same as -r $file
  -f.rwx($file);  # same as -rwx $file

etc.  Or leave off the -, or even the -f ... oh well, I guess there are 
syntax possibilities ad nauseum, but none very satisfying.

John.

Reply via email to