Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: why the array index has to start at 0??

by Crian (Curate)
on Jun 23, 2009 at 10:17 UTC ( [id://773941]=note: print w/replies, xml ) Need Help??


in reply to why the array index has to start at 0??

Zero is the first natural number, so it seems to be natural, to start the index with it.

  • Comment on Re: why the array index has to start at 0??

Replies are listed 'Best First'.
Re^2: why the array index has to start at 0??
by Anonymous Monk on Oct 13, 2013 at 06:41 UTC

    '0' does not come in natural no. It comes in whole no. Natural no. starts with '1'

        From Wikipedia Natural_number as well:

        There is no universal agreement about whether to include zero in the set of natural numbers: some define the natural numbers to be the positive integers {1, 2, 3, ...}, while for others the term designates the non-negative integers {0, 1, 2, 3, ...}. The former definition is the traditional one, with the latter definition having first appeared in the 19th century.
Re^2: why the array index has to start at 0??
by Anonymous Monk on Dec 21, 2012 at 08:10 UTC

    zero is not a natural number. its a whole no.!!!!!!!!!

      No, it's a hole no.!

Re^2: why the array index has to start at 0??
by targetsmart (Curate) on Jun 23, 2009 at 10:27 UTC
    IMO it makes much sense for the array to have the first index at 1.
    we never call first as "0", we always call first as '1'. so this lead to this thinking.


    Vivek
    -- 'I' am not the body, 'I' am the 'soul', which has no beginning or no end, no attachment or no aversion, nothing to attain or lose.

      It might make sense to you, but chances are that it won't for the maintainers of your code. Arrays in most languages I know start at index 0, I am not sure going against such a common characteristic is such a good idea.

      we never call first as "0", we always call first as '1'. so this lead to this thinking.

      Really?

      • The first km my car drove was km 0000000 on the odometer.
      • The first inch on a ruler is inch zero.
      • The first century AD was century zero.
      • The first raffle ticket on the spool is xxx000.

      It's not exactly a foreign concept.

        The first century AD was century zero.

        I thought the first century A.D. was century 1, the first year of which was year 1 A.D. (with the year before being 1 B.C.), the concept of "zero" not percolating into European thought until some non-zero number of centuries later. Which is why, twenty centuries later, we are stuck with 2001 being the first year of the twenty-first century.

      Then use COBOL instead.
      On your first birthday, did you turn one or two? :D
    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://773941]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found