gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Porting Femlisp (second trial)


From: Camm Maguire
Subject: Re: [Gcl-devel] Porting Femlisp (second trial)
Date: 13 Oct 2005 22:00:49 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings, and please excuse the delay.

Nicolas Neuss <address@hidden> writes:

> Hello,
> 
> Camm Maguire <address@hidden> writes:
> 
> >> 1. The declaration of return values is probably NYI:
> >> 
> >> (defun foo ()
> >>   (declare (values fixnum))
> >>   1)
> >>   => Warning: Type declaration was found for not bound variable FIXNUM
> >
> > Yep, not yet implemented.  This is just a warning for you, right?
> 
> Yes, so I'll simply ignore it.  (But, even if the result is the same, it
> would look nicer if GCL would ignore the values declaration:-).
> 
> >> 2. A bug with type declarations:
> >
> > Just committed a fix here.  Please let me know if problems persist.
> 
> This is working fine now, thanks.  Compilation now stops some files later
> because DEFINE-SYMBOL-MACRO is missing.  How is the status there?
> 

Paul, am I correct in understanding that unlike symbol-macrolet, this
will need explicit support in eval?

Take care,

> Yours,
> Nicolas.
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
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]