Skip to content

Commit 8979253

Browse files
committed
new post: “A break from programming languages”
1 parent 4ed93b8 commit 8979253

File tree

2 files changed

+131
-1
lines changed

2 files changed

+131
-1
lines changed

blog/build.rkt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
(markdown-post "2020-01-19-no-dynamic-type-systems-are-not-inherently-more-open.md")
111111
(markdown-post "2020-08-13-types-as-axioms-or-playing-god-with-static-types.md")
112112
(markdown-post "2020-11-01-names-are-not-type-safety.md")
113-
(markdown-post "2021-03-25-an-introduction-to-typeclass-metaprogramming.md")))
113+
(markdown-post "2021-03-25-an-introduction-to-typeclass-metaprogramming.md")
114+
(markdown-post "2025-05-29-a-break-from-programming-languages.md")))
114115

115116
(define (timestamp-string)
116117
(define (pad n) (~r n #:min-width 2 #:pad-string "0"))

0 commit comments

Comments
 (0)