Tagged Questions

208
votes
64answers
11k views

Defend PHP; convince me it isn’t horrible [closed]

I made a tongue-in-cheek comment in another question thread calling PHP a terrible language and it got down-voted like crazy. Apparently there are lots of people here who love PHP. So I'm genuinely …
136
votes
121answers
14k views

What are five things you hate about your favorite language?

There's been a cluster of Perl-hate on Stackoverflow lately, so I thought I'd bring my "Five things you hate about your favorite language" question to StackOverflow. Take your favorite language and …
108
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 …
101
votes
48answers
5k views

Language Books/Tutorials for popular languages

It wasn't that long ago that I was a beginning coder, trying to find good books/tutorials on languages I wanted to learn. Even still, there are times I need to pick up a language relatively quickly …
52
votes
26answers
5k views

Does the D programming language have a future?

I stumbled several times over D and really asked myself why it isn't more popular. D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with …
44
votes
41answers
3k views

Why no love for SQL?

I've heard a lot lately that SQL is a terrible language, and it seems that every framework under the sun comes pre-packaged with a database abstraction layer. In my experience though, SQL is often …
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 …
40
votes
113answers
5k views

Did you ever switch from one programming language to another?

The stereotypical programmer is very keen on writing software in one particular programming language and is very fanatic about defending their programming language in any way they can, without being …
39
votes
30answers
3k views

Simple but powerful programming language for a hobby software project

Long time back, I used to do some home projects in Basic. It was fun and I could get things done without reading tons of documentation (or whatever documentation was available at that time). I guess …
38
votes
61answers
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 …
38
votes
94answers
6k views

What do you consider the 1st principle(s) of programming?

I always liked to ask myself "what's the first principle(s) of this?" after I learned the basic stuff of something (e.g. programming). It's an inspiring question, IMO, that can force you to think …
36
votes
17answers
1k views

At what point does a config file become a programming language?

I have been mulling over config files and their relationship to code for a while now and depending on the day and direction of the wind my opinions seem to change. More and more though I keep coming …
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 …
32
votes
39answers
4k views

Why isn’t LISP more widely used?

I've heard a lot of people espouse the capabilities of LISP and its omnipotent macros. If LISP is such a great language, why isn't it being adopted more? What problems is LISP facing that is holding …
31
votes
40answers
3k views

What are the things Java got wrong?

I read a lot of blogs and see people all the time talking about bad things in the java programming language; a lot of them are about annotations and generics that were added to the language in 1.5 …

1 2 3 4 5 66 next
15 30 50 per page