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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.DFxaDADwSkn+6wW9Ah21PA.user.gioia.aioe.org!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Script-like jobs in Ada (ideas for HAC) Date: Sun, 26 Apr 2020 15:49:09 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <9a4ad55c-ef0d-42ab-a438-cabc71a491a6@googlegroups.com> NNTP-Posting-Host: DFxaDADwSkn+6wW9Ah21PA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (darwin) Cancel-Lock: sha1:VzHjU/NvF9+yBUIuUcwP9ljDNbk= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:58497 Date: 2020-04-26T15:49:09+01:00 List-Id: gautier_niouzes@hotmail.com writes: > The question is: what kind of jobs do you prefer let a scripting > language do and not Ada? The problem was a membership database, which as inherited was an Excel spreadsheet with one sheet per year, and many issues of consistency and form. My first thought was Ada, but I totally failed at the "simple" task of reading/writing a CSV file; looking at SQLite interfacing, producing a GUI, sending mail, and the thought that someone else might well inherit it from me, I decided that Python was the best compromise. ~3000 lines (including blanks).