I\'m still learning clojure and I\'ve a doubt when I write a anonymous function I do this fn [parameter]
I\'m new to Java/Netbeans but I want to try somethin开发者_JS百科g on Android. I choose Clojure but the start isn\'t so easy at all. I installed mode for Netbeans and clojure and can run simple swing
I guess they\'re the same thing but Clojure uses the Array class to manipulate. Anyway, I\'ve been told that in Clojure if you really need speed 开发者_如何学Cthen you can use arrays but between the
How or in what way would I call out to my clojure code to process the tasks on a RabbitMQ queue? W开发者_开发技巧ould I have to write a daemon or what?
I am attempting to access a Postgres database inside of Clojure. I\'ve found a ton of examples of projects using DBs, setting up the database like this:
In page 19 of Pratical Clojure by Luke VanderHart & Stuart Sierra, Chapter 2, there is a paragraph,
In my previous post, I showed a simple (naive) algorithm for doing a String template replacement. One of the solutions, provided by mikera, seems like a much better algorithm. I implemented it in Clo
Is the -> operator in Clojure (and what is this operator called in Clojure-speak?) equivalent to the pipeline operator |> in F#?If so, why does it need such a complex macro definition, when (|>) is ju
This is my first Clojure macro -- I am an uber-noob. Yesterday I posted and refined a string template replacement function. Several people suggested that the keys could be replaced at compile-time. H
I understand this is a long shot but, would there happen to be a clojure library for responding to kerberos over http (aka spnego) requests?