4
votes
17answers
2k views
What programming language is most popular today?
Based on the tags page here, C# is the big winner.
Freshmeat lists far more C projects than anything else.
27
votes
133answers
5k views
What dead programming languages do you know?
For the purpose of this question, let's define a dead programming language as one for which you cannot buy a newly manufactured piece of hardware and install an operating system which will let you run …
8
votes
2answers
89 views
Exactly what is the difference between a “closure” and a “block”?
I've found that lots of people use the words closure and block interchangeably. Most of these people can't explain what they're talking about.
Some Java programmers (even ones from really expensive …
1
vote
4answers
135 views
Why purely functional languages instead of “impure” functional languages?
What's the advantage, for someone who is not a theoretical computer scientist, of learning a purely functional language like Haskell or Erlang instead of an "impure" language with a strong functional …
1
vote
4answers
110 views
To which programming language should i switch my project?
I have a large program written with my own patched version of the GNU Eiffel (SmallEiffel) compiler. While i love the language i'm running into the problem that the compiler is O(n^2) or worse on the …
3
votes
3answers
54 views
What is Method Dispatch?
What is Method Dispatch? I can find several concrete examples, but an abstract definition of method dispatch eludes me. Anyone care to venture theirs?
0
votes
3answers
20 views
Good information about type systems based on contracts/constraints?
Hello!
Problem:
I am looking for good introduction about type systems,
which are based on contracts/constraints
(sorry, I don't remember which term one is appropriate for a type system).
I need …
3
votes
6answers
730 views
Maximum Method Name Length
Does anyone happen to know what the maximum length of a method name is in your programming language of choice? I was going to make this a C# specific question, but I think it would be nice to know …
107
votes
57answers
7k views
What’s your take on the programming language Go?
I've just been told about a new programming language, Go, developed at Google by such notables as Ken Thompson and Rob Pike. Does anyone have any experience with it so far? What are your thoughts …
37
votes
59answers
3k views
Which programming language is manageable by an 11 year old kid?
Possible Duplicates:
What is the easiest language to start with?
What are some recommended programming resources for pre-teens?
My son is 11 years old and he would like to learn a …
0
votes
5answers
134 views
What language and (possible) web application framework should I use to develop a high traffic web application?
I'm currently in the pre-planning stages of a solo web application development project for university, which has about a year as time constraint. The application will have certain wiki-like features …
-1
votes
12answers
195 views
Which programming language meets these criteria for GUI app development?
Desired Language Features:
Code Style: C/Java-like (No Python or Ruby)
Easy GUI development
Strong community support, widely documented (No Pike)
Object-oriented
Garbage Collection, no worrying …
0
votes
2answers
35 views
Dynamic languages Vs Static languages (can this two be together in the same place)
programming languages are grouped it 2 main classes "Dynamic" & "Static".
- Is this always the case a programming language is in one of them and not in both, I mean can a language be dynamic and …
0
votes
6answers
174 views
Programming languages that compile to native code and have the batteries included
What are the programming languages that compile to native code and which have provided a comprehensive library with them?
Libraries that includes functionality such as Networking, File IO, RegEx, …
13
votes
14answers
824 views
What Python features will excite the interest of a C# developer?
For someone who’s been happily programming in C# for quite some time now and planning to learn a new language I find the Python community more closely knit than many others.
Personally dynamic …
