But if you don't get the standard library right, then everyone is going to start using their personal version of it, and then you lose portability, etc.
It is worth getting the language right, even if the fix is trivial.
Basically 'marcup would accept a list representing an abstract syntax tree for the HTML code to be generated.
Then I decided to implement w/html instead, which was almost as good ^^; >.< In fact it's arguably better, since the copious ' marks denote non-Arc code (i.e. HTML tags), as opposed to the marcup style above where , marks denote Arc code.