Top "Programming-languages" questions

A programming language is an artificial language designed to express computations that can be performed by a machine.

Is it necessary to write else part in every if condition?

The question I asked might be closed, But i just want to know that is it necessary to write else …

programming-languages concept
How "low" does C go as a "low-level" language?

We often hear that C is a low-level language, but how low does it go? The lowest level I am …

c programming-languages low-level
Programmatically enabling/disabling hardware device

Possible Duplicates: [.NET] How do I disable a system device? Win32 API function to programatically enable/disable device Is there …

c# .net programming-languages hardware device-driver
How to approach creating a JVM programming language?

I have created a compiler in C (using Lex & Bison) for a dynamic typed programming language that supports loops, …

compiler-construction programming-languages jvm jvm-languages
Device Enable/Disable script

I have Windows 7 64 Bit Professional Edition on a computer I built myself so there is no manufacturer to ask. I …

scripting programming-languages audio windows-7-x64 device-manager
Is a statically-typed full Lisp variant possible?

Is a statically-typed full Lisp variant possible? Does it even make sense for something like this to exist? I believe …

programming-languages lisp static-typing
Alternatives to Object-Oriented Programming?

OOP is probably the most used programming paradigm in today’s software design. My question is – what other paradigm(s) …

language-agnostic oop programming-languages paradigms
Using Groovy MetaClass to overwrite Methods

I have a POJO that uses a service to do something: public class PlainOldJavaObject { private IService service; public String publicMethod(…

unit-testing programming-languages groovy mocking dynamic-languages
Languages used to write programs for satellite-missions?

Just out of interest , we know there's a lot of programming involved in the making of a satellite . Which languages …

programming-languages satellite
What programming language is most like natural language?

I got the idea for this question from numerous situations where I don't understand what the person is talking about …

programming-languages nlp