summaryrefslogtreecommitdiff
path: root/notes/250210-nan.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-01-03 01:41:45 +0100
committerTaylan Kammer <taylan.kammer@gmail.com>2026-01-03 01:41:45 +0100
commit067e9a04dbce2b36d8094ab3aa7dc0c934d9486c (patch)
tree97488b3cc0d007d8451184698e548bf8b9978d06 /notes/250210-nan.md
parent8ceb82e3f8105abb7d17f5ad82184a75b209f485 (diff)
Fix links in notes.
Diffstat (limited to 'notes/250210-nan.md')
-rw-r--r--notes/250210-nan.md6
1 files changed, 3 insertions, 3 deletions
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