View Single Post
Old 01-02-2014, 01:20 AM   #30
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,598
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by sirmaru View Post
Just as software was changed from easily stolen BASIC and COBOL code and other easily readable and changeable code to machine code, eBooks can be changed in the same way.
You are of course aware that Computers have NEVER run BASIC or COBOL programs; instead, the textual source code was compiled into machine code.

In fact, languages such as BASIC and COBOL came a lot later in the computing business than machine code, as a means of making programmers more productive.

Nowadays very little development is done in machine-code; it's all done in high-level languages, and we rely on the compilers and their knowledge of computer architectures to efficiently create the machine code.
PeterT is offline   Reply With Quote