A programming language is an artificial language designed to express computations that can be performed by a machine.
I have an exe file and I decompiled it with Ida. I was told the program coded in Delphi, so …
programming-languages exe decompilerWhat's the difference between: Asynchronous, Non-Blocking, and Event-base architectures? Can something be both asynchronous and non-blocking (and event-based)? What's most …
programming-languages asynchronous blocking nonblocking event-based-programmingWhat are the relative strengths and weaknesses of compiled and interpreted languages?
compilation programming-languages computer-science interpreterWhat file extensions are used most commonly by different languages? Please don't put source file names (like .java) but rather …
language-agnostic programming-languages file-extensionI'm now learning Perl. What are the pros and cons of the interpreted languages?
programming-languages interpreted-languageI have just started learning Python & have come across "namespaces" concept in Python. While I got the jist of …
python programming-languages namespacesI'm not sure how to do this... function f1() { var x = 10; function f2(fx) { var x; x = 6; fx(); }; function f3() { …
binding programming-languages dynamic-binding static-bindingI have been working as a manual tester and documentation (Test plans etc.) personnel in a company's software/IT division. …
testing programming-languages automated-tests manual-testingI am working on an embedded system running Linux on a DSP. Now we want to make some parts of …
scripting programming-languages embedded luaThe vanilla adjective appears in many places: plain-vanilla java, vanilla javascript: what does it exactly mean? From context, is seems …
programming-languages terminology