Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Branzers's Avatar
    Junior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    13
    Downloads
    0
    Uploads
    0

    Is Perl good for making social networking sites? If not what is?

    I am a lone programmer interested in making social networking sites. I bought a book on ruby on rails to make social networks but its plain awful and confusing and nothing works. PHP is ridiculous. Im looking at perl and my freind tells me its easy. Is it good for making social networking sites? If not what is?

  2. #2
    joe.attaboy's Avatar
    Senior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    227
    Downloads
    0
    Uploads
    0
    First, a bit of advice: stop listening to your friends, and don't pay too much attention to some of the answers you get here.

    PHP is not ridiculous. PHP is about as straightforward a scripting language you can use, and it's similarities to other languages makes it easy to learn. It is the most popular web development language in the world. It's designed for web development, and it's ability to natively integrate with databases like MySQL makes it great for building complex applications. Like social networking sites.

    The guy above me said the PHP was "partially based on Perl." Well, you can ignore him, because that simply isn't true: Perl has been around as a scripting language since the early-1980s, and only became useful for web programming when the web became popular in the early- to mid-90s. PHP was developed specifically for use on the web.

    The differences between the two languages are sometimes subtle and sometimes striking. They use completely different object models. Perl's use of objects was added on in version 5, and it only now being rewritten for the coming version 6. PHP's object model changed between versions 4 and 5, but has been pretty stable throughout, and is more naturally integrated into the overall language.

    You can use Perl for anything, You can use PHP for almost anything. Which one you use depends on your personal preferences, but if you're looking at history as an example, PHP is used in far more popular sites. Cold Fusion is a commercial package that's expensive and simply not as widely used any more.

    Learning Perl is not "easier' than learning PHP. In fact, having worked professionally with both, I would say PHP is an "easier" language to learn from a zero-knowledge point. If you think PHP is "ridiculous", you might want to consider doing something else.

 

 

Quick Reply Quick Reply

Click here to log in


What comes after M0nday

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. History of Social Networking Sites?
    By Shadow in forum Discuss History
    Replies: 2
    Last Post: 10-03-2009, 08:59 AM
  2. Replies: 0
    Last Post: 08-17-2009, 03:04 PM
  3. Replies: 1
    Last Post: 06-12-2009, 11:29 AM
  4. Replies: 3
    Last Post: 06-08-2009, 01:02 AM
  5. Replies: 1
    Last Post: 06-03-2009, 12:58 PM

Bookmarks

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •