From f93437d8d54e26c64a88e4136e38f6a796d7fd8c Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Fri, 26 Dec 2025 06:34:32 +0100 Subject: Rename notes to add dates and fix index. --- notes/250219-format.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes/250219-format.md (limited to 'notes/250219-format.md') diff --git a/notes/250219-format.md b/notes/250219-format.md new file mode 100644 index 0000000..f757736 --- /dev/null +++ b/notes/250219-format.md @@ -0,0 +1,14 @@ +# I hate 'display' + +WIP WIP WIP + +(format "template" arg ...) ;sprintf +(format obj) ;like write but returns string +(format! "template" arg ...) ;printf +(format! arg) ;write + +The ones with a string template are special forms and process the +template string at compile time and ensure correct number of args. + +Need a way to let a special form's name also appear as an identifier +like Guile does it with record accessors and shit. -- cgit v1.2.3