On Sat, Nov 23, 2013 at 12:47 PM, Colin Fleming
<colin.mailingl...@gmail.com> wrote:
> BTW (and I may be a little late here) - is there a plan to add keyword
> creation to the API? Keywords are a pretty common part of many Clojure APIs,
> it would be good to allow their creation without forcing people to use
> Keyword.intern().

IFn kw = API.var("clojure.core", "keyword");
... kw.invoke("str") ... // produces :str

That's what I do in cfmljure, just wrapped up in my own utility function.

> On November 23, 2013 at 8:16:48 PM, a...@puredanger.com
> (a...@puredanger.com) wrote:
> Please be aware that we expect to make changes to the API package and class
> name in the next alpha based on a discussion today so you may want to wait
> for RC for that!

NP. I wasn't planning to rewrite cfmljure until 1.6 goes gold and we
switch from 1.5.1 to 1.6 :)
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to