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,980e6b67803dc31c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.189.72 with SMTP id gg8mr12394284pbc.4.1328572072797; Mon, 06 Feb 2012 15:47:52 -0800 (PST) Path: lh20ni268478pbb.0!nntp.google.com!news1.google.com!postnews.google.com!18g2000yqe.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: Re: ANN: SparForte 1.3 (Release Candidate) Date: Mon, 6 Feb 2012 15:47:52 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <93850e36-bbce-4160-bdbf-d5642476b9b0@o13g2000vbf.googlegroups.com> NNTP-Posting-Host: 97.117.188.146 Mime-Version: 1.0 X-Trace: posting.google.com 1328572072 2514 127.0.0.1 (6 Feb 2012 23:47:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 6 Feb 2012 23:47:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 18g2000yqe.googlegroups.com; posting-host=97.117.188.146; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HLUARECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-02-06T15:47:52-08:00 List-Id: On Feb 4, 3:37=A0pm, Master of Magic wrote: > SparForte 1.3 (Release Candidate) > =A0 =A0 Type : Programming Language > Platforms: Linux i386/x86_64/Alpha and FreeBSD > =A0 License: GPL > > =A0 Home URL:http://www.pegasoft.ca/sparforte.html > Source URL:https://github.com/kburtch/SparForte > > SparForte is an Ada-based command shell, template engine and scripting > language. =A0There are 23 built-in > packages and more than 80 example scripts. > > The sources on GitHub should be considered a release candidate for > version 1.3. =A0If you are interested, please try it out and notify me > of any bugs you find. > > Changes in Version 1.3 > > - with separate (that is, include files) > - new memcache packages > - new JSON functions and related pragmas > - support for unit testing > > See ChangeLog in the sources for a complete list. > > Started in 2001 as the Business Shell, SparForte is an open project > project. =A0Because I'm working on this in my spare time, let me know if > you find SparForte useful. =A0Volunteers are encouraged to contribute > examples, tutorials, new built-in packages, post examples to Rosetta > Code, etc. > > Ken B. > Application Architect, Toronto, Canada This looks awesome. I took a weak stab at building for OS X (Darwin) but with no luck. I made a copy of bush_linux.ads and named it bush_darwin.ads (with the expectation that I would have to delete the stuff on accessing a CD drive) and variously tried ./configure -- arch=3Ddarwin and ./configure --arch=3Di386 since uname -s gives Darwin and uname -p gives i386 but could not get past the note beginning with "SparForte requires a bush_os.ads file to make operating system calls." Jerry