Skip to content

Commit 47d31cc

Browse files
committed
Fix links in classic-clojure-compiler-contemplation
1 parent 90455fb commit 47d31cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ In this post, we look at the overall structure of the compiler.
1111
The other posts in the series are:
1212

1313
- [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?__ - 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
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
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)