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:
parent
5048cb8806
commit
2ff8054c10
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Emulating GOTO in Scheme with continuations
|
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.
|
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
|
date: 2026-02-18 14:28:46 -5
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue