http://www.perlmonks.org?node_id=551348


in reply to Re^2: If I could only own one Perl book, it would be:
in thread If I could only own one Perl book, it would be:

Works that way for me, I think better with a paper and pen.

I don't write out programs on paper, but I usually start by sketching out classes and methods on paper. The end result is faster than going directly to keyboard (for non-trivial problems).

I voted for Programming Perl, because it is complete.

My favorite Perl book is the first Advanced Perl, since I did Perl 4 before reading it (so others could read). I realized what I had been missing out of. I love it dearly.

(Update: Saw a few comments further down that Bart agrees with me.)

  • Comment on Re^3: If I could only own one Perl book, it would be:

Replies are listed 'Best First'.
Re^4: If I could only own one Perl book, it would be:
by sarani (Sexton) on May 24, 2006 at 14:36 UTC
    Ah, but you never had to submit assignments of code on paper did you? (I do, though not in Perl, not yet. No lecturer knows perl. All of us students are entirely man-page-taught or The-Camel-taught.)
    It just makes no sense to submit stuff that way, considering that if it were a complete program on a computer, you just compile and run and you find out if the thing works...

    I totally understand about sketching out the idea on paper, I do that too - and my intention was not to cast stones (rocks? pebbles? what is the correct usage?) on that practice. Just a bit of college student spleen being vented, hopefully offending no one. :)

      Ah, but you never had to submit assignments of code on paper did you?

      Well as it happens I did - on eighty column coding sheets that were hand checked by the lecturer and then entered by a punch card operator. Of course this wasn't Perl.

      /J\

        Ouch
        *Attempts to extract foot from mouth*
        *Fails miserably*
      Ah, but you never had to submit assignments of code on paper did you?

      Yes. We called them "printouts". :-)

      Proofs that a given algorithm worked in a given way would be written by hand on paper; anything that could be run submitted online, with documentation, and paper printouts for the convenience of the teaching assistants who graded most of the assignments.

      It was easier for the TAs to run a test suite against the code; verify minimal correctness, and *then* audit the paper copies of the code for style and correctness, and submitting code online just made their lives a bit easier.

      Some prof in a data structures class gave an assignment that basically said: "Implement a linked list datastructure in your language of choice"; some guy I knew decided to use Perl (which has list processing pretty much built in). The prof was not pleased; but gave full marks. He was more specific about choice of language the next time. That was back in 1993, so yes, professors know about Perl by now. They may or may not like it, but they know about it.

      --
      Ytrew

        *sigh*
        *Sttempts another extraction of the foot from mouth kind*
        *fails again*

        I believe the phrase is *eats crow* :)