commit 740a4c6af0e87ca35ccc1bcc7f063cfbc2f87333
parent d01a7b218914e71d12d0bd5ddcb4fa17cdbf8203
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Wed, 10 Jan 2024 02:44:59 +0200
Add a bunch of TODOs.
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/TODO.org b/TODO.org
@@ -0,0 +1,7 @@
+Zipheir's points:
+
+- ALL-CAPS-NAMES are not very Schemely,
+- you can write hex literals, e.g. #xfd, #xff, etc.,
+- every 'match' expression should have a catch-all failure clause that
+ raises an exception (probably an assertion-violation, in R6RS
+ terms). i.e. a more *useful* exception than "no match".