Skip to content

Commit fc34bf5

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 7d6f8d0 commit fc34bf5

13 files changed

Lines changed: 3446 additions & 3259 deletions

File tree

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f1241286
1+
b1c46e56

clojure+/print/objects_and_protocols.html

Lines changed: 192 additions & 188 deletions
Large diffs are not rendered by default.

print/object/remove_extraneous.html renamed to clojure/print_object/remove_extraneous.html

Lines changed: 120 additions & 47 deletions
Large diffs are not rendered by default.

code_interview/beating/with_stupid_stuff/z_combinator_gambit.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ <h1 class="title">The Z-Combinator Gambit</h1>
434434
<div class="sourceCode" id="cb1"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>(<span class="kw">fn</span> [SELF LIST])</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
435435
</div>
436436
<div class="printedClojure">
437-
<div class="sourceCode" id="cb2"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>#object[code_interview.beating.with_stupid_stuff.z_combinator_gambit$eval49720$fn__49721 <span class="bn">0xa53862b</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$eval49720$fn__49721@a53862b"</span>]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
437+
<div class="sourceCode" id="cb2"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>#object [<span class="kw">fn</span>]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
438438
</div>
439439
<blockquote class="blockquote">
440440
<p>We’re just writing a function, and it only needs to take a list…</p>
@@ -542,7 +542,7 @@ <h1 class="title">The Z-Combinator Gambit</h1>
542542
<div class="sourceCode" id="cb18"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb18-1"><a href="#cb18-1" aria-hidden="true" tabindex="-1"></a>(REV-LOGIC REV-LOGIC)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
543543
</div>
544544
<div class="printedClojure">
545-
<div class="sourceCode" id="cb19"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb19-1"><a href="#cb19-1" aria-hidden="true" tabindex="-1"></a>#object[code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735 <span class="bn">0x5311f4e0</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735@5311f4e0"</span>]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
545+
<div class="sourceCode" id="cb19"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb19-1"><a href="#cb19-1" aria-hidden="true" tabindex="-1"></a>#object [REV-LOGIC$fn]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
546546
</div>
547547
<blockquote class="blockquote">
548548
<p>Well, it’s a function! That much is clear…</p>
@@ -635,7 +635,7 @@ <h1 class="title">The Z-Combinator Gambit</h1>
635635
<div class="sourceCode" id="cb25"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb25-1"><a href="#cb25-1" aria-hidden="true" tabindex="-1"></a>(FIX REV-LOGIC)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
636636
</div>
637637
<div class="printedClojure">
638-
<div class="sourceCode" id="cb26"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb26-1"><a href="#cb26-1" aria-hidden="true" tabindex="-1"></a>#object[code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735 <span class="bn">0x68c3c990</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735@68c3c990"</span>]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
638+
<div class="sourceCode" id="cb26"><pre class="sourceCode clojure code-with-copy"><code class="sourceCode clojure"><span id="cb26-1"><a href="#cb26-1" aria-hidden="true" tabindex="-1"></a>#object [REV-LOGIC$fn]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
639639
</div>
640640
<blockquote class="blockquote">
641641
<p>At least it didn’t blow up this time…</p>

core/async/flow/example/stats.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="author" content="Alex Miller">
1010
<meta name="author" content="Timothy Pratley">
11-
<meta name="dcterms.date" content="2025-06-01">
11+
<meta name="dcterms.date" content="2025-05-15">
1212

1313
<title>Core Async Flow Stats Example – Clojure Civitas</title>
1414
<style>
@@ -387,7 +387,7 @@ <h1 class="title">Core Async Flow Stats Example</h1>
387387
<div>
388388
<div class="quarto-title-meta-heading">Published</div>
389389
<div class="quarto-title-meta-contents">
390-
<p class="date">June 1, 2025</p>
390+
<p class="date">May 15, 2025</p>
391391
</div>
392392
</div>
393393

0 commit comments

Comments
 (0)