[movitz-devel] Re: Emacs on the metal
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Thu Jun 9 22:25:06 UTC 2005
Shawn Betts <sabetts at vcn.bc.ca> writes:
> Since vectors aren't resizable I manually resized the buffer data
> vector by creating a new, larger array, and copying the data
> over. Maybe that's what happened behind the scenes anyway :).
>
> In other cases where I accumulated data into an array with
> vector-push-extend, I was able to hardcode the size of the array and
> use a fill pointer.
I've just committed some code to implement adjustable vectors. It's
incomplete and most likely buggy still, but hopefully at least the
basic vector-push-extend etc. should work.
--
Frode Vatvedt Fjeld
More information about the movitz-devel
mailing list