From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5fe352a7b58a0dd6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Wes Groleau Newsgroups: comp.lang.ada Subject: Re: Bye, bye? Date: Wed, 02 Feb 2005 23:24:57 -0500 Organization: Ain't no organization here! Message-ID: <36dncgF5084neU1@individual.net> References: <36atatF4uinkuU1@individual.net> <87acqmekel.fsf@insalien.org> Reply-To: groleau+news@freeshell.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net B46IOZ91ncgXNUp09D6qQQdazE7BPSJVV9OG6O3ZyWhskVld3M User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en In-Reply-To: <87acqmekel.fsf@insalien.org> Xref: g2news1.google.com comp.lang.ada:8144 Date: 2005-02-02T23:24:57-05:00 List-Id: Ludovic Brenta wrote: > Pray tell, what is it that you do in perl at home? Very little. But much of what I do depends on hashes (associative arrays), which are built-in to perl. Plus I attach the hash to a DBM file. To do that in Ada, I'd have to not only upgrade Xcode (not an option right now) and install Ada (easy, but requires Xcode), but I'd also have to find or build a hash package (not hard) and/or a DBM binding (a little harder). The right tool for the right job. Ada _usually_ is, but not always. -- Wes Groleau When all you have is a perl, everything looks like a string.