On Sat, Apr 14, 2012 at 8:57 PM, Shmuel Metz <[email protected]> wrote: > In <[email protected]>, on 04/11/2012 > at 05:32 PM, "Pascal J. Bourguignon" <[email protected]> said: > >>You're confused. C doesn't have arrays. Lisp has arrays. C only has >>vectors > > Neither C nor any other programming language has vectors ;-)
AFAIK, C++ nomenclature notwithstanding, a vector is just an array with only one or indices, so all languages that have arrays have vectors. -- http://mail.python.org/mailman/listinfo/python-list
