Hacker News new | ask | show | jobs
by bascule 4263 days ago
Maybe Node will finally get a free operator now:

https://mail.mozilla.org/pipermail/es-discuss/2012-October/0...

1 comments

Seems like a bad idea in a garbage-collected environment. Based on a scan of that thread, it seems like folks would really like debugging ("who is holding on to refs for this?"). Java doesn't have "free" and seems to do pretty well with GC (one can use profilers and what not to instrument and see where memory is leaking, heap dumps can be taken if things get out of hand in production).