When You Write Your Essays in Programming Languages [Cartoon]

[Source]




17 Responses to When You Write Your Essays in Programming Languages [Cartoon]

  1. …Okay, I have to admit that I don’t get the Flower Pot thing at all. And I’ve coded in HTML before. What the heck?

    • Each of these languages (markup or not), with the exception of HTML, are Turing complete. HTML is not a (true) programming language, just as a flowerpot is not an essay.

      Also, UNIX Shell and LaTeX are Turing complete. Do we really have to ensure the complete validity of every nuance of this comic? Seems a little trivial if you just want a chuckle.

  2. I read the comic this is from regularly.
    I laugh so hard every time I read it, mainly with LATEX and HTML.

  3. …Okay, I have to admit that I don't get the Flower Pot thing at all. And I've coded in HTML before. What the heck?

    • In C++, classes usually have copy constructors; but then you can wind up writing your functions to take objects instead of references to objects, and making a temporary copy on every function call.