clerk
clerk copied to clipboard
⚡️ Moldable Live Programming for Clojure
Discussion in Slack: https://clojurians.slack.com/archives/C035GRLJEP8/p1757520307603569 I think the key points are: - Accept any IDeref (like a future or promise) - Attempt to wait on the value for a short period...
When I build a notebook with `:ssr true` and spin up a local server to load it in the browser, I cannot interact with the interface at all, specifically: -...
Using top-level visibility before `ns` form breaks derived value computation in a confusing way when also `no-cache` is involved (clerk version 0.17.1102) ```clj {:nextjournal.clerk/visibility {:code :hide :result :hide}} (ns repro)...
This fixes an issue with the babashka file watcher. Created this issue so we don't forget before next release.
Syntax highlighting works great for Clojure, I read in the [book](https://github.clerk.garden/nextjournal/book-of-clerk/commit/a343752adb110e80a7cb33e375517eb3597e9db1/#code) that it should work for other languages too. (but probably ::clerk/opts should be ::clerk/render-opts) Unfortunately, when I tried to...
Hi there, I would like to suggest adding support for Basilisp environment in future releases. This would allow developers working with Basilisp to leverage Clerk's powerful features for their development...
One of my solutions to an earlier Advent of Code has stopped working at some point and is now running into an `OutOfMemoryError` while rendering what I would call "a...