Viewing profile — polux
polux
HN member- Joined
- Tue, Jun 26, 2012, 10:37 AM UTC
- HN karma
- 15
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About polux
No profile information was provided.
Recent public activity
-
comment
Comment #8335336
Map is solving the real problem of code duplication for the scenario "create a new list whose elements are the elements of the original list to which f was applied". Not only does …
-
comment
Comment #8334859
IDE support is not a prerogative of Java.
-
comment
Comment #6679008
Google engineer here too. I completely agree with the fast edit/refresh cycle being a huge plus but that's precisely what Dartium (the build of Chromium that includes the Dart VM a…
-
comment
Comment #4664320
Sorry, what do you mean by function hoisting? The fact that you can write mutually recursive functions at toplevel? Anyway, I was referring to variable hoisting.
-
comment
Comment #4664004
You don't need a VM to compile something into Javascript but the VM buys you a fast edit/reload cycle and some tooling like a debugger. Also Dart can be used as server-side languag…
-
comment
Comment #4663990
(Disclaimer: I'm partly working on Dart) - Every Javascript program is a valid typescript program so typescript doesn't fix JS semantics (like variable hoisting and the only numeri…
-
comment
Comment #4663826
The point is right now JS developers of big apps write this kind of comments because they are understood by tools like https://developers.google.com/closure/ .