←back to thread

133 points avan1 | 3 comments | | HN request time: 0.65s | source
1. forgotmypw17 ◴[] No.45078980[source]
I do this with Perl.

One of the reasons I like Perl is because of its high committment to backwards compatibility.

I like PHP because it's so easy to set up an installation of my app, but the breaking changes have bit me hard in the past, so I try to minimize its use.

Together, it's a great combo.

replies(1): >>45079468 #
2. phplovesong ◴[] No.45079468[source]
How is php easy to setup?
replies(1): >>45080651 #
3. forgotmypw17 ◴[] No.45080651[source]
Step 1: Copy the files.

Step 2: (There is no step 2.)