4
votes
10answers
779 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 …
1
vote
3answers
35 views
Block Websites Under Certain Conditions
I'd like to create a simple program that will block certain websites for the user under certain conditions (e.g. after 7:00pm if homework is due the next day). This would be just a programming …
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 …
26
votes
63answers
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 …
33
votes
40answers
4k 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 …
3
votes
14answers
273 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.?
…
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 …
0
votes
7answers
504 views
Boo vs C# vs Python? [closed]
I was (yes, was) a Python (and before VB6) lover until tried to create GUI applications. It is very (very) difficult to create a GUI, and making executables (A hello world app was 2 MB).
Then, I …
3
votes
6answers
189 views
What would be a good programming language (or a set of libraries for C++) to interface with electronic components (stepper motors etc.)?
I'm not an electronics guy, so I might not be able to explain precisely what I need. This is a question a friend keeps asking me.
What my friend is looking for is a programming language that would …
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 …
2
votes
12answers
1k views
Study Objective-C , Ruby OR Python?
hi Guys,
I am working on C++ since last 4-5 years . Recently I have bought iphone and macbook and want do do some programming for iphone.
So I have started reading one book about Objective-C. I …
6
votes
16answers
572 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
14answers
657 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 …
6
votes
25answers
1k 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 …
