On Fri Oct 31 17:23:58 2025 +0000, Jacek Caban wrote:
That’s not the goal on its own. There’s nothing wrong with looping itself, but to make that possible you needed to use multiple macros to generate multiple arrays. If we avoid looping and instead use a single macro to glue everything together, we don’t need any of that.
I see, so it's better to keep it in just one (or two) macro expansions. I also tested with my changes on top, looks good to me.