On Thu, Jun 9, 2016 at 12:32 PM, Kent Tenney <[email protected]> wrote:
> > From the recent Python language summit: > > The state of mypy: https://lwn.net/SubscriberLink/690081/5c35679cafe42d1b/ > ... > > An introduction to pytype: > https://lwn.net/SubscriberLink/690150/660acde532afb8a3/ Thanks for these links. The more I think about type checking, the more confused I become, so having real code (and docs!) to study seems like the only way forward. The dream seems simple: to have a really quick type checker that catches most errors. That is: pyflakes is to pylint as X is to mypy/pylint. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
