answersLogoWhite

0

There is a broad and colorful history behind pronouncing non-alphabet characters on the keyboard. I won't go into that history in order to answer this question, but some searching would help you find more if you are interested.

Specifically, here are some of the most common programmer pronunciations for punctuation, starting with the specific ones asked in the question:

  • bang ! (exclamation mark)
  • splat * (asterisk)
  • tick / irk ' (single-quote, apostrophe)
  • whack / (forward-slash)
  • sharp # (pound-sign, hash)
  • pipe | (vertical pipe)
  • hat ^ (caret, circumflex)
  • dirk " (double-quote)
  • mod % (percent)
  • tail , (comma)
  • bash \ (back-slash)
  • birk ` (back-quote, grave accent)

It gets even more interesting, as there are some common combinations of these characters found in programming history... they have sometimes taken on pronunciations of their own:

  • #! shebang
  • \!* bash-bang-splat
  • := becomes
  • /* slashterisk
  • !? interro-bang
User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering