We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1532b commit ace966dCopy full SHA for ace966d
2 files changed
notebooks/clojure+/print/objects_and_protocols.clj
@@ -1,9 +1,7 @@
1
^{:kindly/hide-code true
2
:clay {:title "Printing Objects and Protocols in Clojure"
3
- :draft true
4
- :type :post
5
- :date "2025-06-09"
6
- :quarto {:author :timothypratley}}}
+ :quarto {:author :timothypratley
+ :draft true}}}
7
(ns clojure+.print.objects-and-protocols
8
(:require [clojure.core.async :as async]
9
[clojure.datafy :as datafy]
notebooks/core/async/flow/example/stats.clj
@@ -1,6 +1,7 @@
:clay {:title "Core Async Flow Stats Example"
:quarto {:author [:alexmiller :timothypratley]
+ :draft true
:type :post
:date "2025-05-15"
:category :clojure
0 commit comments