Abstract and concrete syntax
Andrea Griffini
agriff at tin.it
Thu Jun 9 08:06:37 EDT 2005
More information about the Python-list mailing list
Thu Jun 9 08:06:37 EDT 2005
- Previous message (by thread): Abstract and concrete syntax
- Next message (by thread): Abstract and concrete syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 09 Jun 2005 03:32:12 +0200, David Baelde <david.baelde at ens-lyon.fr> wrote: >I tried python, and do like it. Easy to learn and read This is a key point. How easy is to *read* is considered more important than how easy is to *write*. Re-read the absence of a ternary operator or the limitations of lambda in python under this light (about lambdas note that you can define a named function in a local scope if you need it; and those are full-blown functions and not just a single expression). HTH Andrea
- Previous message (by thread): Abstract and concrete syntax
- Next message (by thread): Abstract and concrete syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list