Python3 function annotations for type hinting versus Boo
Posted
by b0lt
on Stack Overflow
See other posts from Stack Overflow
or by b0lt
Published on 2010-05-19T11:46:07Z
Indexed on
2010/05/19
11:50 UTC
Read the original article
Hit count: 526
I've started on a medium-sized project in python, and I decided to use python 3 because I'm not using any large external libraries and py3k has some nice new syntactic sugar and more importantly function annotations. However, it seems like none of WingIDE, Pydev, or pycharm actually have any support for type hinting using function annotations. If I want something resembling static typing in python, is switching to boo a reasonable option?
© Stack Overflow or respective owner