1021
what?
(feddit.nl)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Is there a typescript analogue for python? Preferably that adds curly braces?
Type Annotations and other typing-related stuff are built into the language/standard library.
To get a real benefit you should use a static type checker like mypy.
Just be a decent human being and use type hints in python, problem solved.
Go.
Oh, is that what the Go is all about?
from __future__ import braces
Give it a go