-
as seen on Programmers
- Search for 'Programmers'
Some programming languages are modeled on machine code, like assembly languages. Other languages are modeled on a natural language, the English language. Others are not modeled on either machine code or natural language. Languages such as PROLOG, for example, don't follow either model.
I came across…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What are the advantages and limitations of dynamic type languages compared to static type languages?
See also: whats with the love of dynamic languages (a far more argumentative thread...)
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
Are all those markup languages programming languages?
For example XML or HTML are programming languages?
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I get confused when people try to make a distinction between compiled languages and managed languages. From experience, I understand that most consider compiled languages to be C,C++ while managed languages are Java,C# (There are obviously more, but these are just few examples). But what exactly is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
As a follow up to this question What are the advantages of built-in immutability of F# over C#?--am I correct in assuming that the F# compiler can make certain optimizations knowing that it's dealing with largely immutable code? I mean even if a developer writes "Functional C#" the compiler wouldn't…
>>> More