Hi,

Am 24.08.2009 um 20:03 schrieb Laurent PETIT:

Yes. The trick is that
(keyword 'x/y)
is different from
(ns x)
::y

??

::y is similar to `y. (Besides the resolving issue, which doesn't make sense for keywords...)

For keyword there was some issue, that (keyword "foo/bar") creates a keyword with "name" foo/bar and "namespace" "", while (ns foo) ::bar, makes a keyword with namespace "foo" and name "bar".

Sincerely
Meikel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to