Skip to content

Commit 8b9cb2d

Browse files
committed
reset author
1 parent bcbadd3 commit 8b9cb2d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
by Robert P. Levy
44

5-
Python libraries can be used in clojure by instantiating
6-
a jython interpreter via clojure's excellent java interop
7-
library functions. However, the way in which python code
8-
is wrapped by jython makes interop with python clumsy and
9-
verbose. This library aims to make jython interop in
10-
clojure nearly as seamless as basic java interop.
11-
e
5+
Python libraries can be used in Clojure by instantiating
6+
a Jython interpreter via Clojure's excellent Java interop.
7+
However, the way in which Python code is wrapped by Jython
8+
makes interop with Python clumsy and verbose. This library
9+
aims to make Jython interop in Clojure nearly as seamless
10+
as basic java interop.
1211

1312
## Usage and Installation
1413

0 commit comments

Comments
 (0)