CSV to HTML translation: Difference between revisions

Content added Content deleted
m (→‎{{header|TXR}}: it doesn't look like common lisp)
(→‎{{header|TXR}}: Point out similarites to AWS template generation.)
Line 2,480: Line 2,480:
</table>
</table>
@(end)</lang>
@(end)</lang>

Note some similarities in the output generation to the AWS template system in the [[#Ada|Ada]] solution.
In AWS, <code>@@TABLE@@</code> does something similar to TXR's <code>@(repeat)</code>: repeating the section of a template as many times as the vector variables have items.


Output:
Output: