diff options
Diffstat (limited to 'notes/250219-format.md')
| -rw-r--r-- | notes/250219-format.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/notes/250219-format.md b/notes/250219-format.md deleted file mode 100644 index a7cd019..0000000 --- a/notes/250219-format.md +++ /dev/null @@ -1,16 +0,0 @@ -# I hate 'display' - -_2025 February_ - -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. |
