|
|
Subscribe / Log in / New account

The 2020 Python Language Summit

The 2020 Python Language Summit

Posted May 2, 2020 7:33 UTC (Sat) by HelloWorld (guest, #56129)
In reply to: The 2020 Python Language Summit by NYKevin
Parent article: The 2020 Python Language Summit

There is also Nuitka that does the same thing.


to post comments

The 2020 Python Language Summit

Posted May 4, 2020 23:42 UTC (Mon) by jafd (subscriber, #129642) [Link]

Nuitka tries hard to be as semantically compatible to vanilla Python as possible (it's its stated goal after all), so it will do to type annotations what Python will do, namely: ignore them.

Although I think it could probably be beneficial to have a mode in Nuitka where it would actually enforce type annotations.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds