gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Todo list...


From: Camm Maguire
Subject: Re: [Gcl-devel] Todo list...
Date: 17 May 2002 18:37:21 -0400

Greetings!

Raymond Toy <address@hidden> writes:

> >>>>> "Camm" == Camm Maguire <address@hidden> writes:
> 
>     Camm> OK, I've just checked in an implementation which returns the pair 
> as a
>     Camm> *cons*.  This probably isn't right, but either a list wrapper could 
> be
>     Camm> written in arraylib.lsp, or someone could kindly explain to me what
>     Camm> *lisp object* the answer would form.  It is probably simpler to do
>     Camm> this at the C level right to begin with.
> 
> A cons is definitely wrong.  I see 2 ways to do this.  Return a cons,
> but don't call the function array-displacement.  Then have the Lisp
> function array-displacement call this internal function have have it
> return (values array offset).
> 
> Alternatively, look at how ceiling or floor is implemented and do what
> it does to get the desired return values.  And call this function
> array-displacement, which should probably be in the LISP or
> COMMON-LISP package.
> 

OK, the former is now implemented, in the lisp package.  Please check
it out!

Take care,

> Thanks for fixing this so quickly!!!!!
> 
> Ray
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]