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

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

[Kawa-commonlisp-dev] Packages (1)


From: Charles Turner
Subject: [Kawa-commonlisp-dev] Packages (1)
Date: Wed, 12 Jun 2013 23:15:26 +0100

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.

Attachment: packages1.patch
Description: Binary data


reply via email to

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