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 22
33by 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
You can’t perform that action at this time.
0 commit comments