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


Once again, thanks for the information! I'll spend tomorrow morning
investigating this further, and if I still am not getting anywhere,
then I'll implement basic versions of DO and friends to get started on
DEFPACKAGE.

On 20 June 2012 22:10, Jamison Hope <jrh@theptrgroup.com> wrote:
> #|kawa:1|# (do ((temp-one 1 (+ 1 temp-one)) (temp-two 0 (- temp-two 1))) ((>
> (- temp-one temp-two) 5) temp-one))
> 1

It's doubly confusing that with the module exports, this evaluation
produces an incorrect answer of 1. It should be 4! (Works OK in
Scheme, so it must be related to whatever is going wrong in CL)

Charlie.


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