Why don't you like for-loops?

Revision en1, by -is-this-fft-, 2018-01-29 17:04:05

#define rep(i, l, r) for ((i) = (l); (i) < (r); (i)++)

Things like that are pretty common. Why do so many of you need to do things like this? What is wrong with a good old for-loop? Is it that slow to write one explicitly?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English -is-this-fft- 2018-01-29 17:04:05 258 Initial revision (published)