Live data from Hacker News

ASCII Pronunciation Rules for Programmers [2008]

codinghorror.com

21–30 of 89 posts

Re: ASCII Pronunciation Rules for Programmers [2008]

#21
post #15

I work with French programmers, so that opens an entire other can of worms. Colon becomes "two points" and semi-colon becomes "point comma".

that totally makes sense to me, it is either a pair of points and a pair of a comma and a point.

Of course, that may be cause it's exactly the same in my native italian.

Re: ASCII Pronunciation Rules for Programmers [2008]

#22
post #16

Around ten years ago I worked as an instructor teaching people programming here in Sweden. My company decided I did such a good job they would send me over to their parent company in the UK to teach some classes there. I knew the material by heart so, no problem, I thought. I quickly discovered, right in front of the class at the white board with marker in hand, with my first " { " written, that being fluent in Engli…

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]

#23
post #5

` as backtick is rare? I thought it was the standard.

Where are you from? I've actually never heard it before (in the US).

Yeah, I thought backtick was pretty normal myself and I'm from the US.

I'm guessing you don't know Perl? I think that's where I learned to call it that.

Re: ASCII Pronunciation Rules for Programmers [2008]

#24
post #22
post #16

Earlier 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.)

In Poland it's very often simply called "ape" (often giving e-mail addresses), before I often heard "elephant's ear".

Re: ASCII Pronunciation Rules for Programmers [2008]

#26
post #22

Earlier quoted context omitted.

And in the Netherlands, we call it a ape's tail (we use 'ape' both for monkeys and ape's.)

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]

#27
post #15

I work with French programmers, so that opens an entire other can of worms. Colon becomes "two points" and semi-colon becomes "point comma".

Being French, I still find these names way better (as in clearer and more understandable for a foreigner) than the English ones. Why is ":" called a "colon"? That makes no sense!

Is the difference between ":" and ".." when pronounced obvious in French? In German, I'd say "Doppelpunkt" and probably "Punkt, Punkt," respectively.

Re: ASCII Pronunciation Rules for Programmers [2008]

#28
When 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.

Re: ASCII Pronunciation Rules for Programmers [2008]

#29
post #5

` as backtick is rare? I thought it was the standard.

Where are you from? I've actually never heard it before (in the US).

I'm from the US, but I think I know it almost exclusively from Unix shell scripts and Perl documentation, where `foo` is called the "backtick operator".
Post reply on HN