File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,19 @@ clojure-python is a library for Jython interop in Clojure.
33Overview
44========
55
6- Python libraries can be used in Clojure by instantiating
7- a Jython interpreter via Clojure's excellent Java interop.
8- However, the way in which Python code is wrapped by Jython
9- makes interop with Python clumsy and verbose. This library
10- aims to make Jython interop in Clojure nearly as seamless
11- as basic java interop.
6+ Python libraries can be used in Clojure by instantiating a Jython interpreter
7+ via Clojure's excellent Java interop. However, the way in which Python code is
8+ wrapped by Jython makes interop with Python clumsy and verbose. This library
9+ aims to make Jython interop in Clojure nearly as seamless as basic java interop.
1210
1311Usage and Installation
1412======================
1513
1614To include as a dependency:
1715--------------------------
1816
19- Copy the config section found at http://clojars.org/clojure-python into your dependencies in your project's project.clj.
17+ Copy the config section found at http://clojars.org/clojure-python into your
18+ dependencies in your project's project.clj.
2019
2120License
2221=======
You can’t perform that action at this time.
0 commit comments