Y
Hacker News
new
|
ask
|
show
|
jobs
by
jaegerpicker
3772 days ago
I've been out of the ecosystem for a while but isn't it closer to type inference than dynamic typing?
1 comments
darylteo
3772 days ago
C# has both. "var" for type inference, "dynamic" for dynamic typing.
link