Fork me on GitHub
#announcements
<
2020-01-07
>
Alex Miller (Clojure team)15:01:39

Hello everyone! It's time for the annual State of Clojure survey for anyone using Clojure, ClojureScript, ClojureCLR! https://www.surveymonkey.com/r/clojure2020 - takes <10 min and is a huge source of useful info to the community. All results are released after the survey is complete.

🎉 132
👍 36
clj 32
4
Alex Miller (Clojure team)15:01:59

If you have feedback or questions, you can take it to #clojure-survey

chrisn18:01:04

Release 1.30 of libpython-clj is out. We have: * Support for python classes in require-python. They can be required like modules although you have to understand that in that case you are essentially calling the class methods explicitly (meaning overridden methods don't work). This is what you would expect in Python also. * Deeper integration of numpy into the datatype math system meaning you can have a numpy object and type (+ numpy-ary 5) and get back a new numpy array. This uses the numpy functions under the cover. * A demonstration of a cutting edge facial rec engine (https://github.com/cnuernber/facial-rec) that uses docker, conda, python, and clojure all playing in the same box. * Lots of bugfixes. https://github.com/cnuernber/libpython-clj

metal 40
💯 8
❤️ 8
🐍 4
eggsyntax18:01:59

metasoarous [1:40 PM]: @UDRJMEFSN Awesome! Nice work! (copied from main channel)

🙂 4