Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: i want to learn programming language
by moritz (Cardinal) on May 08, 2008 at 10:31 UTC | |
Perl has a strong culture and strong tools for testing, and therefore is very useful if you want to test software (or perhaps even hardware, for that matter). But of course you have to check first if perl is available for the platform you're using. | [reply] |
|
Re: i want to learn programming language
by Pancho (Pilgrim) on May 08, 2008 at 12:55 UTC | |
Ravi, I am kind of curious how you landed in PerlMonks in the first place? It should be no surprise to you that the Perl Monks would advise... well... Perl. A couple of things to consider: What programming languages do they use in your shop? Do you have any programming experience at all? Do you do better learning from books and seeing examples or from a classroom course type experience? If you have little to no experience, the book path works for you and you are considering Perl then I would suggest getting a copy of Learning Perl by Tom Phoenix. Good luck,
Pancho
| [reply] |
|
Re: i want to learn programming language
by locked_user sundialsvc4 (Abbot) on May 08, 2008 at 16:23 UTC | |
Ravi, Perl is a fine choice. Once you get your first language under your belt, the second will be easier and the third one easier still. Here are a few things to prepare-for and expect in your self education: And you find that you love it. You've never worked harder but it works, and by golly, it works well. Very well. A user passes you in the hallway and says, “hey, that program you wrote really helped me.” Wham! A new hole opens up in the ceiling... | |
|
Re: i want to learn programming language
by samtregar (Abbot) on May 08, 2008 at 16:52 UTC | |
-sam | [reply] |
|
Re: i want to learn programming language
by Jenda (Abbot) on May 10, 2008 at 22:12 UTC | |
Plz, lrn2spel. We might be able to decifer you leetspeak, the computer will not be so forgiving. Plz in place of "please" works, somehow. "prnt $x" instead of "print $x" will not. Unless you do learn to pay attention to details and "cross your "t"s and dot your "i"s", programming will be a very frustrating experience. If you learn at the same time to pay attention to the way you ask for help and write so that your posts are easy to read instead of kewl, all will be well. P.S.: Asking for an email reply in a web forum or newsgroup is generaly considered rude. You asked for some help, let us at least do it in a way that might make the replys helpful to other people in a similar situation. | [reply] |
|
Re: i want to learn programming language
by talexb (Chancellor) on May 09, 2008 at 14:31 UTC | |
Your question is a bit vague, but I can give you some pointers. Oh, and have fun! | [reply] |
|
Re: i want to learn programming language
by Gavin (Archbishop) on May 08, 2008 at 17:57 UTC | |
I second Java like samtregar for phone languages but feel you would be better off starting with Visual Basic and then moving on to Java. I started with C++ then Java and found both heavy going to start with then moved on to VB and then back to Java and Perl coming back after learning a bit of VB made things a lot easier and if I had to do it again I would start with VB. | [reply] |