44
votes
78answers
6k views
What is the easiest language to start with?
What is the language with the lowest barriers to entry, simplest syntax, easiest setup. I'm aware that there's not a best language but I am sure that there will be one that's got a good score in all …
33
votes
40answers
5k views
Python v. Perl
Okay, so I'm finally making the jump into scripting languages and I have decided to focus on either Python or Perl. The problem is: I don't know which to cut my teeth on.
Most of my programming …
26
votes
64answers
3k views
Which programming languages have helped you to understand programming better?
Which programming languages not only make you more proficient in the particular language your are learning, but also have a direct impact on the way you think and understand programming in general; …
18
votes
26answers
2k views
Would you go back to VB.NET after getting C#?
I'd spent several years in the day job with VB.net. Out of work I'd flick between it and C# for different projects/hobbies.
Now that the day job is almost fully C#, VB.net is starting to look …
15
votes
23answers
1k views
What to Learn after C++?
I have been learning C++ for a while now, I find it very powerful. But, the problem is the the level of abstraction is not much and I have to do memory management myself.
What are the languages that …
8
votes
16answers
1k views
What are the best uses for each programming language?
I come from a web developer background, so I'm fairly familiar with PHP and JavaScript, but I'd eventually like to branch out into other languages. At this point, I don't have a particular direction …
8
votes
25answers
2k views
Which Programming Language Should I Learn?
I've decided, for educational purposes, I want to learn a new language every 2 years or so. Which language should I learn first? Why?
I'm proficient with C, C# and Java. Other than that, I really …
6
votes
16answers
573 views
What language is a good choice after PHP for a developer wanting to try something new?
I've been using PHP ever since I got a job in web development (late last year).
I currently have a desire to learn something new. I was considering Python.
Has anyone else been in this state of …
4
votes
12answers
202 views
Interested in a suggestion for a new programming language to learn to stretch my synapses a bit. [closed]
I've been programming with various imperative and object-oriented languages for nearly 30 years now. I'm interested in stretching my brain into new territory, and would like suggestions for a language …
4
votes
14answers
664 views
What language do I use for my project?
hi all!
I'm going to advise a company on a project soon, and I'm not too sure about what programming language I should advise.
It's a fairly straightforward (desktop based) application with a …
4
votes
10answers
787 views
Is there a stable Programming Language for Web Programming?
A renowned PHP user once said: There will be a relaunch in 2 years, anyway.
Those times are gone. Web applications that are older than 5 years are common. With the original developer(s) gone.
The …
4
votes
7answers
261 views
Which is the best pick?
Hi,
considering I have experience with Java SE: which language should I learn(and is best for that purpose) in order to build web applications some day with it? I have been contemplating PHP and Java …
4
votes
11answers
559 views
What are the pros of VB.NET?
Can anyone help me understand some of the pros (and some of the cons if they are constructive) of using VB.NET over say, C#?
4
votes
14answers
525 views
If you knew then what you know now, what language(s) will you start learning first?
I will probably start with C and then Lisp. Although I started programming in C, I did not program in it as much as I want. It's fun working with the low level stuff. Learning C helped me a lot when I …
3
votes
14answers
280 views
What programming language will enable me to enter a very long number without converting it to floating point?
What would be the best way to do the following.
Enter a very long number, lets say 500,000 digits long without it going into scientific notation; and then am able to do math with it, like +2 etc.?
…
