rplevy/clojure-python
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# clojure-python by Robert P. Levy Python libraries can be used in clojure by instantiating a jython interpreter via clojure's excellent java interop library functions. However, the way in which python code is wrapped by jython makes interop with python clumsy and verbose. This library aims to make jython interop in clojure nearly as seamless as basic java interop. e ## Usage and Installation To experiment with it: 1. clone the repository 2. lein deps 3. lein repl To include as a dependency: Copy the config section found at http://clojars.org/clojure-python into your dependencies in your project's project.clj. ## License Copyright (C) 2010 Robert P. Levy Distributed under LGPL.