Hacker News new | ask | show | jobs
by TazeTSchnitzel 5093 days ago
Of course. I'm just a little concerned about how easy it is to inflate a program's size in Dart by including another core library.
1 comments

That's true of every language, though, isn't it? If you use libraries, your app gets bigger.
I suppose so, I guess I'm too used to dynamic, interpreted languages that don't need to include the standard library in the output.