Fork me on GitHub
#announcements
<
2019-12-12
>
jerger_at_dda10:12:31

We initial-released https://github.com/DomainDrivenArchitecture/dda-k8s-crate for provisioning of Single-Node K8s Instances. We use this setup to deploy cheap & low traffic applications in a K8s way. Feedback & Stars are welcome :-)

carocad17:12:14

parcera has now reached v0.10.0 . Special thanks to @dominicm for so much feedback of Clojure syntax used on the wild which I didnt initially consider. https://github.com/carocad/parcera

šŸ‘ 16
clj 8
chrisn21:12:13

libpython-clj has a new release 1.23. ā€¢ Conda support. We should now work automatically if you have activated your conda environment. Conda is IMO the best (read: works with binary dependencies in the best way) package manager for Python. ā€¢ Python objects now implement hashCode and .equals and use python semantics for these. ā€¢ Bugfixes around passing infinite sequences to python. Python generators make lazy sequences in clojure and clojure sequences are python iterables and work correctly with itertools. https://github.com/cnuernber/libpython-clj

parrot 52
šŸ‘ 20
šŸ 12
didibus22:12:26

Just watched your talk about it. I really think this is an awesome project. Being able to use Python libraries as if they were Clojures, that's awesome

didibus22:12:45

Its almost like having a ClojurePython dialect šŸ˜

chrisn22:12:20

Thanks! We really are moving fast that direction. Things are quite a bit further along that pathway now that we have require-python and conda support.

šŸ”„ 12
souenzzo20:12:09

Dreaming about language-interop, clojure could allow extensiosn in the ns-loading process

(ns 
  (:extensions [libpython-clj.python/ns-init])
  (:python-modules ["numpy" :as np])
  (:require [,,,]))

chrisn22:12:21

@U2J4FRT2T - Please join us at https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev - that is a good idea. Actually, along those lines we would also like to extend compliment so that people using compliment-based intellisense systems (emacs company-mode and vim) would get intellisense for python objects.