997
what?
(feddit.nl)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Easy to learn, hard to master, used for things it wasn’t created for.
Yep.
You don't master Javascript, ever. You just become accustomed to the madness and stop caring, while sometimes doing things right.
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.
from __future__ import braces
Give it a go
Go.
Oh, is that what the Go is all about?
I agree.