Python 3 and static typing

后端 未结 5 1014
别那么骄傲
别那么骄傲 2020-12-12 11:34

I didn\'t really pay as much attention to Python 3\'s development as I would have liked, and only just noticed some interesting new syntax changes. Specifically from this SO

5条回答
  •  抹茶落季
    2020-12-12 12:06

    This is not an answer to question directly, but I found out a Python fork that adds static typing: mypy-lang.org, of course one can't rely on it as it's still small endeavor, but interesting.

提交回复
热议问题