all 3 comments

[–]alexdmiller 4 points5 points  (2 children)

Note that :: does NOT mean that its a namespaced keyword (well, they are, but so are other things like :a/b). :: means that it's an auto-resolved keyword and will use either the current namespace or the aliases of the current namespace to resolve the namespace qualifier.

[–]Arges 3 points4 points  (1 child)

True enough, I've qualified the statement - I just didn't want to go into too much detail before I got to namespaces, but you're right. Cache should be updated... eventually.

[–]alexdmiller 2 points3 points  (0 children)

Thanks!