He should have also listed "#!" AKA "shebang" / "hashbang"
ASCII Pronunciation Rules for Programmers [2008]
51–60 of 89 posts
Re: ASCII Pronunciation Rules for Programmers [2008]
#52Earlier quoted context omitted.
uphill and downhill assume going left to right. forward slash and backslash both assume going left to right. How is this an improvement? Maybe call them right-slash and left-slash, with the lean prefix implied? This would probably help our right to left language friends.
I'm a little ashamed to admit it, but I always had a hard time remembering where the "hinge" was on the slashes. Let me explain: Assume that the slash begins like a pipe |. If the slash has a hinge at the bottom (like most people intuitively assume), then / is "leaning forward " and \ is "leaning back ". However, if, when you look at the slash, you assume the hinge is on the top, then it looks like / is "swinging bac…
Re: ASCII Pronunciation Rules for Programmers [2008]
#53When I first started programming, I didn't know which of the two symbols / or \ was "forward slash" or "back slash", so I got into the habit of calling them "uphill" and "downhill", respectively. I still tend to use those terms when I'm working with people who aren't computer savvy, and those terms tend to be a bit more intuitive and help avoid confusion.
I tend to use "the slash with the question mark" and then either "the slash near backspace" or "the slash NOT near the question mark", since the backslash keyboard position isn't completely standard.
Of course, these experiences are when dealing with having to have an end user type them in (thank you, internet).
Re: ASCII Pronunciation Rules for Programmers [2008]
#54Earlier quoted context omitted.
In Poland it's very often simply called "ape" (often giving e-mail addresses), before I often heard "elephant's ear".
Some people in Germany call it 'Klammeraffe', which would roughly translate as 'an ape that clings to something' or 'spider monkey'.
Re: ASCII Pronunciation Rules for Programmers [2008]
#55Nitpick? Yes. This is HN, after all.
Re: ASCII Pronunciation Rules for Programmers [2008]
#56Earlier quoted context omitted.
Swedish also has a funny name for the @-sign, named after the trunk of an elephant. In fact, quite a few languages do. Here's a short sample from the Wikipedia article: In Swedish and Danish the sign is known as the "snabel a" (literally trunk a), owning to the resemblance between the sign and the trunk of an elephant. In Norwegian the term most commonly used is "krøllalfa" (literally: curled alpha). In Greek the sig…
And in the Netherlands, we call it a ape's tail (we use 'ape' both for monkeys and ape's.)
Re: ASCII Pronunciation Rules for Programmers [2008]
#57It's also in (and probably a copy of) the Jargon File: http://www.catb.org/jargon/html/A/ASCII.html
Re: ASCII Pronunciation Rules for Programmers [2008]
#58I refer those interested in this topic to the INTERCAL character naming conventions, now hallowed by tradition and skirting the edge of madness. As a taster . is one-spot : is two-spot , is tail and ; is hybrid. # is mesh. <- is known as an 'angle worm' and is pronounced 'gets'. It goes on from there.
However, there are a couple that, despite the INTERCAL authors' best efforts, have entered common usage, according to the chart: "mesh" and "splat".
Re: ASCII Pronunciation Rules for Programmers [2008]
#59One of my co-workers uses "cash" for $. I think that's the worst possible choice for pronunciation since it sounds just like "cache", which is another thing you need to talk about fairly frequently.
Re: ASCII Pronunciation Rules for Programmers [2008]
#60He should have also listed "#!" AKA "shebang" / "hashbang"
There are also many different ways that people pronounce -> and =>, although it might vary depending on programming language.
I usually say "arrow", or "dash-greater-than"... but come to think of it, I very rarely have to ever actually say this.