Are there list comprehensions planned? I am struggling with all the math to manipulate lists where access to pythonic list comprehensions could suffice.
For example, instancing and rotating curves around a circle, and adding a mesh that completes the revolution. I need to get the first point back in the points list as also the last point in order to apply to set mesh position.
I’ve gotten help over at BA. to get the desired result, but It’s quite a bit more more extensive than being able to add an item to a list.
Similarly, getting the right indices with a combination of module, greater than, and less than, is not as fast or elegant as python list comprehensions like [x:y:z]