How can I/should I pass a single sequence as an argument to a function which expects multiple arguments? Specifically, I\'m trying to use cartesian-product and pass it a sequence (see below); however,
I\'m running Clojure 1.3 with contrib 1.1 in IntelliJ. My开发者_C百科 program consists of a single line
I need to create JSON objects from clojure maps that store things like clojure vars.The base implementation throws this kind of error when it sees them:
Given how w开发者_StackOverflowith future version of clojure are discouraging use of clojure-contrib as a single item - how do you find where things have moved to.
How can I run a clojure file/script, 开发者_运维知识库which uses clojure-contrib, from the command line? My (winodws) machine has clojure-1.2.1.jar and clojure-contrib-1.2.0.jar on the classpath. Note
I installed clojure and clojure contrib manually, through homebrew and mac ports all of them gives me this error.
I\'m new to the whole JVM 开发者_如何学Gothing, and trying to play with clojure. I\'m attempting to load clojure-contrib and failing:
I\'m new to Cloj开发者_如何学Cure and Leiningen, and I\'ve determined that some of what I\'ll want to use is located in clojure.contrib.generic.math-functions.I found API information for that at http:
What\'s the best way to go about doing this?Here\'s what I\'ve go开发者_C百科t so far (defn line-segment [start end]
It looks like each one covers the basic cases like selecting certain col开发者_StackOverflow中文版umns and filtering by predicate pretty well, but I\'m wondering how each compares for more advanced ca