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

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

Re: [Kawa-commonlisp-dev] Packages (1)


From: Charles Turner
Subject: Re: [Kawa-commonlisp-dev] Packages (1)
Date: Thu, 13 Jun 2013 10:52:43 +0100

(Please disregard this for the time being, I just found a mistake)

On 12 June 2013 23:15, Charles Turner <address@hidden> wrote:
> Hi,
>
> The package changes in total are really big. I've tried to cut some of
> this down, but the first couple of patches may seem a bit arbitrary.
>
> This patch just sets up the standard common lisp packages (doesn't
> populate anything) and also some non-standard ones. The "Kawa" package
> is for cross-language lookups. If looking up a symbol in the standard
> CL packages fails, the FIND-PACKAGE stuff will try looking up a
> downcased version of that symbol in the EmptyNamespace, which is
> really all KawaNamespace is.
>
> There's also a non-standard class namespace, which helps resolve
> various ambiguities when specifying types which are java class names.
> Translator#checkDefaultBinding was updated to use this again.
>
> Charles.



reply via email to

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