logoalt Hacker News

z_openlast Sunday at 5:34 PM3 repliesview on HN

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.


Replies

WCSTombslast Sunday at 6:42 PM

But those are two different slashes? \\ for strings and // for comments?

IshKebablast Sunday at 6:19 PM

Yeah I agree \\ is not the best choice visually (and because it looks quite similar to //

I would have probably gone with ` or something.

n42last Sunday at 5:47 PM

> it's even worse that they landed on // for the syntax

.. it is using \\

show 1 reply