Re: newbie

From: Richard, Joel M <RichardJM_at_nyob>
Date: Thu, 25 Mar 2010 08:59:22 -0400
To: CODE4LIB_at_LISTSERV.ND.EDU
I'll strongly agree with Roy on this one. Yesterday a coworker came to me asking text editors. I said, "For what do you need a good text editor?" Turns out she couldn't open a file in Notepad.... It was 3.6 GB in size (which you wouldn't want to open anyway) In the end, all we needed to do was a clever grep against the file to extract some specific data. And that's just a simple example.

So yes, sooner or later you'll find yourself needing a flexible programming language to solve a problem. Had our searching been more than a simple series of greps, I would have jumped into Perl to accomplish the task, but I'm sure other languages would work just as well.

--Joel


Joel Richard
IT Specialist, Web Services Department
Smithsonian Institution Libraries | http://www.sil.si.edu/
(202) 633-1706 | (202) 786-2861 (f) | richardjm_at_si.edu



________________________________
From: Roy Tennant <roytennant_at_GMAIL.COM>
Reply-To: Code for Libraries <CODE4LIB_at_LISTSERV.ND.EDU>
Date: Wed, 24 Mar 2010 20:57:23 -0400
To: <CODE4LIB_at_LISTSERV.ND.EDU>
Subject: Re: [CODE4LIB] newbie

On Mar 24, 2010, at 7:17 PM, Tim <tim_at_LIBRARYTHING.COM> wrote:
>
> Largest website in Perl: Del.icio.us
>
> Largest website in PHP: Facebook

You're assuming the only use for a programming language is to
dynamically serve up a web site. That would be a serious mistake.
Roy
Received on Thu Mar 25 2010 - 09:00:16 EDT