This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-07
Channels
- # announcements (4)
- # babashka (20)
- # beginners (167)
- # calva (1)
- # cider (18)
- # circleci (10)
- # clara (45)
- # clojure (85)
- # clojure-argentina (1)
- # clojure-europe (3)
- # clojure-finland (3)
- # clojure-greece (2)
- # clojure-italy (9)
- # clojure-nl (30)
- # clojure-spec (32)
- # clojure-survey (39)
- # clojure-uk (72)
- # clojurescript (12)
- # core-async (4)
- # data-science (3)
- # emacs (10)
- # figwheel-main (9)
- # fulcro (44)
- # graalvm (3)
- # jobs (12)
- # jobs-discuss (6)
- # joker (3)
- # juxt (1)
- # leiningen (4)
- # off-topic (23)
- # planck (5)
- # re-frame (4)
- # reitit (2)
- # remote-jobs (1)
- # shadow-cljs (43)
- # spacemacs (8)
- # test-check (19)
- # tools-deps (21)
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.
If you have feedback or questions, you can take it to #clojure-survey
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
metasoarous [1:40 PM]: @UDRJMEFSN Awesome! Nice work! (copied from main channel)