Top "Programming-languages" questions

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

What language is .NET Framework written in?

The question I always wanted to ask and was afraid to, actually - what language is .NET Framework written in? …

.net c++ programming-languages
how to use quad core CPU in application

For using all the cores of a quad core processor what do I need to change in my code is …

c++ programming-languages freebsd
Mathematica: what is symbolic programming?

I am a big fan of Stephen Wolfram, but he is definitely one not shy of tooting his own horn. …

programming-languages haskell functional-programming wolfram-mathematica
What is a good example to show to a non-programmer to explain what programming "looks like"?

A friend of mine asked me the other day if I'm just looking at lists of numbers when I'm programming, …

programming-languages
Programming for Multi core Processors

As far as I know, the multi-core architecture in a processor does not effect the program. The actual instruction execution …

programming-languages hardware parallel-processing multicore processor
Boo vs C# vs Python?

Compared to C#, Boo feels a bit more Pythonic but it's also compiled down to .NET MSIL. I liked its …

c# python programming-languages boo
What programming languages are good for statistics?

I'm doing a bit more statistical analysis on some things lately, and I'm curious if there are any programming languages …

programming-languages r statistics libraries
What does composability mean in context of functional programming?

What do functional programmers mean when they say a certain thing is composable or not composable? Some of the statements …

programming-languages functional-programming
create my own programming language

Possible Duplicates: References Needed for Implementing an Interpreter in C/C++ How to create a language these days? Learning to …

c++ compiler-construction programming-languages interpreter
What are the key differences between OO in Smalltalk and Java?

What are the key differences between OO in Smalltalk and Java? Please note that I am a Java programmer trying …

java oop programming-languages smalltalk