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 Path: border2.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!aioe.org!.POSTED!not-for-mail From: Victor Porton Newsgroups: comp.lang.ada Subject: My first project Date: Tue, 20 May 2014 22:11:56 +0300 Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: LRua1LhEwYx/r1KnMXeYtA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@aioe.org User-Agent: KNode/4.12.4 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1244 Xref: number.nntp.dca.giganews.com comp.lang.ada:186520 Date: 2014-05-20T22:11:56+03:00 List-Id: http://freesoft.portonvictor.org/binaries/tmp/rdf.tar.gz This is (a very beginning stage of) my project about Ada bindings for librdf. As this is my first Ada2012 project, I ask Ada professionals to review my source code. Note that I import C functions manually, rather than to use GCC facility to automatically create Ada bindings, because GCC does it in a wrong way (with addresses instead of accesses), what may make it nonportable for other Ada compilers. Right? Or nevertheless you'd recommend to do C import automatically? -- Victor Porton - http://portonvictor.org