Hacker News new | ask | show | jobs
by fuzzygroup 1326 days ago
I find the lack of string interpolation to be the one thing that kills me about javascript. The lack of it feels wrong and I can't get behind languages that don't have easy interpolation.

Yes Ruby has ruined me.

1 comments

  `template${Math.random() > 0.5 ? 'strings' : 'literals'} have beern part of the language since 2015!`