pronunciation

SQL Pronunciation

I have a question about the pronunciation of the SQL word. In my native language (French) we used to say it like spell each letters. I've been listening to the stackoverflow podcast today. And I noticed the usage of the word sequel to describe SQL. My question is what is the common or correct pronunciation of SQL in english. Is it a ma...

How do I pronounce "=>" as used in lambda expressions in .Net

I very rarely meet any other programmers! My thought when I first saw the token was "implies that" since that's what it would read it as in a mathematical proof but that clearly isn't its sense. So how do I say or read "=>" as in:- IEnumerable<Person> Adults = people.Where(p => p.Age > 16) Or is there even an agreed way of saying it...

What is proper pronunciation for a Java 5 "Executor"?

What is proper pronunciation for a Java 5 "Executor"? Is it "executor" as in "the executor of a will"? Or is it "executor" as in "the executioner of a prisoner"? ...

What are the pronunciations of these abbreviations?

As a non-English speaking person I frequently have problems pronouncing certain "artificial" words or abbreviations. How do you pronounce these words? GUID GUI C# (Community wiki, so feel free to add more) ...

How do you pronounce the word 'Tuple'?

How do you pronounce the word 'Tuple'? ...

How do you pronounce "Enum"?

In the spirit of this question how do you pronounce Enum? Tagging as subjective and community wiki obviously. I've heard E-Nuhm and E-Nnoom any others? Edit: Looks like we have a winner. Thought it'd be a closer race since most of the people at my work use the 2nd one. ...

How do you pronounce the word "Java"?

This just came up again. I see people doing it both ways. Which one is correct? ['ja:va] or ['dza:va] I have an observation that English-speaking cultures where J is read as [dz] use the second option, while those where J is read as [j] (German, for example) use the first option. I personally prefer the second [dz] variant, since th...

How to pronounce @@error

How do you refer to something like @@error (T-SQL) when speaking? Is it like "at at error" or do you just say what it actually holds/represents (the error number)? ...

Best practices for pronouncing C code

As my formal education in programming pre-dates C, I learnt C from K&R and other texts. Are there helpful conventions for vocalising C code when reading and writing it? For example, in d = emalloc(sizeof(*d)); d->d_name = estrdup(name); is '=' best read as 'is set to' or 'equals' or something else? Would '==' then be read as 'equ...

How do you pronounce C++0x?

In an effort to avoid the C-Pound mistake, I'm curious as to how C++0x is pronounced. The first part is pretty easy (see plus plus), but is the next part "zero ex", "oh ex", "ox", etc? ...

Anyone know if theres a library of english audio word pronunciations available for commercial use?

I know this is not exactly a programming oriented question but I'm looking for audio pronunciations for english words. I would like to be able to use this library for commercial purposes so I'm wondering if anyone knows of a good open source library or one with a license that allows one to use it commercially. The audio format doesn't re...

in C# sharp, how you pronounce 'T?'

How do you pronounce 'bool?', 'int?' and their ilk? I've been mulling over options like "nullable of T", "T hook", "T huh", "T what" and "T" with a rising inflection. I'm not particularly satisfied with these as they seem either cumbersome or affected or both. ...

In, PHP, what is the "->" operator called and how do you say it when reading code out loud?

In, PHP, what is the "->" operator called and how do you say it when reading code out loud? ...

what is the correct pronunciation of JSON?

Is it JAY-son? Or is jay-SON? Maybe something entirely different? ...

How do you pronounce Git?

With regards to the version control system, is it pronounced like 'give' or 'jit'? ...

What are the practical usages of functions metaphone() and soundex() in PHP?

Metaphone and Soundex are phonetic algorithms for indexing strings by their English pronunciation. Have you ever used functions metaphone() or soundex() that are present in the standard PHP library? What for? What are real-life usages of these functions? ...

Haskell: How is <*> pronounced?

Sorry, I don't really know my math, so I'm curious how to pronounce the functions in the Applicative typeclass: (<*>) :: f (a -> b) -> f a -> f b (*>) :: f a -> f b -> f b (<*) :: f a -> f b -> f a (That is, if they weren't operators, what might they be called?) As a side note, if you could rename pure to something more friendly to...

programming terms and abbreviations pronunciation

hello What is proper pronunciation for the following: Haskell RAII SFINAE [ sfee-nuh-ye? ] ublas [ yu-blas? oo-blas? mu-blas? ] lib (as in libm) [ libe? leeb? lib? ] pyc (python byte code) [ pike? pi-see? ] And more general question, is there database of MP3 files with pronunciations specific to programming? Thank you ...

How do you pronounce JNI?

Serious Java development is new to me, so I've not dealt with the JNI before. Yesterday a co-worker and I were discussing the JNI and the way to pronounce it was in question. Is there a preferred way? In addition to jay-en-eye (j-n-i), I have also heard genie/jeanie. I could easily imagine ginny or jenny. ...

How is togaf pronounced?

http://www.opengroup.org/togaf9/cert/docs/upgrade.html "toe-gaff" as in I have five toes on my foot? "Tu-gaff" as in Tuple ? ...