I have installed clojure-box on my Windows 7 laptop, this by default installs emacsW32. I understand that this version remaps slightly the standard Emacs keybindings to be more windows friendly, howev
I do the following : (defn ss [] \"kjhhj\") (doc ss) but get \"nil\" returned. Why is this? Update: If I do :
I am using refs everywhere in my Clojure code and then I realised I was using ref-set everywhere. Does this destroy the history of changes in the STM? Or should I be using alter only and ref-set to in
I am creating records in Clojure and would like to set some fie开发者_StackOverflowlds up with a default value. How can I do this?Use a constructor function.
Simple question here for Clojure.Which is more idiomatic when dealing with strings?Which is开发者_开发技巧 more idiomatic when dealing with other data types?Which is more efficient?
We are considering writing a static analyzer to collect software metrics for Clojure code. Of course it will handle the obvious stuff like number of files, functions, parameters per func开发者_JS百科t
I am using Clojure data structures all over the plac开发者_StackOverflowe but I am not using any lazy evaluation. Is there a performance penalty for using lazy structures everywhere?From the source co
I am trying to get clj-sandbox to allow def and defn. I didn\'t have any trouble getting def working: (use \'net.licenser.sandbox
I am writing code to fill a java.awt.GridBagLayout with \"rows\" 开发者_StackOverflow社区of controls. For each row, I have a method call of the form
I\'m trying get Clojure/Compojure/appengine-magic to work by following the example at https://github.com/gcv/appengine-magic