Even if we ignore solutions other languages have come up with, it's even worse that they landed on // for the syntax given that it's apparently used the same way for real comments.
Yeah I agree \\ is not the best choice visually (and because it looks quite similar to //
I would have probably gone with ` or something.
> it's even worse that they landed on // for the syntax
.. it is using \\
But those are two different slashes? \\ for strings and // for comments?