vote up 14 vote down star
16

In the symbolic sense, not the dramatic sense. And I'm talking about function rather than design (although that's an interesting question, too).

flag
6  
The moderators are on to you! Quick, drop a ☢ and run! – mmyers May 20 at 20:10
11  
amazing. boat programming is banned, but this nonsense is encouraged by the site owner. Wow. – tim May 22 at 0:40
show 3 more comments

closed as not programming related by finnw, David Thornley, Moayad Mardini, gnovice, MadKeithV Nov 16 at 16:59

42 Answers

prev 1 2
vote up 2 vote down

V, because it looks a bit like the SO down-voting arrow button.

link|flag
vote up 7 vote down

œ is essential to write French but is unloved: it has been "forgotten" in ISO-8859-1 although you can find it in Windows-1252.

Should I be functional programmer, I would have answered λ of course.
Should I be poet, I would have answered ♥

These are not programming characters (arguably with λ), but it wasn't specifically asked in the original question...

link|flag
2  
I should downvote this for suggesting there is a difference between functional programming and poetry :-) – Oddthinking May 26 at 13:09
show 1 more comment
vote up 1 vote down

It has got to be .

I'm loving all the fluent interface style stuff like Ayende's Rhino Mocks.

link|flag
vote up 23 vote down

$ of course :-)

link|flag
vote up 27 vote down

NUL (ASCII zero)

Who doesn't like The Terminator?

link|flag
show 1 more comment
vote up 5 vote down

EOF

It's so...definitive!

link|flag
vote up 13 vote down

The semicolon (;)

Not only does it end lines, but it's almost a colon!

link|flag
10  
+1 it's way better than the colon, have you ever heard of semicolon cancer? – BenAlabaster May 22 at 13:12
10  
"Syntactic sugar causes cancer of the semicolon." - Alan Perlis (cs.yale.edu/quotes.html ) – mmyers May 22 at 16:16
show 1 more comment
vote up 1 vote down

The exclamation point, !, I am a contrarian.

link|flag
2  
Maybe you'd like ‼ better, then? – mmyers May 20 at 20:04
vote up 10 vote down

I like ¤ and ¬ because they make great non-standard delimiters to use for text fields :)

E.g. if you have to pack multiple name/value pairs in a single db field:

foo=bar
foo2=bar2
foo3=bar3

can become:

foo¬bar¤foo2¬bar2¤foo3¬bar3¤

which can be very useful sometimes, especially if the value can contain '=' or any other text characters normally used for delimiters.

link|flag
19  
That's a great idea - kill normalization and comprehensibility with a single stroke! Did you used to work for my company? – JasonFruit Dec 10 '08 at 20:58
4  
That's why God created escape characters. Use , and = as your delimeters and allow \\, \, and \= to mean the literal values ``, , and =. – Eclipse May 25 at 18:20
show 4 more comments
vote up 14 vote down

} -- I like closure.

link|flag
vote up 43 vote down

I like the space because it is the final frontier.

link|flag
1  
Hilarious. I'm not going to waste an upvote on it because I disapprove of all the poll questions today, though. – Paul Tomblin Dec 10 '08 at 19:20
1  
Well I haven't seen a Star Trek reference for a while. – Gamecat Dec 10 '08 at 19:26
vote up 18 vote down

From a UNIX perspective, it's hard to beat the good old 'pipe' character (|) for connecting one program's output to another's input.

link|flag
prev 1 2

Not the answer you're looking for? Browse other questions tagged or ask your own question.