Thread: Avisynth+
View Single Post
Old 7th October 2013, 10:11   #121  |  Link
wOxxOm
Oz of the zOo
 
Join Date: May 2005
Posts: 208
Quote:
Originally Posted by ultim View Post
What kind of for-construct would you like to see?
The simpler the better. I like Gavino's with even less 'noise': for var = init, limit, step { .... } #step could be negative.

Quote:
Originally Posted by mirkosp View Post
It's not like they are needed, since they can already be done through recursion
Recursion is not human readable. Making dlls isn't worth the effort in simple cases. Using vapoursynth isn't always an option. And there's nothing wrong to have a small set of simple human readable block statements in avisynth-plus. Also, this topic was discussed like a thousand times.
wOxxOm is offline