@[email protected] to Programmer [email protected]English • 2 years agowhat?feddit.nlimagemessage-square61fedilinkarrow-up11Karrow-down130
arrow-up1973arrow-down1imagewhat?feddit.nl@[email protected] to Programmer [email protected]English • 2 years agomessage-square61fedilink
minus-square@shroomatolink7•2 years agoIs there a typescript analogue for python? Preferably that adds curly braces?
minus-square@[email protected]linkfedilink4•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@[email protected]linkfedilink2•2 years agoJust be a decent human being and use type hints in python, problem solved.
deleted by creator
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?