Quote:
Originally Posted by God Like
a question i would like to know is how did the programmers create a language?
and how did other computers understand it?
|
Quote:
Originally Posted by slm33d
Yeah that's a good one aswell!. How would the computer understand ?
|
Both very interesting questions. Somewhere down the line, stuff has to be actually built into the hardware, meaning that the electronics have to have something in them.
Compilers compile code, and make it usable to the computer. So you might ask, what compiles the compiler? Look up "bootstrapping" and it's links:
http://en.wikipedia.org/wiki/Bootstrapping#Computing
Anyway, if you want to learn, I'd suggest HTML and CSS first. You'll be able to make some flashy neat things that you'll see immediately, so you won't get discouraged. It's also a pretty forgiving language, and not always so precise.