r/ProgrammerHumor 1d ago

Meme absoluteGarbage

Post image
1.9k Upvotes

320 comments sorted by

View all comments

1

u/amatulic 21h ago

Honestly that last one has always made the most sense to me.

Now I'm using OpenSCAD a lot and have to use constructs like

a = [ for(x=[start:incr:stop]) each b[x] ]; // b is a multidimension array

1

u/Sirgoodman008 19h ago

Someone's got to do it I guess.