Hacker News new | ask | show | jobs
by rco8786 886 days ago
All super weak arguments IMO. Problems that somehow every other language doesn’t have?
2 comments

Other languages are not attempting to be backwards compatible with Java.
One of the arguments is that existing $ in strings would have to be escaped. Every other language supported $ in strings before interpolation appeared. Not Java specific.

Every other language is susceptible to SQL injection style attacks. Not Java specific.

Few other languages are as committed to backwards compatibility as Java though.
Super weak how? They're quite reasonable and weighed-out.