Penguin

Differences between current version and revision by previous author of SourceCode.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 4 Last edited on Sunday, August 17, 2003 3:27:32 am by AristotlePagaltzis
Older page: version 2 Last edited on Saturday, August 16, 2003 6:17:31 pm by CraigBox Revert
@@ -1,3 +1,3 @@
-[ SourceCode] is a collective noun refering any human- readable program which can be compiled or interpreted by a computer. 
+SourceCode is a collective noun refering to any human readable program which can be compiled or interpreted by a computer. 
  
-"Human- readable" is somewhat vague. Many modern [compilers|Compiler] work by translating their input language into language [C]. Such generated [C] [ SourceCode] is very rarely human readable . There are also humans who read and write [Assembler] or even [MachineLanguage]
+"Human readable" is a somewhat vague term, commonly referring to how easily a human can understand the code . On one end of the spectrum, many modern [compilers|Compiler] translate their input language into intermediate [C] SourceCode that is very hard to follow despite being written in a high level language . On the other end, there are also humans who read and write AssemblyLanguage or even MachineCode