[Python-3000] Fwd: Conventions for annotation consumers (original) (raw)
Paul Prescod paul at prescod.net
Wed Aug 16 18:38:21 CEST 2006
- Previous message: [Python-3000] Fwd: Conventions for annotation consumers
- Next message: [Python-3000] Fwd: Conventions for annotation consumers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 8/16/06, Collin Winter <collinw at gmail.com> wrote:
I'd be perfectly happy to go back to talking about "type annotations", rather than the more general "function annotations", especially since most of the discussion thus far has been about how to multiple things with annotations at the same time. Restricting annotations to type information would be fine by me.
I don't understand why we would want to go backwards. You wrote a PEP. We haven't suggested any major technical changes to it, rather just a few guidelines. How would restricting the domain of the PEP solve any issues about dynamicity?
By the way, I think it may be naive to presume that there is only one relevant type system. People may well want to establish mappings from their types to programming language types. For example, to COM types, .NET types and Java types. 80% of these may be inferencable from platform-independent declarations but the other 20% may require a second layer of platform-specific type declarations.
Paul Prescod -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-3000/attachments/20060816/bafe8aa0/attachment.html
- Previous message: [Python-3000] Fwd: Conventions for annotation consumers
- Next message: [Python-3000] Fwd: Conventions for annotation consumers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]