[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Low-level vs. High-level programming (was My First Computer)



"Randy McLaughlin" <randy@nospam.com> wrote in
news:BvoJa.9888$al.2394@fe03.atl2.webusenet.com: 


> Dictionarries are recognized authorities on definitions, I don't know
> if you noticed but the thread is an argument on the definition of
> programming. 

In short form a computer programming language aka programming language is 
an artificial language consisting of code for writing instructions to be 
executed by a computer.

markup language: (Includes HTML) A set of specifications describing the 
characteristic of elements that appear on a page.

There is some really defining difference. Ultimately is a defining form a 
programming language is a computer language to create programs. A program 
is a list of instructions to be executed by a computer. A fair definition 
is as follow:

Programming Language: is an artificial language consisting of code for 
writing a sequence of instructions to be carried out, executed, 
processed, compared, and/or calculated by a computer. These sequences of 
instructions are called programs.

A markup language falls short on the fact that it is not structured for 
instructing.

A key secret to know, any piece of binary (includes electronic 
text/documents/pics can be processed in ML. Often if not done properly in 
a controlled manner, these will get wild and rather unpredictable. A 
ASCII text file can be processed at ML level but the results are often 
wildly and unpredicted and is not "programmed" in any sense of a 
controlled manner. Unless you know your character set and you opcode 
structure and how an opcode is processed.