Created
June 14, 2016 00:31
-
-
Save orb/ec9a2ff0f42ec66310df6e509e7ba021 to your computer and use it in GitHub Desktop.
trypy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defproject trypy "0.1.0-SNAPSHOT" | |
| :dependencies [[org.clojure/clojure "1.7.0"] | |
| [org.python/jython-standalone "2.5.2"]] | |
| :aliases {"jython" | |
| ["trampoline" "run" "-m" "org.python.util.jython"]}) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment