[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Vectors and fill-pointers
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: Vectors and fill-pointers
- From: goodwin@world.std.com (James W. Goodwin)
- Date: Wed, 22 Feb 1995 00:03:27 -0500
>Oliver Andrich <andrich@informatik.uni-koblenz.de> nous parle en langue
>etrangere:
Lisp?
>> Wenn ich mit (make-array 200 :fill-pointer 0 :adjustable t) einen
>> vector anlege, bekomme ich als Rueckgabe #().
>> Heisst das, dass ich ein leeres Feld habe, dass bis zu 200 Elementen
>> enthalten darf ohne es resizen zu muessen, und wurde jetzt schon
>> Speicher fuer diese Elemente allociert?
>
>Les fonctions DESCRIBE, TYPE-OF, ARRAY-DIMENSIONS te montreront qu'il y a
>de la place pour 200 elements dans le vecteur.
>
>
> Bruno Haible
> haible@ma2s2.mathematik.uni-karlsruhe.de
>
>