ccgoto: not a short post

also not super duper long, so i'm going to stick to three categories: short, medium, long
This commit is contained in:
mehbark 2026-02-23 12:48:37 -05:00
parent 5048cb8806
commit 2ff8054c10
Signed by: mbk
GPG key ID: E333EC1335FFCCDB

View file

@ -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 lets use it to make goto.
tags: post,short
tags: post,medium
date: 2026-02-18 14:28:46 -5
---