Fork me on GitHub
#announcements
<
2022-05-02
>
borkdude11:05:11

babashka fs 0.1.5, a file system utility library (not only for babashka but also for Clojure JVM) is out with this time, mainly Windows improvements! https://github.com/babashka/fs/releases/tag/v0.1.5

🙏 7
😎 3
🪟 1
🎉 2
oxalorg (Mitesh)12:05:15

Introducing reitit-jaatya - a static site generator which will take any existing dynamic site which uses Ring and Reitit and 🥶 FREEZE 🥶 it into a bunch of static pages! This way it's easy to convert back and forth between static/dynamic versions depending on your use case. You aren't locked into any one approach and you get FULL REPL'able development experience! (More benefits of this approach in the README) https://github.com/lambdaisland/reitit-jaatya TL;DR of how it works: it walks through the reitit routes and fakes HTTP requests to the ring handler. It can also understand parameter/slug based dynamic routes by providing a simple function which returns a sequence of route params (example in readme) We're already using this on a bunch of production websites. http://gaiwan.co and http://reclojure.org are also powered by reitit-jaatya :dancer:

😍 9
👍 10
7
awesome 3
👀 1
🥶 4
1
oxalorg (Mitesh)12:05:50

We've also continued the tradition of the fine folks at Metosin and named the library with a Finnish word 🙂 > reitit means routes and jäätyä means freeze

ikitommi13:05:31

Awesome, both lib & name! awesome

🙌 2
bowtie 2
Proctor19:05:59

Announcing Papillon https://github.com/lambda-toolshed/papillon, an interceptor library for Clojure(Script). We are using it at work in production, but publishing it as a Preview version for community feedback in the goal of stability that the Clojure ecosystem is known for.

🎉 12
❤️ 1
onetom01:10:02

this was the 1st time i heard about the clojure.core.async.impl.protocols/ReadPort. are there any articles, which provide some more explanation about it? the definition of it is not very verbose. i think it wasn't mentioned in rich hickeys talk about the internals of core.async either.

Proctor13:10:21

I don’t recall. Not sure if it was a talk, post, or just digging into the source of core.async to understand how it works.

🙏 1
bozhidar20:05:42

CIDER 1.4 ("Kyiv") is out! See https://github.com/clojure-emacs/cider/releases/tag/v1.4.0 for details.

cider 28
25
clojure-spin 4
richiardiandrea21:05:27

Handy new commands! Thank you!

pez21:05:03

CIDER inspires me!