Re: A86: Attention! Module Draft Available
[Prev][Next][Index][Thread]
Re: A86: Attention! Module Draft Available
Dan Eble wrote:
>
> > > 2. Some functions depend on other functions. If we limit our modules
> to
> > > one function, they will have to have their own import tables. This
> makes
> > > a ballsup of the load sequence. (Do you *really* want to program a
> > > recursive load sequence, Bill?)
> >
> > Have any examples?
>
> Line calls FindPixel. PutSprite calls FindPixel. Circle calls FindPixel
> and possibly Fill. Polygon calls Line and possibly Fill. Fill calls
> FindPixel.
>
So you propose that this lib would have FindPixel, PutSprite, Line, Fill,
Polygon, Circle, etc...? Don't you think that that is a little too much
space usage if all you want is FindPixel?
~Steve
Follow-Ups: