From 451aa92846b5fd5c8a0739336de3aa26d741d750 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Sat, 29 Mar 2025 11:10:24 +0100 Subject: Relocate MD sources for HTML notes. --- html/notes/zero-values.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 html/notes/zero-values.md (limited to 'html/notes/zero-values.md') diff --git a/html/notes/zero-values.md b/html/notes/zero-values.md deleted file mode 100644 index 3a1eecb..0000000 --- a/html/notes/zero-values.md +++ /dev/null @@ -1,11 +0,0 @@ -# Return zero values when there's nothing to return - -This is only a minor point: - -It's a long-running pet peeve of mine that R5RS Scheme specifies "an -unspecified value" to be returned when there's nothing meaningful to -return. It's a remnant from before we had the ability to return -multiple values, and should be eliminated. - -Any operation that has nothing meaningful to return, will return zero -values in Zisp, and no more. -- cgit v1.2.3