Editing 303: Compiling

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 8: Line 8:
  
 
==Explanation==
 
==Explanation==
Computer programming involves writing instructions for a computer to follow, in a specific {{w|programming language}}, which is largely human readable and writable, at least to programmers who understand that language. However, for the computers to follow instructions, they need to be given {{w|machine code}} — the actual "language" that computers "speak" and one that ''can'' be written directly with the correct tools, but would be too tedious and error-prone for just about any practical modern project where alternatives exist, where anything more than a {{w|%22Hello,_World!%22_program|Hello World}} could be awkward to implement straight into machine-code.
+
Programming is essentially writing instructions for a computer to follow, in a specific {{w|Programming language|programming language}}, which is designed to be human readable to make the programmers' job easier. However, for the computers to follow these instructions, they need to be translated into {{w|Machine code|machine code}} — a "language" that computers "speak". Such conversion from human-readable source code into {{w|computer-executable files}} is performed by ({{w|Compiler|compilers}}), and takes certain time — depending on the size of the project and the power of the computer doing the compilation, it may measure in hours. As of 2015 the {{w|Linux Kernel}} contains over 19 million lines of code, a massive job for any compiler.
  
Conversion from the more conveniently human-writable code into {{w|computer-executable files}} is performed by {{w|Assembly language#Assembler|assemblers}}, {{w|Interpreter_(computing)|interpreters}}, or {{w|compilers}}.
+
In general, programming languages are implemented in two ways: interpreters and compilers. Interpreters convert the code at the time when it is currently running ({{w|PHP}} for one example), but compilers convert the source code all at once into executable files. After compiling, the resulting code will run much faster than interpreted code, since it has already been translated into the proper binary language. However, compiling code can take a long time, especially if the compiler is set up to correct {{w|syntax error|syntax errors}}. When Cueball is caught wasting time at work, he argues that such pastime is not any worse than any other at this moment, as no modifications can be made to the code that he should otherwise be working on until it finishes compiling, anyway.
  
Programs can be written in {{w|Assembly language|assembly code}}, which is basically just a set of mnemonics that make machine code much easier for a human to remember and correctly parse; the human-written assembly code is then run through a simple assembler to convert it directly into machine code.  Assembly coding is necessary whenever one is programming for a completely new architecture (one for which no other tools yet exist), and is still used in some other situations (as it allows the code to be optimized more closely for the system on which it is to run than is possible with other types of coding), but is still fairly tedious and error-prone, and assembly code needs to be completely rewritten if one wants to port it to a computer with a different architecture.
+
The title text takes this a step further.  Cueball claims that ''all'' activities are equally benign while the code is compiling — and that includes committing illegal acts, such as stealing {{W|LCD}} monitors.
 
 
An interpreter (e.g. that for {{w|PHP}} for one example) generally reads through the code, or script, each line at a time as and when required, and has to do a lot of work with various processing overheads and the risk of hitting an invalid instruction or mistake in syntax that it can't handle.  It also requires that a relevant version of the interpreter exist on any machine that has to run the script and perhaps some additional knowledge by the end-user.
 
 
 
For widely distributed (and especially commercial) programs, some form of compilation will instead be used.  Compiling may have just one computer system read through the man-written code and (barring errors) produces the equivalent stand-alone and direct machine-readable code, suitable for a given range of computers.  This process might involve several passes to check for 'obvious' errors in the code, as well as converting some programming concepts that are easiest for humans to understand into equivalent concepts that may be far easier for the computer to work with.
 
 
 
As such, compiling takes a certain amount of time at the time of production. Normally, this takes a few seconds, but, depending on the size of the project and the power of the computer doing the compilation, the time required to compile a program may measure in minutes, or even hours. As of 2015, the {{w|Linux Kernel}} contains over 19 million lines of code, arguably a massive job for any compiler, but if done correctly, it saves time for all the people who will ultimately be using its output.
 
 
 
Thus, when Cueball is caught wasting time at work, he argues that such activities are not worse than any other possible ones, at this moment.  If his job is writing code and compiling it, then there may be nothing else that he ''can'' do right now.  He cannot usefully tweak the code before it finishes compiling and the expected result checked.
 
 
 
The title text takes this a step further.  Cueball claims that ''all'' activities are equally benign while the code is compiling — and that includes committing illegal acts, such as stealing {{w|LCD}}s.
 
 
 
Nine years after this comic was released, [[Randall]] made a comic called [[1755: Old Days]] about how compiling worked in the old days. It was Cueball who asked. The next comic after that, [[1756: I'm With Her]], was released the Monday before the {{w|2016 United States presidential election}}. And in that comic, a Cueball with a sword on an office chair like in this comic is featured. It seems realistic that Randall had that politically loaded comic ready for some time, and when finding and deciding to use this old version of Cueball, he may have been inspired by the compiling theme to make Old Days.
 
  
 
==Transcript==
 
==Transcript==
Line 32: Line 20:
 
:Cueball: Compiling!
 
:Cueball: Compiling!
 
:Manager: Oh. Carry on.
 
:Manager: Oh. Carry on.
 
==Trivia==
 
This comic used to be [https://web.archive.org/web/20211215135852/https://store.xkcd.com/products/compiling available as a T-shirt] and [https://web.archive.org/web/20220125023401/https://store.xkcd.com/products/signed-prints as a signed print] in the xkcd store before it was [[Store|shut down]].
 
  
 
{{comic discussion}}
 
{{comic discussion}}
 
[[Category:Comics featuring Cueball]]
 
[[Category:Comics featuring Cueball]]
 
[[Category:Programming]]
 
[[Category:Programming]]
[[Category:Comics with xkcd store products]]
 

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)