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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,429176cb92b1b825 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!138.195.8.3.MISMATCH!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: AWS Coding Styles (and about boring plain-linear text files in the end) Date: Wed, 16 Mar 2011 16:51:05 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <24418fa4-8843-4fe6-8c2f-026ea6009b68@g26g2000vbz.googlegroups.com> <87lj2ido9j.fsf@mid.deneb.enyo.de> <4D35F6C8.2060100@obry.net> <4d3608ab$0$7664$9b4e6d93@newsspool1.arcor-online.net> <4d3634a5$0$7664$9b4e6d93@newsspool1.arcor-online.net> <4d36b748$0$6977$9b4e6d93@newsspool4.arcor-online.net> <4d36e484$0$6769$9b4e6d93@newsspool3.arcor-online.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1300312268 16695 69.95.181.76 (16 Mar 2011 21:51:08 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Wed, 16 Mar 2011 21:51:08 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-RFC2646: Format=Flowed; Response Xref: g2news1.google.com comp.lang.ada:18266 Date: 2011-03-16T16:51:05-05:00 List-Id: "Yannick Duch�ne (Hibou57)" wrote in message news:op.vsf79rhwule2fv@index.ici... ... >While there are multiple standards covering similar things (I would like >one single standard, not many), there is at least one aspect which seems >there all the time : the meaning of "@" as introducing annotations. You >got it in Java, C, Python, FunnelWeb, among others. That's widely used >enough. At least a step to something standard. (I still miss many and many >things). Janus/Ada has used "@" as the conditional compilation character since it was created. (It is either treated as a space or a comment symbol ("--") depending on the compiler switches.) So you'll find lots of '@' in Janus/Ada source code, and what follows it has little to do with annotations. Randy.