Skip to content

Instantly share code, notes, and snippets.

@yano3nora
Last active July 1, 2017 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yano3nora/34b247cfc1f8dba9c8bf32c8ed338b25 to your computer and use it in GitHub Desktop.
Save yano3nora/34b247cfc1f8dba9c8bf32c8ed338b25 to your computer and use it in GitHub Desktop.
[dev: Programming symbols] What should call out the name of the programming symbols? #dev
( )	parenthesis (口語: paren)
[ ]	bracket, square bracket ([:open bracket, ]:close bracket)
{ }	braces, curly bracket
< >	angle bracket (<: less than, >:greater than)
<- ->	arrow
<= =>	fat arrow, double allow
#	pound, hash, number sign
-	minus,hyphen (正確には違うがdash)
‘	single quote, apostrophe
"	double quote
` `	back quote, backtick, grave
|	pipe, vertical bar
*	asterisk, star
/	slash
~	tilde
^	caret, circumflex, hat
!	exclamation mark, bang
_	underscore, score,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment