Skip to content

Commit 90455fb

Browse files
committed
See if I can get a link to work
1 parent 6b4ed15 commit 90455fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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__ - A tour of the AST nodes produced by the compiler
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
1414
- __C4: Symbolic of what?__ - A little digression on what symbols represent
1515
- __C4: ISeq clarity__ - How to analyze an `ISeq`
1616
- __C4: Functional anatomy__ - How functions are implemented in Clojure

0 commit comments

Comments
 (0)