|
320 | 320 | <span class="menu-text">Posts</span></a> |
321 | 321 | </li> |
322 | 322 | <li class="nav-item"> |
323 | | - <span class="nav-link"> |
324 | | -<span class="menu-text">pages.qmd</span> |
325 | | - </span> |
| 323 | + <a class="nav-link" href="../../../pages.html"> |
| 324 | +<span class="menu-text">Pages</span></a> |
326 | 325 | </li> |
327 | 326 | <li class="nav-item compact"> |
328 | 327 | <a class="nav-link" href="https://github.com/ClojureCivitas/clojurecivitas.github.io"> <i class="bi bi-github" role="img"> |
@@ -435,7 +434,7 @@ <h1 class="title">The Z-Combinator Gambit</h1> |
435 | 434 | <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> |
436 | 435 | </div> |
437 | 436 | <div class="printedClojure"> |
438 | | -<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$eval49700$fn__49701 <span class="bn">0x19ed42ea</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$eval49700$fn__49701@19ed42ea"</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$eval49700$fn__49701 <span class="bn">0x4bcb2e3d</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$eval49700$fn__49701@4bcb2e3d"</span>]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> |
439 | 438 | </div> |
440 | 439 | <blockquote class="blockquote"> |
441 | 440 | <p>We’re just writing a function, and it only needs to take a list…</p> |
@@ -543,7 +542,7 @@ <h1 class="title">The Z-Combinator Gambit</h1> |
543 | 542 | <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> |
544 | 543 | </div> |
545 | 544 | <div class="printedClojure"> |
546 | | -<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__49715 <span class="bn">0x6ba6d35a</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49715@6ba6d35a"</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__49715 <span class="bn">0x79b3b0e0</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49715@79b3b0e0"</span>]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> |
547 | 546 | </div> |
548 | 547 | <blockquote class="blockquote"> |
549 | 548 | <p>Well, it’s a function! That much is clear…</p> |
@@ -636,7 +635,7 @@ <h1 class="title">The Z-Combinator Gambit</h1> |
636 | 635 | <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> |
637 | 636 | </div> |
638 | 637 | <div class="printedClojure"> |
639 | | -<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__49715 <span class="bn">0x22b94b5e</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49715@22b94b5e"</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__49715 <span class="bn">0x93a765f</span> <span class="st">"code_interview.beating.with_stupid_stuff.z_combinator_gambit$REV_LOGIC$fn__49715@93a765f"</span>]</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div> |
640 | 639 | </div> |
641 | 640 | <blockquote class="blockquote"> |
642 | 641 | <p>At least it didn’t blow up this time…</p> |
|
0 commit comments