@[email protected] to Programmer [email protected]English • 2 years agowhat?feddit.nlimagemessage-square59fedilinkarrow-up11.02K
arrow-up11.02Kimagewhat?feddit.nl@[email protected] to Programmer [email protected]English • 2 years agomessage-square59fedilink
minus-square@[email protected]linkfedilink7•2 years agoIs there a typescript analogue for python? Preferably that adds curly braces?
minus-square@[email protected]linkfedilink2•2 years agoJust be a decent human being and use type hints in python, problem solved.
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]linkfedilinkEnglish1•2 years agofrom __future__ import braces Give it a go
Is there a typescript analogue for python? Preferably that adds curly braces?
Just be a decent human being and use type hints in python, problem solved.
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.
Go.
Oh, is that what the Go is all about?
from __future__ import braces
Give it a go