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/format.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 html/notes/format.md (limited to 'html/notes/format.md') diff --git a/html/notes/format.md b/html/notes/format.md deleted file mode 100644 index f757736..0000000 --- a/html/notes/format.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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