Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison with leiningen and comparative examples ? #1

Closed
sandys opened this issue Jun 26, 2010 · 3 comments
Closed

Comparison with leiningen and comparative examples ? #1

sandys opened this issue Jun 26, 2010 · 3 comments

Comments

@sandys
Copy link

sandys commented Jun 26, 2010

hi,
could you do a comparison with leiningen ? Most of clojure's better known projects (leiningen, -> compojure <-, ring, cascalog) use lein as their default management tool. Could you give similar bootstrap examples for these tools as well ?

@liebke
Copy link
Owner

liebke commented Jun 26, 2010

clj uses Leiningen as the underlying mechanism for package dependency management. The primary difference is that lein is project-oriented, and clj installs all packages in a single global repository in your home directory called .clj. The goal of clj is not to replace lein, but rather to complement it, and the two approaches can happily coexist.

I'm not sure I understand your request for bootstrap examples, can you clarify?

@sandys
Copy link
Author

sandys commented Jun 26, 2010

thanks for the clarification - my bootstrap examples meant how to setup a compojure app using clj, etc etc.

@liebke
Copy link
Owner

liebke commented Jul 4, 2010

I think the overview section of the README now provides a basic comparison between cljr and lein.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants