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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:42c3:: with SMTP id i186mr9542614itb.2.1544985339886; Sun, 16 Dec 2018 10:35:39 -0800 (PST) X-Received: by 2002:a9d:2c22:: with SMTP id f31mr187271otb.4.1544985339661; Sun, 16 Dec 2018 10:35:39 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!2.eu.feeder.erje.net!4.us.feeder.erje.net!feeder.erje.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!q69no287473itb.0!news-out.google.com!v71ni524ita.0!nntp.google.com!q69no287471itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 16 Dec 2018 10:35:39 -0800 (PST) In-Reply-To: <6475ef7b-6b7f-48db-9c4b-ffdd849dd600@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:8c1:8480:3bb6:84c5:ed1f:b9d0:b512; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 2601:8c1:8480:3bb6:84c5:ed1f:b9d0:b512 References: <31404645-f5c2-437f-a1b0-cf229ccd92f8@googlegroups.com> <6475ef7b-6b7f-48db-9c4b-ffdd849dd600@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Introduction From: Shark8 Injection-Date: Sun, 16 Dec 2018 18:35:39 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:55052 Date: 2018-12-16T10:35:39-08:00 List-Id: On Friday, December 14, 2018 at 5:59:10 PM UTC-7, Olivier Henley wrote: > On Friday, December 14, 2018 at 6:50:15 PM UTC-5, Shark8 wrote: > > Welcome to comp.lang.ada -- if you're interested in compilers, there's my Byron project which, God willing, I will be restarting soon. https://github.com/OneWingedShark/Byron > > I just added Byron to awesome-ada because well even not finished the attempt at a compiler is always important work. > > From your github, I see you have many Ada projects but it is not clear to me which are completed or only WIP. Could you make a pull request and add your stuff to awesome-ada? > > Thx! Some of them are hard to differentiate between WIP and completed -- the implementations of the Lisp and Forth interpreters, for example, are missing the special-forms and core-words, respectively, but clearly show the proof-of-concept as viable. The Base_64 is complete, and provable, though could probably be simplified if the cited compiler-bugs have been fixed. Others, like the WordPerfect file encoder/decoder are very much stalled-out, due to my inability to address dependencies (in the WP-case I need to have MS's OLE 2.0 file-format, and that was a little too much for me to take-on/implement at the time).