d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Codeacademy
Prev12
Add Reply New Topic New Poll
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Jul 9 2013 06:38pm
Quote (Eoj @ Jul 9 2013 02:30pm)
What is the difference? (Not being a dick, I'm genuinely curious since I want to understand all of this as best as I can!)


Markup languages simply describe the layout and organization of a user interface and is largely static. You cannot describe behavior of a program with it because it contains no operators for logic, control flow, etc.

Quote (0n35 @ Jul 9 2013 06:57pm)
One compiles, one doesn't.  You aren't using syntax, logic, or anything for that matter.  Simply telling a web browser what you want to display, you can not invoke logic in your code.


Compilation isn't really a requisite for being a programming language. There are purely interpreted languages, byte-code compiled (this gets complicated sometimes) and purely compiled languages.
Member
Posts: 11,643
Joined: Dec 18 2006
Gold: 340.00
Jul 10 2013 07:13am
Wow thanks for the info ^_^
Member
Posts: 27,942
Joined: Nov 6 2006
Gold: 55,141.00
Jul 11 2013 05:24pm
I just recently started codeacademy myself. I'm done with most of the HTML and have just started a bit of CSS. I enjoy that I can go at my own pace and continually progress. If anything I want to learn enough of the basics so that when I'm talking to someone about a web development idea I can at least somewhat understand what is possible and be able to communicate with an expert more efficiently. Hopefully over a few years I'll learn enough to work on my own ideas myself. I just hope the languages dont get outdated by the time I learn them (not sure if its even a realistic worry).
Go Back To Programming & Development Topic List
Prev12
Add Reply New Topic New Poll