@slashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish • 2 years agowhat?feddit.nlimagemessage-square59fedilinkarrow-up11.02Karrow-down129
arrow-up1995arrow-down1imagewhat?feddit.nl@slashasdf@feddit.nl to Programmer Humor@lemmy.mlEnglish • 2 years agomessage-square59fedilink
minus-square@shroomato@lemmy.worldlinkfedilink8•2 years agoIs there a typescript analogue for python? Preferably that adds curly braces?
minus-square@d_k_bo@feddit.delinkfedilink5•edit-22 years agoType 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.
minus-square@UlrikHD@programming.devlinkfedilink2•2 years agoJust be a decent human being and use type hints in python, problem solved.
minus-square@Iridium@lemmy.worldlinkfedilinkEnglish1•2 years agofrom __future__ import braces Give it a go
minus-square@CanadaPlus@lemmy.sdf.orglinkfedilink1•edit-22 years agoOh, is that what the Go is all about?
Typescript helps a bit but not much
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?