Y
Hacker News
new
|
ask
|
show
|
jobs
by
pents90
3214 days ago
Not sure how everybody else feels about it, but I find that optional typing is the enemy of readable code.
1 comments
djur
3214 days ago
It doesn't look like this has optional typing (like Dart or Groovy) but local type inference (like Kotlin or C++).
link