stz
template strings
Template strings solve a lot of text based feedback problems. Instead of having string builders and concatenations and memory allocation headaches, we can instead create a composite string using a template. [self make-html: page] [self: Progam, page: Page -> String | `<html> <head> <title>