Hmm. These emoticons are valid ruby code (symbols):
:[]
Can anyone think of more emoticons that I could use in my code?
Unfortunately things like
or
:\
donโt seem to be valid at all.
With the new -> syntax, perhaps I can even manage to make happy smiling
faces in ruby do something useful.
quik77
2
On Sun, Mar 25, 2012 at 6:31 AM, Marc H. [email protected]
wrote:
Hmm. These emoticons are valid ruby code (symbols):
:[]
Can anyone think of more emoticons that I could use in my code?
I like and have used :* a few times.
These also work:
:< (lt)
:> (gt)
:! (bang)
:` (backtick)
:_ (underscore)
:? (question mark)
:ยฑ (plus-minus)
If one uses utf-8 and code points above the basic latin set, things
like these would work too:
:๏น (small right parenthesis, U+FE5A)
:๏น (small right curly bracket, U+FE5C)
Regards,
Ammar
quik77
3
Argh, the autorejector rejected this the first time; letโs see if it
works this time.
Hmm. These emoticons are valid ruby code (symbols):
:[]
Can anyone think of more emoticons that I could use in my code?
See this thread I started recently:
Rubymoticons - Ruby - Ruby-Forum
-Dave
quik77
4
Marc H. wrote in post #1053100:
Can anyone think of more emoticons that I could use in my code?
Thereโs the beardy one, :[]=
(I have actually used this one for real)
quik77
5
works, though it is easily confused with this :, which does not.