leiningen
Standalone clojure app
I\'m a beginner with clojure, only starting it yesterday. I have gathered that a simple way to create a standalone app开发者_如何学C is with leiningen lein new foo.[详细]
2023-03-23 16:09 分类:问答error using swank-cdt for debug clojure : " unabled to add tools.jar to classpath"
I\'m learning how debug a clojure app...I\'ve tried several tools and no one has convinced me..now I\'m trying swank-cdt which is based in CDT...I\'ve read the instruction here:[详细]
2023-03-19 18:54 分类:问答How to install Clojure on Ubuntu 10.04 from Github repo with no clojure.jar
I\'ve been trying to install Clojure on my computer to learn and use. I\'m running Ubuntu 10.04, and have installed the latest Sun Java SDK and environment from Synaptic.[详细]
2023-03-05 18:11 分类:问答Leiningen doesn't resolve my dependencies
I want to translate a Maven dependency to Leiningen: <dependency> <groupId>com.google.api.client</groupId>[详细]
2023-03-05 01:23 分类:问答Where to find valid version numbers for dependencies in Leiningen
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:[详细]
2023-03-04 12:08 分类:问答Java and Clojure with Leiningen
Is it possible to easily manage and compile native Java classes alongside Clojure in a projectusing leiningen?[详细]
2023-02-19 12:54 分类:问答Problem installing leiningen on mac os
I am trying to install Leiningen on mac os 10.6.4, following the instructions here - http://alexott.net/en/clojure/开发者_如何学GoClojureLein.html. The package is being downloaded, but lein command is[详细]
2023-02-14 06:22 分类:问答For a lein project, why is lib/ in .gitignore?
I\'m relatively new to Clojure and Java. Why is the lib folder in a lein project not added to t开发者_Go百科he git repo of a lein project? I would think it that would be convenient to have all the nec[详细]
2023-02-11 14:28 分类:问答Clojure REPL gets stuck printing doseq output in OS X but not on Linux
I\'m running Clojure 1.2 on both my Snow Leopard OS X machine and my Ubuntu linux box via the lein repl command. I am going through the enlive tutorial https://github.com/swannodette/enlive-tutorial/[详细]
2023-02-08 08:58 分类:问答Clojure install project and put it on classpath
I\'ve just installed criterium, and I want to be able to use it from the repl and from o开发者_开发问答ther projects. How do I extend the java classpath so that I can use the installed library from an[详细]
2023-02-07 15:44 分类:问答