Hacker News new | past | comments | ask | show | jobs | submit login

Funny. But to be fair, a Hello World in C compiles to a 27k binary. Yeah yeah, optimize this, leave out that and you can get it smaller. Still doesn't change the fact that Hello World is not the target use-case for either C or Dart. Dart is intended for very large applications (compared to JS), so the additional weight for includes isn't that big of a deal.

It also doesn't change the fact that Dart sucks. For other reasons though.




On 32-bit Linux GCC, C hello world comes out to only 7 KB. Without optimization.


Just as a datapoint (I did this test before seeing the comment), in 32-bit cygwin a hello world written in C compiled to 12KB. In C++, it compiled to 497KB.


hbgh




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: