常见编程特殊字符的昵称是什么?

Jer*_*eir 6 language-agnostic

句号,感叹号和星号有常见的俚语名称:
."点"
!"爆炸"
*"明星"

但是对于像
%
&
<
{
[
;; 这样的字符来说,有多个明显的单音节名称是什么 ?
等等

Nad*_*zie 18

这里有一些诗歌风格:

<> !*''#
^"`$$-
!*=@$_
%*<> ~#4
&[]../
|{,,SYSTEM HALTED 
Run Code Online (Sandbox Code Playgroud)

只有大声朗读才能欣赏这首诗:

Waka waka bang splat tick tick hash,
Caret quote back-tick dollar dollar dash,
Bang splat equal at dollar under-score,
Percent splat waka waka tilde number four,
Ampersand bracket bracket dot dot slash,
Vertical-bar curly-bracket comma comma CRASH.
Run Code Online (Sandbox Code Playgroud)

资料来源:http://babek.info/libertybasicfiles/lbnews/nl123/fun.htm

  • 我很遗憾我对此评论只有一个赞成票。 (2认同)

jas*_*son 9

力求清晰,不要使用俚语,而是使用每个符号的普遍接受的名称.从而,

. dot or period
! exclamation point
* asterisk or star
% percent (sometimes mod)
& ampersand
< less than
{ left brace
[ left bracket
; semicolon
Run Code Online (Sandbox Code Playgroud)

  • +1用于促进清晰简洁的沟通. (2认同)

Jim*_*mmy 7

intercal参考手册是权威指南:

.           spot                    identify 16-bit variable      
:           two-spot                identify 32-bit variable      
,           tail                    identify 16-bit array         
;           hybrid                  identify 32-bit array         
#           mesh                    identify constant             
=           half-mesh                                             
'           spark                   grouper                       
`           backspark                                             
!           wow                     equivalent to spark-spot      
?           what                    unary exlusive OR (ASCII)     
"           rabbit-ears             grouper                       
".          rabbit                  equivalent to ears-spot       
|           spike                                                 
%           double-oh-seven         percentage qualifier          
-           worm                    used with angles              
<           angle                   used with worms               
>           right angle                                           
(           wax                     precedes line label           
)           wane                    follows line label            
[           U turn                                                
]           U turn back                                           
{           embrace                                               
}           bracelet                                              
*           splat                   flags invalid statements      
&           ampersand[5]            unary logical AND             
V           V                       unary logical OR              
            (or book)                                             
V-          bookworm                unary exclusive OR            
            (or universal qualifier)                              
$           big money               unary exclusive OR (ASCII)                            
c|          change                  binary mingle                 
~           sqiggle                 binary select                 
_           flat worm                                             
            overline                indicates "times 1000"        
+           intersection            separates list items          
/           slat                                                  
\           backslat                                              
@           whirlpool                                             
-'         hookworm                                              
^           shark                                                 
            (or simply sharkfin)           
Run Code Online (Sandbox Code Playgroud)

  • 我将永远永远支持与 INTERCAL 有关的任何答案 (2认同)