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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ac92f124b2cf403e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.227.67 with SMTP id ry3mr6791522pbc.8.1342349177033; Sun, 15 Jul 2012 03:46:17 -0700 (PDT) Path: l9ni11739pbj.0!nntp.google.com!news2.google.com!news.glorb.com!feeder.erje.net!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Ada and OpenOffice/LibreOffice macros Date: Sun, 15 Jul 2012 10:46:16 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <9ku308dv9sgqq8rvrs1s0mrnc4p5mkft2l@invalid.netcom.com> Mime-Version: 1.0 Injection-Date: Sun, 15 Jul 2012 10:46:16 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="0e44dd4a3c4e0a6e83a86f947fb780ae"; logging-data="18657"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+wJIiW5kW1ePDW7FVA3X4nyRqWFvuKiBk=" User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Cancel-Lock: sha1:Gr9CeyeRrGZtm73oyl5ZyQdSAlU= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-07-15T10:46:16+00:00 List-Id: On Sat, 14 Jul 2012 19:06:41 -0400, Dennis Lee Bieber wrote: > On Sat, 14 Jul 2012 10:15:32 -0700 (PDT), arka > declaimed the following in comp.lang.ada: > >> Hi, >> I would like to use Ada as macro-language for OpenOffice or LibreOffice >> . Somebody have clues how to find revelent information about this ? > > Not easily, I suspect. > > Most "macro languages" for office suites are of the interpreted > style (VBA, REXX, Python, etc.). > > Ada requires a full compilation/linkage phase to produce a > stand-alone executable (or, with advanced options, a dynamically > linkable library). However, there is the Ada-based scripting language formerly known as BUSH http://pegasoft.ca/sparforte.html which claims to be a replacement for Python, Ruby, Perl etc... How feasible it is to integrate it as a macro language for LibreOffice is another matter. - Brian