We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e556f commit f3fc9dbCopy full SHA for f3fc9db
src/clojure_python/core.clj
@@ -4,7 +4,7 @@
4
(org.python.core.*)))
5
6
;; instantiate a python interpreter in the python namespace
7
-(def *interp* (new org.python.util.PythonInterpreter))
+(def interp (new org.python.util.PythonInterpreter))
8
9
(defn init
10
"this may later take keywords and initialize other things
0 commit comments