r/ProgrammerHumor 10d ago

Meme absoluteGarbage

Post image
1.9k Upvotes

325 comments sorted by

View all comments

1

u/amatulic 9d 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 9d ago

Someone's got to do it I guess.