I never thought about this until recently, but I'm not sure why we call strings . I am a .NET programmer, but I believe that the concept of strings exists in almost all programming languages.
Outside of programming, I don’t believe I heard the word string used to describe words or letters. The quick Google from “Define: string” gives you many definitions that have nothing to do with the concept of letters, words, or anything related to programming.
I assume that on this day the lines were really just arrays of characters of a certain length, often with a separator at the end. But I do not see a natural transition from "array of characters" to string .
Can anyone make it clear why we call strings strings ?
string terminology programming-languages history
Rob P. May 18, '09 at 22:54 2009-05-18 22:54
source share