[Zope-dev] Re: simpler TALES. (was Re: TALES idea: tuple unpacking)
Shane Hathaway
shane@zope.com
Wed, 30 Jul 2003 14:06:13 -0400
Evan Simpson wrote:
> With prefixes, the simpler
> "here/getSomeObject/call:/someAttribute" gets the job done.
FWIW, I'd write this as "here/call:getSomeObject/someAttribute". I
suppose it's possible to support both. One interesting difference is
that my syntax says both "get an attribute" and "call it", while yours
says only "call it". Mine is a method call, while yours is a function call.
Shane