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.
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.