From 610d1f02dd57cbaeccd076ad14ee9efacc5954a5 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 3 Jan 2023 13:13:10 -0500 Subject: prog as art post draft --- public/post/programming-as-art/index.html | 106 ++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 public/post/programming-as-art/index.html (limited to 'public/post/programming-as-art') diff --git a/public/post/programming-as-art/index.html b/public/post/programming-as-art/index.html new file mode 100644 index 0000000..691abf4 --- /dev/null +++ b/public/post/programming-as-art/index.html @@ -0,0 +1,106 @@ + + + + Romanticism in Programming – Kumar Damani - Home + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+

Romanticism in Programming

+
+
+

Why programming I see programming as an art form.

+

It started off in my first year as a CS student during a lecture about loops. +It was mind-bending to see “Hello World!” getting printed out to the console N-thousands of times +in just 3 functional lines of code.

+

But there was more. The TA then asks us to put our newly found power to use by producing the +sum of 1 to 100. Ofcourse, it was a natural application of our topic. We simply set the limit, +and do an increment a sum in the loop’s body.

+

Sure enough we saw the answer 5050 in the console. +But then the TA reminds us that we are making that computer work too hard. +It needs to do 100 basic ADD instructions in order to make this happen. +What if it was a million? +Is there a better way?

+
+
+ +
+ +
+
+
+ +

Links

+

Git, email, resume etc.

+
+ + + +
+
+
+

Why I see programming as an art form.

+ +

+ By Kumar Damani, + 2022-11-29 +

+ + +
+
+ + + +
+ + + -- cgit v1.2.3