Arc Forumnew | comments | leaders | submitlogin
3 points by zck 4350 days ago | link | parent

At a minimum, gen-nested-css needs to be a macro, not a function.

But also, recursive macros are hard. You need to know whether you'll recurse without looking at the values of variables, because macroexpansion time is before runtime.

I'm not sure your 'each in css works properly.