From owner-freebsd-questions@freebsd.org Fri Jul 1 18:50:16 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F417CB8F943 for ; Fri, 1 Jul 2016 18:50:15 +0000 (UTC) (envelope-from bsd_atog@comcast.net) Received: from resqmta-ch2-12v.sys.comcast.net (resqmta-ch2-12v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "resqmta-po-01v.sys.comcast.net", Issuer "COMODO RSA Organization Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C644B21B4 for ; Fri, 1 Jul 2016 18:50:15 +0000 (UTC) (envelope-from bsd_atog@comcast.net) Received: from resomta-ch2-19v.sys.comcast.net ([69.252.207.115]) by resqmta-ch2-12v.sys.comcast.net with SMTP id J3VVbpA67TD5UJ3W2bbagN; Fri, 01 Jul 2016 18:50:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1467399014; bh=2WBB+ZDWFszcFBJEKOmMC9Vq2NsUziUJw0PM83an6Y8=; h=Received:Received:Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; b=FVl0nmSAnf+J7H8vJCqr3eS+YSOowONB/vpSqzRDxnUMeiQmAaNlc5TR+KtesOdrL +vP/F0IBayvacFSjutBDZDebKIir9W7aq/wZZ0/itAMAZCcTlUnK88JiUukjTKmlA7 hjzT3eYGtGWcTA9Jkn+qPfoWkfiHAMrUNaxS75qmk1u7i7rHBqQnj5RsoqJ/D6tO2T uyv6HN8PaDe2EL8VbIDkuzFJRZqHGDFLyb9ChcUJQarRFZAAF8ozEoDMCYqZfF9LzV KaVMChIxrBo3j6cyYan5oBIm/cdgCBWz4T9gI69skAIQWXn1X3A2uLwawcw7M5XV05 ee8PR106oW3hQ== Received: from KoggyBSD.org ([68.60.93.182]) by resomta-ch2-19v.sys.comcast.net with comcast id DWqD1t00Y3w4emU01WqExw; Fri, 01 Jul 2016 18:50:14 +0000 Date: Fri, 1 Jul 2016 14:49:42 -0400 From: Allen To: freebsd-questions@freebsd.org Subject: Re: "Simple" Languages in FreeBSD Message-ID: <20160701144942.703931a4@KoggyBSD.org> In-Reply-To: References: <20160630175243.063e07a7@KoggyBSD.org> <20160701095652.17036e6fe1e467ee64adc9f7@sohara.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; i386-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2016 18:50:16 -0000 On Fri, 1 Jul 2016 07:50:18 -0400 Ultima wrote: > If perl has been decided, I suggest learning rperl instead of regular > perl. They more or less the same, except in that rperl has a stricter > syntax usage (correct me if I'm wrong, not an expert). It will > compile it into a c blob and be much faster than regular perl. One of > the compile settings was 400ish times faster? Yeah... if I were to > learn perl, it would definitely be rperl. Honestly I've never even heard of RPerl. I'll look into that for sure. Thank you for the reply, and Honestly I'd never heard of it. I do have the Learning Perl Book, and I've also got a bunch of Books I've downloaded for Perl, and I have a decent amount of books on each of the three (Python, Perl, Ruby) so I could do that. But I'm going to look into RPerl, as that sounds very interesting to say the least. Thanks again! > On Fri, Jul 1, 2016 at 6:22 AM, krad wrote: > > > Depending on the problems you are tackling it may also be worth > > thinking about things at a higher level as well. eg if you are > > doing systems maintenance/automation look at something like > > ansible. It's not programming in an traditional sense, but it can > > make things a lot easier to do, especially if you are doing things > > at scale. There are other config management tools out there (chef, > > puppet, salt, fabric etc) but ansible is relatively easy to setup > > and get going, and will utilise anything you learn in python very > > well. Don't be put off by the fact you may only have a small number > > of machines, it still makes life easier. Yea I'm not in charge of any machines other than the ones I have in my home, and I used to have 11 Computers I used for various tasks, like one machine was a Linux box that I used mainly for making Music with LMMS, and I do enjoy making Music; I play Instruments, and I also use Computers to make music as well. Most of it ends up being Industrial sounding, and I've gotten a lot of compliments for how I use Samples and things from other people. I also make Punk, and some weird mixes of Rock-A-Billy / Psychobilly, and Metal, and then I've also made some weird stuff that sounds sort of like "Heavy techno" lol. Then I have the very first Computer I ever bought, which is still kicking lol. I use that as my FTP Server so that my Wife and I can back up stuff to one machine, and then from there, back up to USB Drives and CDs and so on. I do a lot of back ups because I've destroyed my file systems a few times, unlinked a File System or two, and even had physical damage to machines, so I try to stay up on back ups and things. Thanks again everyone, I really appreciate any opinions, and I'm looking into a lot of stuff now. I really was surprised about RPerl, I'd never heard of that before, and so it's nice to see something new from a question. Thanks very much everyone, -Allen