Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: perl's long term place in bioinformatics?

by llancet (Friar)
on Jan 13, 2010 at 04:42 UTC ( [id://817098]=note: print w/replies, xml ) Need Help??


in reply to perl's long term place in bioinformatics?

I've been using perl in bioinformatics for 2 years. It's a good language for bioinformatics, for it has well supported biological suite (bioperl) and convenient text parsing. It's good at glue different biological programs together.

Comparing with other languages, it seems that C/C++ don't have a widely accepted "standard" biological suite like bioperl, and you're not likely to cope with seg fault in daily work. So don't use C/C++ unless run-time efficiency is critical. Java is another good choice, because its object system is much stronger than perl, and have Biojava. However, when working with string, I think perl is more convenient. So if you are going to make some large program, you may consider Java.

Python and Ruby may also be good choices, but I don't know much about those languages.
  • Comment on Re: perl's long term place in bioinformatics?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://817098]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-20 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found