As I’m doing a double major in Computer Science and Interactive Media, “live coding” to me is associated with two things. The first being live coding interviews for CS where it’s usually 1 or 2 specialized interviewers observing everything you type, assessing how you’re thinking, and evaluating the final result. The other one is, as defined in the reading, “improvising music or video animation through live edits of source code”. While both, in a sense, are similar in terms of doing live updates in running code, the mindset and output, I believe, are drastically different.

The author discusses how live coding is riskier, and this definitely applies to both cases, but in the case of creativity and making art, it’s easier to shift the performance to another direction after a mistake is done. Yes, the end result would not be “as clean as an “offline-composition””, but the artist/performer/coder can probably still make it work by taking an alternate track that they wouldn’t have taken otherwise. This is also an incentive to keep exploring even if it’s live, because at the end of the day you have significant room for improvisation. On the other hand, in live coding interviews, every tiny mistake makes a difference, you could easily lose a job opportunity by messing up one line of code or not writing the most efficient code from the first try; there is not much room for experimentation.

On another note, the author raised a question that I found to be very interesting. They were asking about the extent to which live coders adapt their computer languages and personalize their environments to aid creativity. I believe that there is no specific response to this question and an easy example to consider is our first live performance in class. Everyone came prepared to show their work, but there was a broad range of initially setup/written out code. Some people wrote everything on the spot, whether improvising or from memory, some people had comments on their screens or commented out code, others had it written down somewhere else, others had functions prepared, and others had a large percentage of the code but made changes directly to it. All of these are examples that show how the “extent” could not be clearly defined.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>