From owner-freebsd-questions Thu Sep 7 9:22: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 1FA5D37B422 for ; Thu, 7 Sep 2000 09:21:58 -0700 (PDT) Received: from craigc (ip133.gte8.rb1.bel.nwlink.com [209.20.237.133]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id JAA26477; Thu, 7 Sep 2000 09:20:33 -0700 (PDT) Message-ID: <081901c018e9$5cc254a0$0201010a@craigc> From: "Craig Critchley" To: "j mckitrick" Cc: References: <20000907150644.A4202@dogma.freebsd-uk.eu.org> <20000907165111.B4757@dogma.freebsd-uk.eu.org> Subject: Re: what language should i learn next ? Date: Thu, 7 Sep 2000 09:33:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG my personal suggestion, if you pick only one, would be perl, if only because its useful for a lot of different interesting things worth learning about... in addition to "normal programs" its well suited for shell-script-type programs, you can build gui's with tk, and if you're interested in web stuff you can use mod_perl with apache. it's not too hard to plug in a database like mySQL, either. there's also a vast library of code and add-on modules (CPAN) for all kinds of stuff - email, image processing, etc, etc. it's not too hard to learn enough perl to make a useful program, although there is a lot there if you want to be an expert... with java you can do gui stuff and web stuff (servlets), but its not well suited to "quickies" or "script" type programming. it's more formal, more object-oriented and more like C++ in some ways, although if that's what you're interested in, Java might be a better introduction than Perl. ...Craig ----- Original Message ----- From: "j mckitrick" To: "Philipp Huber" Cc: Sent: Thursday, September 07, 2000 8:51 AM Subject: Re: what language should i learn next ? > On Thu, Sep 07, 2000 at 05:33:43PM -0700, Philipp Huber wrote: > | On 07-Sep-00 j mckitrick wrote: > | > > | > I want to set the goal of learning a new language in the next couple > | > of > | > months. These are the ones I am considering: > | > > | > perl > | > python > | > shell scripting (I am weak in this) > | > java (no freebsd support yet, right?) > | > | depends on what you want to do. > | my personal favourite is perl, but i don't know python anyway. > | you could try all of them and see which one you like most. > > I want to avoid that, if possible. I'd like to make an informed decision > from the beginning so I can use my time efficiently. I guess what I want to > do is learn the tools that require some skill and that are efficient for > common jobs on a unix box. That way, if the door ever opens for a unix > career, I would have valuable skills that would set me apart. But I would > also like my knowledge to be useful now, on my little non-networked laptop. > > Frankly, since I am not running on a network anyway, I first need to think > of some problems that need to be solved, or some tasks that can be > automated. > > > jcm > -- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message