Day 02 – Preferred programming language?

This post is part of my 30 days of geek challenge.

PHP > SEX

As much as this will make some of you gag and want to cause me physical pain (or more so than normal anyway) I have to admit to being a complete and utter PHP fanboy. :-O

Yes, PHP is quirky at times, but it’s fast, lightweight, easy to develop simple or complex systems with and has a huge number of useful functions and extensions.

I love it’s multi-dimensional hashes/associate arrays, it’s syntax style and the way it feels to write and engage with, it suits me just right. :-)

The other fantastic reason why I love PHP is the vast amount of resource information available online via php.net – being able to lookup any function and see not only the official documentation, but also hundreds of user submitted comments and examples is fantastic.

I’ve developed many major web application projects in PHP (these days mostly in object orientated MVC-style structures) including:

PHP has a bad rep for being “insecure” which is more a problem with stupid configurations (eg register_globals) or the fact that a lot of new programmers start with PHP and don’t always understand the security implications of developing for the web.

Aside from PHP, I’m pretty fluent with Perl (although I kind of hate it) and know bits of C/C++ although not enough to code anything that exciting, my C knowledge is mostly enough to fix a bug in some existing code or hack in a new feature in a simple application.

I want to expand my C++ knowledge and I’m considering looking at Java (for writing apps for Android) as well as possibly experimenting with Python, Ruby or one of these other new  cool languages that people are using. :-)

This entry was posted in Uncategorized and tagged , . Bookmark the permalink.

6 Responses to Day 02 – Preferred programming language?

  1. Jack Scott says:

    Maybe if you’re short of blog post ideas one day, you could write down some of your favourite PHP configuration options, especially re: security?

    • Jethro Carr says:

      cheers, that would be a pretty good idea – a post on “PHP security essentials” kind of thing showing what todo vs not-todo.

  2. Simon Welsh says:

    PHP is fast? Have you been sniffing glue again?

    (I suppose being a C-whore kinda means almost everything’s slow. Including C++)

  3. Luke G says:

    If you think PHP just “feels” right, then your perception about the whole language might very well change once you start experimenting with Ruby.

    From a Ruby & Rails Fanboy.

Leave a Reply to Michael Wheeler Cancel reply