Skip to content

Commit ace966d

Browse files
draft status
1 parent 8c1532b commit ace966d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

notebooks/clojure+/print/objects_and_protocols.clj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
^{:kindly/hide-code true
22
:clay {:title "Printing Objects and Protocols in Clojure"
3-
:draft true
4-
:type :post
5-
:date "2025-06-09"
6-
:quarto {:author :timothypratley}}}
3+
:quarto {:author :timothypratley
4+
:draft true}}}
75
(ns clojure+.print.objects-and-protocols
86
(:require [clojure.core.async :as async]
97
[clojure.datafy :as datafy]

notebooks/core/async/flow/example/stats.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
^{:kindly/hide-code true
22
:clay {:title "Core Async Flow Stats Example"
33
:quarto {:author [:alexmiller :timothypratley]
4+
:draft true
45
:type :post
56
:date "2025-05-15"
67
:category :clojure

0 commit comments

Comments
 (0)