On Sat, Nov 23, 2013 at 12:47 PM, Colin Fleming
<
colin.ma...@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,
al...@puredanger.com
> (
al...@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)