http://qs321.pair.com?node_id=1203766


in reply to Re^2: Modern Perl 4th Edition
in thread Modern Perl 4th Edition

There is no chapter about Perl ability to call C

What I love about Modern Perl is that I can throw it at an accomplished programmer and they can "get" Perl really quickly. Because it is short. And well-written. And doesn't waste time on beginner stuff. So I personally applaud chromatic for focusing on the core language.

Note that calling C from Perl (and vice versa) is covered in Extending and Embedding Perl (a 384 page book focusing just on that topic).

There is no chapter about Perl debugger
From one point of view, using tools -- such as a debugger, or profiler, or IDE, or refactoring browser, or static code analyser, or memory/cache/heap/thread checker, or code coverage analyser, or pod coverage analyser, or code formatter, or documentation generator, or ...) -- is not part of the language itself, and so has no place in a book focusing on that. Well, that is presumably the view taken by Modern Perl and The C++ Programming Language, for example.

OTOH, Programming Perl (weighing in at 1176 pages!) does include a chapter on the Perl debugger. As does Mastering Perl.

A few debugger quotes from some famous programmers:

Update: Added some quotes from the famous programmers to indicate why they dislike debuggers.

  • Comment on Re^3: Modern Perl 4th Edition (on Debuggers)

Replies are listed 'Best First'.
Re^4: Modern Perl 4th Edition (on Debuggers)
by eyepopslikeamosquito (Archbishop) on Nov 21, 2017 at 05:42 UTC