Skip to content

Commit bd944d9

Browse files
committed
Remove links from C4 first post -- hard to forward reference if the pages aren't there first
1 parent 5952351 commit bd944d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2025-08-31-classic-clojure-compiler-contemplation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ In this post, we look at the overall structure of the compiler.
1010

1111
The other posts in the series are:
1212

13-
- [C4: AST me anything]({{site.baseurl}}{% post_url 2025-09-01-AST-me-anything }) - A tour of the AST nodes produced by the compiler
14-
- [C4: Symbolic of what?]({{site.baseurl}}{% post_url 2025-09-02-symbolic-of-what }) - A little digression on what symbols represent
15-
- [C4: ISeq clarity]({{site.baseurl}}{% post_url 2025-09-03-iseq-clarity }) - How to analyze an `ISeq`
16-
- [C4: Functional anatomy]({{site.baseurl}}{% post_url 2025-09-04-functional-anatomy }) - How functions are implemented in Clojure
13+
- __C4: AST me anything__ - A tour of the AST nodes produced by the compiler
14+
- __C4: Symbolic of what?__ - A little digression on what symbols represent
15+
- __C4: ISeq clarity__ - How to analyze an `ISeq`
16+
- __C4: Functional anatomy__ - How functions are implemented in Clojure
1717
- __C4: The fn*: talkin' 'bout my generation__ - Code-gen for functions
1818
- __C4: How type-ical__ - Type analysis by the compiler
1919
- __C4: I have something to emit__ - More on code generation

0 commit comments

Comments
 (0)