#One-line-itis
>> I am going back to the bookstore to see if any of you programs are
>> were included in the "obscure code" book <g>…
Actually a few of them! Come to think of it, all my code could be categorized
as "obscure".
That one liner isn't mine. I found a while ago and found it to be pretty cute.
It's a complete fractal generator! Any C compiler will do it. It's pretty
standard C and the only function called is putchar() which is part of any basic
library.
I did a lot of APL work back in 84/85. Not much of APL but rather, I had to
implement an editor (for IBM) able to use APL characters (who else would use
APL!). I still have it and it was what I used to use as my source editor 'till
a couple of months ago (10 years!).