> Being programmer is not equivalent to being a coder, is it? 
> Or have struck the language barrier once again?

If you can read it, they would not call it code.

Basically languages such as HTML (HyperText Markup Language) are not computer
code but simple Markup. HTML is a subset of SGML, as is XML.

Languages such as PHP and Perl are scripting languages, they allow you to
write code that performs a task, but is not compiled. The script is easily
viewed or modified.

Languages such as C and C++ are languages that are compiled into an executable
program with a compiler, so that you cannot see the source code and all the scripts
or files that make up a program are in a single executable file.

Somebody may be able to explain better than I can, I just write it.

Kind regards
Kevin
 
-- 
 ______                              
(_____ \                             
 _____) )  ____   ____   ____   ____ 
|  ____/  / _  ) / _  | / ___) / _  )
| |      ( (/ / ( ( | |( (___ ( (/ / 
|_|       \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia

Reply via email to