All Projects → rplevy → clojure-python

rplevy / clojure-python

Licence: other
Improve seamlessness of Clojure Jython interop

Programming Languages

clojure
4091 projects
python
139335 projects - #7 most used programming language

clojure-python is a library for Jython interop in Clojure.

Overview

Python libraries can be used in Clojure by instantiating a Jython interpreter via Clojure's excellent Java interop. 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.

Usage and Installation

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-2012 Robert P. Levy

Distributed under the Eclipse Public License, the same as Clojure.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].