Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

61
votes
13answers
4k views

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 ...
33
votes
2answers
4k views

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 ...
25
votes
31answers
3k views

SQL Pronunciation [closed]

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 ...
24
votes
3answers
550 views

Are there pronounceable names for common Haskell operators?

I'm reading Learn You a Haskell for Great Good, and I never know how to pronounce the Haskell operators. Do they have "real" names? ? For instance, how do you read aloud an expression like this one? ...
23
votes
6answers
5k views

what is the correct pronunciation of JSON? [closed]

Is it JAY-son? Or is jay-SON? Maybe something entirely different?
22
votes
5answers
3k views
21
votes
12answers
1k views

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?
19
votes
11answers
1k views

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 = ...
11
votes
10answers
2k views

How do you pronounce “Enum”? [closed]

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 ...
7
votes
7answers
554 views

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 ...
5
votes
6answers
266 views

In jquery, what is the correct pronunciation of “live”?

What is the correct pronunciation of the "live" method in jquery? Is it "live" (rhymes with "div") or "live" (rhymes with "hive")?
4
votes
5answers
486 views

How to pronounce mingw and cygwin

I get confused with how to pronounce the these word. thanks.
4
votes
4answers
217 views

Pronunciation of programming structures (particularly in c#)

As a non-English speaking person I often have problems pronouncing certain programming structures and abbreviations. I've been watching some video tutorials and listening to podcasts as well, though I ...
4
votes
8answers
501 views

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 ...
4
votes
3answers
483 views

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?
4
votes
5answers
647 views

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)?
4
votes
12answers
1k views

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 ...
3
votes
2answers
577 views

How do you pronounce “Scala”?

How do you pronounce "Scala"? Is it SKAH-lah or SKAY-luh? The former seems right, but the latter would make sense, given the name is derived from "Scalable".
3
votes
2answers
160 views

How is AnkhSVN pronounced?

How is AnkhSVN pronounced?
3
votes
2answers
181 views

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? ...
2
votes
1answer
75 views

What is the correct pronunciation of the Objective-C type “id”?

I've heard it pronounced as its letters "eye-dee" and as a word that rhymes with "did", but I can't find any official reference suggesting the correct pronunciation. What is it?
2
votes
1answer
84 views

pronunciation scoring(voice correctness)

Are there any algorithms or libraries for C# that can be used to score user pronunciation? For example something like Levenshtein distance for text but for speech. Any related links or information ...
2
votes
0answers
188 views

programming terms and abbreviations pronunciation [closed]

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? ...
1
vote
0answers
192 views

Looking for an English Pronunciation Dictionary in machine readable format

I'm looking for a dictionary with words with it's pronunciations. The CMUdict would be perfect - except it seems to be inconsistent in the phonemes. As as example - Actual is pronounced differently ...
1
vote
0answers
61 views

ISpRecoGrammar::IsPronounceable in PHP?

I was trying to track down something that could test a string for "Pronounceability" and though I actually doubt there's anything that might be freely available. I was actually a bit surprised to ...
1
vote
9answers
767 views

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"?
0
votes
0answers
55 views

Comparing pronunciations of words in PHP with levenshtein and metaphone

To work out if two strings sound the same in PHP you could use metaphone() which returns a string based on the pronunciation of the word. If I wanted to allow more flexible comparisons, say for ...
0
votes
2answers
81 views

How to pronounce xajax? [closed]

As Ajax is pronounced "Ay-Jacks", is xajax pronounced "gzay-Jacks" or "ecks-ay-Jacks" or anything else? Thank you,
0
votes
1answer
230 views

How is togaf pronounced? [closed]

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 ?
0
votes
0answers
97 views

Anyone know if there is 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 ...
0
votes
4answers
2k views

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