Hacker News new | ask | show | jobs
by RickJWagner 2727 days ago
From what I've seen, Java offers more tooling and handy utilities. Examples: Remote debuggers, thread dump utilities (and analyzers), byte-code injecting tools, etc.

I haven't done a lot of 'production' Python or Node, but I have heard people gripe about the need for some of these.

1 comments

With python and node typically comes a different approach to developing which should mean those tools are less useful.