Greetings, and thanks!

Raymond Toy <toy.raym...@gmail.com> writes:

>>>>>> "Camm" == Camm Maguire <c...@maguirefamily.org> writes:
>
>     Camm> Greetings!  The ansi-spec describes n as an unsigned decimal, but 
> all
>     Camm> lisp printers I have seen start n at 1.  Is there any problem 
> starting it
>     Camm> at 0?
>
> Didn't see anything in the spec that says it can't be.
>

Indeed, everything seems to work starting at 0.

> But why be gratuitously different from everyone else?
>

No really good reason, but GCL has a hybrid #n= reader which currently
optimizes for the case in which the indices appear sequentially.  Not
really sure if this is worth keeping.

Take care,


> --
> Ray
>
>
>
> _______________________________________________
> Gcl-devel mailing list
> Gcl-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/gcl-devel
>
>
>
>

-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to