I did that kind of thing when I first started using C (my attitude then was that C was fine, but it should have looked more like BCPL). I stopped after a short time.
FrankWilhoit 2 days ago [-]
C for people who don't like C. At CompuServe, much of the legacy code base was in BLISS and so there was a header that said
#define BEGIN {
#define END }
etc. etc. etc.
keybored 47 minutes ago [-]
> #define LOOP for(;;){
Predicted Rust.
Rendered at 20:03:20 GMT+0000 (Coordinated Universal Time) with Vercel.
#define BEGIN { #define END }
etc. etc. etc.
Predicted Rust.