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: border1.nntp.ams.giganews.com!nntp.giganews.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: Low-level programming in Ada? Date: Sun, 18 Aug 2013 02:26:37 -0700 Organization: Nightsong/Fort GNOX Message-ID: <7xioz3nycy.fsf@ruckus.brouhaha.com> References: <7x1u64hk2p.fsf@ruckus.brouhaha.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="d94d289a4df6ae47ea4d4f8b2ae808e7"; logging-data="10539"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ChR9jxCKWKqc6RSltfzUp" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:sctYIy+Hg+h6/9boCa62Ak1zl3Q= sha1:7C4C2Z6yaAQeaFSV9lbEeiDFovE= Xref: number.nntp.dca.giganews.com comp.lang.ada:183059 Date: 2013-08-18T02:26:37-07:00 List-Id: Paul Rubin writes: > I'm wondering if anyone can suggest a reference... about low-level > programming... in Ada. Thanks for the various responses to this. It looks like there is a mix of approaches including a package that allows messing with raw pointers like in C. It seems practical enough, though I guess it presents similar difficulties to static analysis. Doing much better probably requires cumbersome high-tech approaches.