Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Jonathan Blow's Programming Language

Name: Anonymous 2019-01-12 21:01

Name: Anonymous 2019-01-12 21:18

for i : 0..n-1

using same for keyword for unrelated loops will definitely improve readability.

Also, I can implement that even in C99:
#define GENSYM2(N,L) __##N##L
#define GENSYM1(N,L) GENSYM2(N,L)
#define GENSYM(N) GENSYM1(N,__LINE__)
#define times(I,N) for(int I=0, GENSYM(C)=(N); I<GENSYM(C); I++)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List