If I understand correctly, keywords aren't "defined" anywhere; they
are literal values, so your question would be akin to asking for a way
to retrieve all the literal integers used in the code.  That said,
there may be some implementation detail that maintains the set of
instantiated keyword values, but so far as I've seen, there's nothing
in the public api.

On Jun 4, 1:04 pm, Joost <[email protected]> wrote:
> I asked this on the swank-clojure list too*, but no responses so far.
> I want swank-clojure to complete on keywords as well as vars, but the
> only place I can find that has that information is
> clojure.lang.Keyword.table, which is private (probably for good
> reasons).
>
> Is there any way to get a seq of the defined keywords at run time? I
> imagine that would be interesting for other development/debugging
> systems beside SLIME too.
>
> Thanks,
> Joost.
>
> *http://groups.google.com/group/swank-clojure/browse_thread/thread/5c9...

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to