diff --git a/site-src/ccgoto.mdx b/site-src/ccgoto.mdx index 3861e6e..921b6c4 100644 --- a/site-src/ccgoto.mdx +++ b/site-src/ccgoto.mdx @@ -1,7 +1,7 @@ --- title: Emulating GOTO in Scheme with continuations description: GOTO sucks and is evil and I hate it, but what if there were parentheses? `call/cc` is kinda like goto, so let’s use it to make goto. -tags: post,short +tags: post,medium date: 2026-02-18 14:28:46 -5 ---