summaryrefslogtreecommitdiff
path: root/html/notes/format.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2025-03-29 11:10:24 +0100
committerTaylan Kammer <taylan.kammer@gmail.com>2025-03-29 11:10:24 +0100
commit451aa92846b5fd5c8a0739336de3aa26d741d750 (patch)
tree21e51213bf1d39c2a8677060c51d83a656873786 /html/notes/format.md
parent5025f9acf31cd880bbff62ff47ed03b69a0025ee (diff)
Relocate MD sources for HTML notes.
Diffstat (limited to 'html/notes/format.md')
-rw-r--r--html/notes/format.md14
1 files changed, 0 insertions, 14 deletions
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.