Repeating code without having loops

Often we need to repeat CL code when working with tables, in particular (e.g. to disableEvaluation for a whole table). Instead of copy-pasting a template, or copying and changing the values manually. I made this Google sheet:

2 Likes

Imagine if one day you could do loops within CL? (Even if only through a pre-processor.)

It feels brittle to copy and paste lines and change one number at a time, even using an external tool to generate.

I did make the sheet so you could copy paste multiple lines all at once. But yes, it would be nice to use loops or at least variables/lists.