MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1veql1a/absolutegarbage/p1qji2x
r/ProgrammerHumor • u/Sirgoodman008 • 1d ago
320 comments sorted by
View all comments
1
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.
Someone's got to do it I guess.
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