On Fri, Apr 8, 2011 at 6:28 PM, Terry Brown <[email protected]> wrote:
> I suspect Ville wants g.vs.foo rather than g.vs['foo']. I much prefer > the first form for many things and wish Python would behave like > javascript in that respect. This is exactly my rationale. Comfortable syntax is critical for scheme like this, and I'd prefer g.vs to remain as a module. g.vs['foo'] is quite painful to type and read, especially as g.vs[somevar] is not a very interesting use case. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
