Skip to content

Instantly share code, notes, and snippets.

@orb
Created June 14, 2016 00:31
Show Gist options
  • Select an option

  • Save orb/ec9a2ff0f42ec66310df6e509e7ba021 to your computer and use it in GitHub Desktop.

Select an option

Save orb/ec9a2ff0f42ec66310df6e509e7ba021 to your computer and use it in GitHub Desktop.
trypy
(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