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 4 of 4
  1. #1
    ada ava's Avatar
    Newbie - NLP

    Status
    Offline
    Join Date
    May 2011
    Posts
    1
    Downloads
    0
    Uploads
    0

    is Perl much simpler than Java, if yes, why?

    is Perl much simpler than Java, if yes, why

  2. #2
    Not at all. Perl is very terse and cryptic. Java has long, descriptive naming.

    Both were made to make web programming easier.

  3. #3
    martinthurn's Avatar
    Senior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    183
    Downloads
    0
    Uploads
    0
    Java is extremely verbose -- you need to do a LOT of typing to get anything done. Perl has a lot more built in functions to do general-purpose things. How do you reverse an array in Java? I have no idea. In Perl?
    @b = reverse @a; # easy! intuitive! simple!
    Java's strict typing is nice -- but a good programmer doesn't need the language to enforce that. Perl is loosely typed -- it does what you mean, while Java demands that you do things its way.
    I could go on and on but I hope you get the idea.

  4. #4
    martinthurn's Avatar
    Senior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    183
    Downloads
    0
    Uploads
    0
    Java is extremely verbose -- you need to do a LOT of typing to get anything done. Perl has a lot more built in functions to do general-purpose things. How do you reverse an array in Java? I have no idea. In Perl?
    @b = reverse @a; # easy! intuitive! simple!
    Java's strict typing is nice -- but a good programmer doesn't need the language to enforce that. Perl is loosely typed -- it does what you mean, while Java demands that you do things its way.
    I could go on and on but I hope you get the idea.

 

 

Quick Reply Quick Reply

Click here to log in


How many letters in the word Rabroad

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. is Perl much simpler than Java, if yes, why?
    By ada ava in forum Discuss PERL
    Replies: 0
    Last Post: 06-24-2011, 11:21 AM
  2. is Perl much simpler than Java, if yes, why?
    By ada ava in forum Discuss PERL
    Replies: 0
    Last Post: 06-24-2011, 11:21 AM
  3. Replies: 0
    Last Post: 04-16-2010, 09:02 AM
  4. Replies: 0
    Last Post: 04-12-2010, 04:31 PM
  5. C++ Perl Java, oh my?
    By Jeremiah in forum Discuss PERL
    Replies: 0
    Last Post: 08-12-2009, 02:08 PM

Bookmarks

Posting Permissions

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