2020 use some Java in your Python.
2121* Python objects are linked to the JVM GC such that when they are no longer reachable
2222 from the JVM their references are released. Scope based resource contexts are
23- [ also available] ( https://github.com/cnuernber/libpython-clj/blob/master/docs /scopes-and-gc.md) .
23+ [ also available] ( topics /scopes-and-gc.md) .
2424* Finding the python libraries is done dynamically allowing one system to run on multiple versions
2525 of python.
2626* REPL oriented design means fast, smooth, iterative development.
@@ -123,7 +123,7 @@ user> test-ary
123123 [3 4 ]]
124124```
125125
126- We have a [ document] ( docs /Usage.md) on all the features but beginning usage is
126+ We have a [ document] ( topics /Usage.md) on all the features but beginning usage is
127127pretty simple. Import your modules, use the things from Clojure. We have put
128128effort into making sure things like sequences and ranges transfer between the two
129129languages.
@@ -152,8 +152,8 @@ our test [docker containers](dockerfiles/CondaDockerfile).
152152* Clojure Conj 2019 [ video] ( https://www.youtube.com/watch?v=vQPW16_jixs ) and
153153 [ slides] ( https://docs.google.com/presentation/d/1uegYhpS6P2AtEfhpg6PlgBmTSIPqCXvFTWcGYG_Qk2o/edit?usp=sharing ) .
154154* [ development discussion forum] ( https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev )
155- * [ design documentation] ( docs /design.md)
156- * [ scope and garbage collection docs] ( https://github.com/cnuernber/libpython-clj/blob/master/docs /scopes-and-gc.md)
155+ * [ design documentation] ( topics /design.md)
156+ * [ scope and garbage collection docs] ( topics /scopes-and-gc.md)
157157* [ examples] ( https://github.com/gigasquid/libpython-clj-examples )
158158* [ docker setup] ( https://github.com/scicloj/docker-hub )
159159* [ pandas bindings (!!)] ( https://github.com/alanmarazzi/panthera )
@@ -167,7 +167,7 @@ our test [docker containers](dockerfiles/CondaDockerfile).
167167
168168New to Clojure or the JVM? Try remixing the nextjournal entry and playing around
169169there. For more resources on learning and getting more comfortable with Clojure,
170- we have an [ introductory document] ( docs /new-to-clojure.md) .
170+ we have an [ introductory document] ( topics /new-to-clojure.md) .
171171
172172
173173## Resources
0 commit comments