From 2ff8054c10a597a00f142c7f24402abca0e42b12 Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 23 Feb 2026 12:48:37 -0500 Subject: [PATCH] ccgoto: not a short post also not super duper long, so i'm going to stick to three categories: short, medium, long --- site-src/ccgoto.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---