A programming language is an artificial language designed to express computations that can be performed by a machine.
What is, in your opinion, the most surprising, weird, strange or really "WTF" language feature you have encountered? Please only …
language-agnostic programming-languagesI hear a lot that new programming languages are dynamically typed but what does it actually mean when we say …
programming-languages computer-science static-typing dynamic-typingI was just wondering who knows what programming languages Windows, Mac OS X and Linux are made up from and …
windows linux macos programming-languages operating-systemCan anyone explain the difference between Scripting Language and Programming Language please? Also can you state some examples for each. …
scripting programming-languages scripting-languageIt seems to be a mainstream opinion that assembly programming takes longer and is more difficult to program in than …
c programming-languages assemblyPossible Duplicate: Which programming languages can I use on Android Dalvik? Mostly, Android applications are written in Java. But i …
android programming-languages mobileWhat is the difference between syntax and semantics in programming languages (like C, C++)?
syntax programming-languages semanticsI'm trying to get a better understanding of the difference. I've found a lot of explanations online, but they tend …
java python compiler-construction programming-languages interpreterThere is a lot of hype around Haskell, however, it is hard to get information on how it is used …
haskell functional-programming programming-languagesDoes it mean that two threads can't change the underlying data simultaneously? Or does it mean that the given code …
multithreading language-agnostic programming-languages concurrency