-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libpython-clj #16
Comments
Just some food for thought, I have found these macros to be useful in writing app logic on top of py4cl2-cffi after also trying out libpython-clj.
This lets me write code accessing returned data with a lot less syntax, for example this logic that creates a lispy map of python attributes for spaCy tokens in a spaCy document:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just curious if any of you have had a look at the Clojure libpython-clj or used it. Might be a useful source of ideas for select problems.
Having a look myself. There's also libpython-clj-examples.
Of personal interest is just that this is a clojure library that does not use JNI to access the python shared libraries.
The text was updated successfully, but these errors were encountered: