A programming language is an artificial language designed to express computations that can be performed by a machine.
I see a lot of talk on here about functional languages and stuff. Why would you use one over a "…
programming-languages functional-programmingThis is PascalCase: SomeSymbol This is camelCase: someSymbol This is snake_case: some_symbol So my questions is whether there …
programming-languages naming-conventions terminologyCan somebody please explain the main differences? I don't have a clear knowledge about these functions in programming for any …
queue programming-languagesAfter reading some material on this subject I'm still not sure what the difference between a compiled language and an …
java javascript programming-languagesso when you initialize an array, you can assign multiple values to it in one spot: int array [] = {1,3,34,5,6} but what …
c++ arrays programming-languages syntaxI was wondering if there were any files in which I could set the -std=c99 flag, so that I …
c programming-languages c99I came across the term duck typing while reading random topics on software online and did not completely understand it. …
programming-languages duck-typingWhat makes a language a scripting language? I've heard some people say "when it gets interpreted instead of compiled". That …
programming-languages scripting terminology semanticsWhat are the advantages and limitations of dynamic type languages compared to static type languages? See also: whats with the …
programming-languages dynamic-languages type-systemsPossible Duplicate: Which programming languages can I use on Android Dalvik? Mostly, Android applications are written in Java. But i …
java android scala programming-languages scripting