Recently, I wanted to write a simple piece of code in J, but immediately found a bug. I went ahead to fetch the source to see if I can fix it. But, hell no. I couldn't believe my eyes. Is this how someone programs, really? I just can't believe it didn't go through some kind of obfuscator.Here are some samples, but almost anything in the repository is beyond me:
https://github.com/jsoftware/jsource/blob/master/jsrc/xo.c
https://github.com/jsoftware/jsource/blob/master/jsrc/k.c
https://github.com/jsoftware/jsource/blob/master/jsrc/j.h
What's your opinion?