Y
Hacker News
new
|
ask
|
show
|
jobs
by
devsquid
3882 days ago
Oh great news on the strong mode. One of my biggest issues with Dart is it not being actually statically typed.
Could you potentially generate smaller js libraries if the language was statically typed?
1 comments
thebosz
3882 days ago
A lot of the push for strong mode comes from a project to create a "plain JavaScript" compiler for Dart:
https://github.com/dart-lang/dev_compiler
link