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

How about Clojure support? #57

Closed
dur41d opened this issue Jan 26, 2017 · 3 comments
Closed

How about Clojure support? #57

dur41d opened this issue Jan 26, 2017 · 3 comments

Comments

@dur41d
Copy link

dur41d commented Jan 26, 2017

No description provided.

@formulahendry
Copy link
Owner

Hi @dur41d , I have added support for Clojure in latest release, please have a try. I am not familiar with Clojure. After some investigation, I use lein exec. Let me know whether it works for you.

@dur41d
Copy link
Author

dur41d commented Jan 27, 2017

I tested it and it works. However, it requires installing leiningen and the lein-exec plugin. Maybe it's better to try to run it directly from java using:

java -cp /path/to/the/clojure.jar clojure.main /path/to/your/code.clj

Checkout this documentation: http://dev.clojure.org/display/doc/FAQ

EDIT:

Keep in mind that leiningen is ubiquitous so it's reasonable to have it as a dependency. But I'm not sure about lein-exec. But perhaps if you indicate it in the documentation it should be good enough.

@formulahendry
Copy link
Owner

Sure. Thanks @dur41d for your suggestion. I will refine document about this.

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

No branches or pull requests

2 participants