in reply to [Perl6] Small 6 discoveries V, Sigils
In the proprietary programming language that I am using the most frequently after Perl, all variable names start with with a # character. Then, I am also doing quite a bit of shell programming, where variables start with $ (when you use hem).
So, when I am using other programming languages su as C, Python or Scala, I have trouble telling variables from other identifiers. Sigils are so useful for me to know at first sight what kind of a beast I'm dealing with! I have almost come to the feeling that sigil-less programming languages are somewhat crippled. ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [Perl6] Small 6 discoveries V, Sigils
by Anonymous Monk on Oct 23, 2017 at 21:32 UTC |