CSV to HTML translation: Difference between revisions

→‎{{header|TXR}}: Hold your horses.
(→‎{{header|Vedit macro language}}: TXR wipes the floor with this triviality.)
(→‎{{header|TXR}}: Hold your horses.)
Line 2,459:
 
=={{header|TXR}}==
{{incorrect|Common Lisp|Needs HTML escaping}}
 
We need some intelligently implemented way of escape filtering that doesn't get in the user's way.
For instance, some syntax inside @(collect) could assert that all substitutions undergo HTML
escaping, so this doesn't have to be propagated into every single occurrence of every variable.
 
Associating some filtering with an input stream would be useful also.
 
<lang txr>@(collect)
Anonymous user