#Ruby | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

#Ruby

Is this the origin of #hashtag? :-P

24th Nov 2016, 10:38 PM
Kritsana Changjak
Kritsana Changjak - avatar
2 Answers
+ 2
The #hashtag was often used in information technology with differents meaning. In 1970 for example, it was used to denote immediate address mode in the assembly language of the PDP-11, when placed next to a symbol or a number. It also was used in IRC, C, etc. The current increase in its use is due to Twitter, since it included it in 2007.
26th Nov 2016, 7:24 AM
Fran Lopez
Fran Lopez - avatar
+ 1
The pound sign or hash symbol was often used in information technology to highlight a special meaning. (It should be noted that the words "Pound Sign" in the UK refer specifically to currency "£" - extended ASCII character 156 - and not weight.) In 1970 for example, the number sign was used to denote immediate address mode in the assembly language of the PDP-11 when placed next to a symbol or a number. In 1978, Brian Kernighan and Dennis Ritchie used # in the C programming language for special keywords that had to be processed first by the C preprocessor. Since before the invention of the hashtag, the pound sign has been called the "hash symbol" in some countries outside of North America. The pound sign appeared and was used by people within IRC networks to label groups and topics. Channels or topics that are available across an entire IRC network are prefixed with a hash symbol # (as opposed to those local to a server, which use an ampersand '&').
14th Jan 2017, 10:49 AM
Dhinesh Prabhu
Dhinesh Prabhu - avatar