From: Tayssir John Gabbour
Subject: Re: Initializing an array of structures in Lisp?
Date: 
Message-ID: <cg2hbn$7rf@odak26.prod.google.com>
Tayssir John Gabbour wrote:
> ···@alma.com (John Hinsdale) wrote in message
news:<····························@posting.google.com>...
> > I want to initialize an array of structures with some static data
> > at the beginning of my program and the add some stuff to it later.
>
> You did already initialize structs with *initialdata*; you simply
need
> your STOOGE structure to read and write structures using lists
instead
> of the default datatype.

Duh of course it's obvious why you wouldn't do that, I skipped the part
where you stored into an array. Posting instead of thinking...