From 067e9a04dbce2b36d8094ab3aa7dc0c934d9486c Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Sat, 3 Jan 2026 01:41:45 +0100 Subject: Fix links in notes. --- notes/250210-nan.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'notes/250210-nan.md') diff --git a/notes/250210-nan.md b/notes/250210-nan.md index 2824237..107bdf7 100644 --- a/notes/250210-nan.md +++ b/notes/250210-nan.md @@ -408,9 +408,9 @@ missing, so we automatically avoid the forbidden zero payload. ### What the heck is a "short string"? -Remember that [strings are immutable](symbols.html) in Zisp. This allows us -to use an amazing optimization where short strings can be represented as -immediate values. +Remember that [strings are immutable](250210-symbols.html) in Zisp. This +allows us to use an amazing optimization where short strings can be +represented as immediate values. We can't get to 56 bits (7 bytes), but 48 bits (6 bytes) fits perfectly into our payload! So any interned string (equivalent to a Scheme symbol) in Zisp -- cgit v1.2.3