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


in reply to Re: I'm back, sorta
in thread I'm back, sorta

Aloha friend, a few comments:

How would an intro to compsci be different for Perl programmers than any other programmer? For that matter, would it even be different enough from existing texts to warrant a separate book with a narrower target audience? With regards to functional programming, that is covered to some extent in every Perl book. You might also want to look at Computer Science and Perl Programming (slightly misleading title).

As for Perl books (assuming you mean Perl 5), I think the market has been adequately saturated. There are a great deal of very high quality books on almost every Perl 5 topic around. I think most people would much rather see efforts be focused on Perl 6 and Parrot documentation.

Also of consideration is the fact that writing books isn't for everyone. While you can learn a fair bit while writing a book, many people find it incredibly tedious work. You're mostly just translating what you already know into format that other's can learn easily from. Often you do not acquire much new technical knowledge in the process. This is why documentation for many open source projects lags behind. Don't let this discourage you though, sharing knowledge is an truly altruistic endeavour.

Thanks for your time :)