From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1012B1F5AD; Wed, 8 Apr 2020 22:17:42 +0000 (UTC) Date: Wed, 8 Apr 2020 22:17:41 +0000 From: Eric Wong To: Leah Neukirchen Cc: meta@public-inbox.org Subject: Re: [PATCH] doc: add technical/whyperl Message-ID: <20200408221741.GA10142@dcvr> References: <20200407094940.14962-1-e@yhbt.net> <87r1wyjlop.fsf@vuxu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87r1wyjlop.fsf@vuxu.org> List-Id: Leah Neukirchen wrote: Did you forget reply-all? Re-adding Cc: meta@public-inbox.org since you've already posted there in the past. > Eric Wong writes: > > > Some people don't like Perl; but it exists, there's no > > avoiding it with everything that depends on it. And > > nearly all code still works unmodified after 20 years. > > > + Furthermore, Perl documentation is typically installed as > > + manpages, allowing users to quickly access and learn it > > + offline. > > I absolutely don't mind using Perl, but I cannot say this is true. > I tried to learn Perl from the man pages, and things got sooo much > clearer once I picked up the Camel book. The man pages are good for > reference, but not for learning from scratch. Interesting, thanks for the comment. I'll reword it, how about: Furthermore, Perl documentation is typically installed locally as manpages, allowing users to quickly refer to documentation as needed. ? Fwiw, I guess my own learning experiences are atypical. I've never picked up a book on Perl or any language/skill I'm familiar with. Mainly source diving, manpages, lurking on mailing lists, archives, newsgroups, etc. along with lots of trial-and-error. It's all very scattered (like my brain :x), and I suppose it's reflected in how public-inbox works and gets developed; including my aversion to centralization and unnecessary structure in things such as trackers with labels/priorities.