General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Indently
comments
Comments by "Anony Mousse" (@anon_y_mousse) on ""Callable" Explained in Only 12 Minutes" video.
You explained how to use it, but not why, which I feel might be important for the newbies in the crowd. Truthfully, I feel like a feature like this should be part of the language proper and not require an import. It's basically just function pointers. And you're right, it definitely does belong in typing as it's specifically for declaring types. I also feel like brackets for generics is a bit of a weird choice, especially in a language where brackets already have a lot of overloaded uses. When you consider how little usage braces get in Python, it seems like that would have been a perfect fit.
2