Hacker News new | ask | show | jobs
by sitkack 4488 days ago
except no tools use it, yet.

I would absolutely love a version of shedskin that moved to Python3 syntax and used optional typing.

1 comments

PyCharm will read simple type annotations like

  def get_error_message(error_code: int) -> string:
      ...
and use them for autocompletion hints and type warnings.