Skip to content

Commit 4a638ad

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 5c215b4 commit 4a638ad

9 files changed

Lines changed: 318 additions & 309 deletions

File tree

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3f84a396
1+
3ee93ed4

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">0x7887053d</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$eval49720$fn__49721@7887053d"</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[code_interview.beating.with_stupid_stuff.z_combinator_gambit$eval49720$fn__49721 <span class="bn">0x64b55b2c</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$eval49720$fn__49721@64b55b2c"</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">0x2a216077</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735@2a216077"</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[code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735 <span class="bn">0x18110b10</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735@18110b10"</span>]</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">0x58ed8879</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735@58ed8879"</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[code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735 <span class="bn">0x1defbf6b</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49735@1defbf6b"</span>]</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>

0 commit comments

Comments
 (0)