Y
Hacker News
new
|
ask
|
show
|
jobs
by
systems
1911 days ago
Can you tell me one design benefit (a real good one) for not declaring variables before their use, in a mutable by default programming language
1 comments
DNF2
1911 days ago
I don't have a strong opinion on this, one way or the other. It's less verbose (which I like), and more familiar to those used to dynamic languages like python, matlab, etc. But this isn't my decision, I'm ok with either.
link