kawa-commonlisp-dev
[Top][All Lists]
Advanced

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

[Kawa-commonlisp-dev] Lambda case distinction


From: Charles Turner
Subject: [Kawa-commonlisp-dev] Lambda case distinction
Date: Sun, 30 Dec 2012 13:04:37 +0000

The handling of the lambda symbol in commonlisp/lang/function.java is
suspicious. The following is just to avoid problems with the CL reader
as it "upcases" symbol names, so the check fails. Might be better to
look lambda up in the function namespace instead and then do a symbol
comparison, but I assumed there would be a good reason for the string
comparison in the first place.

Charles.

Attachment: function.patch
Description: Binary data


reply via email to

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