On 2/16/2013 5:30 PM,
djs...@aol.com wrote:
> In the old days, # meant pound if it followed a number and the word,
> "number" if it preceded a number. I still call it by one of those
> names. Nowadays, all the lemmings on Twitter call it a hashtag.
> Why? I don't know. Why not just call it the pound sign?
I believe it morphed thisaway: Hash, the pound sign, is used in various
programming was a separator. Any text following a # was disregarded
until the end of line, and notes, docu, etc was placed there:
# Initial variable definitions
$var1 = "Enter name here"
$var2 = "Enter " # We may not need anything but name.
$var3 = "code from coupon " # Don't forget to get list of coupon codes
And so forth.
One kind of hash was a #, but another kind was a &, a separator you
will see commonly used in html links
http://www.stinky.com/contest&userid=44906&month=09
So these elements, as a group associated with one thing or other to
follow, is a hash tag or hashtag. At one point in IRC this particular
hashtag ("#") was used to indicate group addresses. I think that was
where it was snatched for twitter usage. Which I don't.
There's more if you want to snoop it out.