A programming language is an artificial language designed to express computations that can be performed by a machine.
When using .contains() on an ArrayCollection in Flex, it will always look at the memory reference. It does not appear …
apache-flex programming-languages arraycollectionIf functional programming languages cannot save any state, how do they do simple stuff like reading input from a user? …
oop programming-languages haskell functional-programming paradigmsIs there a ranking or table of the number of reserved keywords in various programming languages? I do not need …
programming-languages keywordWhat are the programming languages that compile to native code and which have provided a comprehensive library with them? Libraries …
programming-languages code-generation nativePython is the nicest language I currently know of, but static typing is a big advantage due to auto-completion (although …
python programming-languagesI want to know what is call-by-need. Though I searched in wikipedia and found it here: http://en.wikipedia.org/…
programming-languages evaluation call-by-value evaluation-strategy call-by-needWhat programming languages support arbitrary precision arithmetic and could you give a short example of how to print an arbitrary …
programming-languages bigdecimal arbitrary-precisionI sometimes need to look for information for a special portion of code. When this code concerns or contains a …
search programming-languages special-charactersWhat does it mean that a programming language is a formal programming language? And which languages are formal programming languages? …
programming-languages formal-languagesI'm trying to understand what single and multiple dispatch are, exactly. I just read this: http://en.wikipedia.org/wiki/…
c# programming-languages multiple-dispatch single-dispatch