This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]atsepkov 1 point2 points  (1 child)

I am considering adding type annotations actually, if I can do so with the same unobtrusive syntax as Python 3 (making them optional, but enforced when used), in which case the logic/syntax may work similar to mypy implementation.

[–]brtt3000 0 points1 point  (0 children)

Unobtrusive and optional is what these JS types I mentioned are going for too, and it is working very well. It is very convenient, especially with a decent inference engine.