Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: What book would be valuable to someone self-taught?

by perl.j (Pilgrim)
on Oct 27, 2011 at 19:03 UTC ( [id://934218]=note: print w/replies, xml ) Need Help??


in reply to What book would be valuable to someone self-taught?

Learn a New Language

That's the best advice I can give you. Perl is a great, powerful language, don't get me wrong there. But you don't have to be stuck with Perl forever. There are not many ways to take a step up from Perl, as it truly is extremely powerful. But taking a step down will only help you.

You can learn C or C++ as they are great languages, but are pretty limited compared to Perl. Because Perl has most of the functions that C uses, this will help you when you use Perl, as I can almost guarantee you have not used everything Perl has to offer.

You could also shift to another language that is comparable to Perl, such as Python. I have never used Python before, but I've heard it is extremely powerful and pretty cool (not as cool as Perl of course).

As for the books...

  • Pragmatic Programmer
  • Programming Pearls
--perl.j
  • Comment on Re: What book would be valuable to someone self-taught?

Replies are listed 'Best First'.
Re^2: What book would be valuable to someone self-taught?
by aaron_baugher (Curate) on Nov 07, 2011 at 01:30 UTC

    Another option would be to learn a different language that tends to force you to think in different ways. I've mostly used Perl in procedural ways, because that was my background from assembly and BASIC and C, so lately I've been dabbling with Lisp/Scheme, to get more comfortable with functional programming and concepts like closures and first-class functions. You can do functional programming in Perl, and some recent books like Higher Order Perl get into that; but a language like Lisp practically demands it, and tutorials include it as par for the course. Getting out of my comfort zone helps me to stop thinking, "Yeah, but why not just do it the way I've always done it?" and immerse myself in this different way of solving problems. Then I can come back to Perl and apply what I've learned.

Log In?
Username:
Password:

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

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

    No recent polls found