Slashdot Mirror


User: ttay

ttay's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Art as self expression on Is Programming Art? · · Score: 1

    I define art as a anything that is a form of self expression. Many years ago, as part of another discussion on the art of programming, I presented the following artpiece:

    int main() {
    int *i;
    printf("Hello %d World\n", i);
    }

    I have a special affinity for metaphor and work that hold multiple layers of meaning and interpretation. This was my interpretation of the program.