How about converting JBang directive to Triple-Slash? #1174
Unanswered
linux-china
asked this question in
Ideas
Replies: 1 comment 1 reply
-
In rust they are still comments but special ones. Not the same. The syntax is '//uppercasecommandorsymbols input'. That should be sufficient to not collide with anything and used to extract is it not ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
//
is normal JVM languages' comment and used a lot in code, but///
is used in JVM languages rarely and better for directives. Triple-Slash directives are easy to parse and process, and it also has been used in TypeScript and Rust.Just my opinion for discussion, and
//
still ok to me.Beta Was this translation helpful? Give feedback.
All reactions