also I just realized that Brazil did NOT make a programming language entirely in Spanish and call it “Si” and that my professor was making a joke about C… god damn it
this post is probably too nieche but I feel like Lemmy is nerdy enough that enough people will get it lol
That’s just a fancy way of commenting on the intended types, no static typing though.
Python will happily execute:
six: int = 6 six = "Hello World!"
But mypy will not accept it :)