Re: Integer & String vs Number & Text

Henrik Hansen <[email protected]> Thu, 17 May 2012 07:38:02 +0300
Newsgroups gmane.comp.lang.io
Message-ID <CALmw0bv8gpKb7Yi-TGG+4rKYfbMbjuN=4+Wy7Shf9w6VusABJw@mail.gmail.com>
Right now I'm helping a friend learn how to program, but I found the use of
"text" to be a disadvantage because he found the distinction between text
data and text in general hard to understand. For example, a variable name
or expression is also "text."

On Thu, May 17, 2012 at 12:22 AM, Steve Dekorte <[email protected]> wrote:

> **
>
>
> I agree. "Text" might be a good change when we rewrite string to be UTF8
> based. Io already uses "Number", which is a C double.
>
>
> On May 16, 2012, at 2:10 PM, Kurtis Rainbolt-Greene <
> [email protected]> wrote:
>
> > Normally in Programming a numeric entity is called an Integer (when
> > it's not a Float, or similar complex number) and a series of
> > characters is called a String.
> >
> > As a teacher of programming I often find myself explaining what String
> > and Integer are. They're not normally used words outside of
> > programming, math, or other complex scientific domains.
> >
> > I've found, if a bit controversial, it much easier to call them by
> > their more used synonyms: Number & Text. People have a easier time
> > grasping onto that.
> >
> > Thoughts?
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
>
>  
>



-- 
Henrik Enggaard Hansen