Fork me on GitHub
#announcements
<
2021-08-18
>
Sal Tosti00:08:37

Hey all 👋, I recently created a web-based version of cljstyle. It’s built with ctmx and (obviously 😉) cljstyle. You can check it out at http://www.cljstyle.com. (many thanks to @greg316 and whamtet)

👀 7
🎉 22
👍 6
javahippie09:08:08

Just released clj-test-containers 0.5.0. It contains some fixes to the documentation, added some type hints to prevent reflection warnings and upgraded to use Testcontainers 1.16.0, which brings better support for M1 Macs, improved startup time and some fixes: https://clojars.org/clj-test-containers

clojure-spin 18
🎉 12
Mathieu Corbin16:08:38

I released a new version of Commentator, a free commenting system for your blog/website built in Clojure. This release brings a lot of improvements including multi website support. Commentator stores comments on any s3-compatible store (the app itself being completely stateless and so easy to deploy) and provides functionalities like a public/admin API to manage comments, an event system, an antispam and a rate limiter... The documentation is available at https://www.commentator.mcorbin.fr/

❤️ 30
👀 3
pez16:08:13

Calva’s https://calva.io/getting-started/ is updated, taking the users much quicker to Interactive Programming (seconds), and trying to.quickly establish momentum. The easiest way to try it right now, if you are not a Calva user, is to use the zero-install option at https://github.com/PEZ/rich4clojure and expand those I am new to Clojure/Calva info panes. (I am working on a more tailored-to-the-purpose repository for this, more on that tomorrow maybe.) It would be great if some people test it and give me feedback about what works and does not work.

❤️ 47
🧡 6
metal 6
calva 3
seancorfield23:08:26

https://github.com/seancorfield/deps-new -- a new, simpler way to create deps.edn projects, built on tools.build -- install (requires Clojure CLI 1.10.3.933 or later!):

clojure -Ttools install com.github.seancorfield/deps-new '{:git/tag "v0.1.0" :git/sha "089d868"}' :as new
and then create an app:
clojure -Tnew app :name myname/myapp
Feedback appreciated in #deps-new (renamed from #clj-new but I'll be supporting clj-new in there as well).

❤️ 51
🚀 38
sheepy 2