This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GSOC | Extending Common Lisp support


On Jun 21, 2012, at 10:49 AM, Charles Turner wrote:

So, the Declaration wrap actually was the problem. Adding not to
CommonLisp the same way it's added to Scheme (via defProcStdFld) has
fixed the problem for me.


Confirmed here. Not sure what makes defProcStFld() work and not defun().
The former calls Environment#addLocation and the latter calls
Environment#define.

--
Jamison Hope
The PTR Group
www.theptrgroup.com




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]