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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,99d4d47ae8700971 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news4.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!news.motzarella.org!motzarella.org!not-for-mail From: Ivan Levashew Newsgroups: comp.lang.ada Subject: Re: ridiculous question Date: Wed, 25 Jun 2008 06:33:04 +0700 Organization: A noiseless patient Spider Message-ID: References: <273ba3a6-142b-4e05-bc12-d576968fa6b6@x19g2000prg.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: feeder.motzarella.org U2FsdGVkX1/OW2y8QrBkstpyOlQfm26y/WLTL45ue/MQC2uxM46H92LNHk4sLbryVRzAPGRvea4VkkhvI8qbX+7ZrL1cu0OqCWm6F1e4gQnnZ3nR0VT33dOZ3Pxr2RkIYIBvA9teiywCfy6YjMUIIw== X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Tue, 24 Jun 2008 23:21:56 +0000 (UTC) In-Reply-To: <273ba3a6-142b-4e05-bc12-d576968fa6b6@x19g2000prg.googlegroups.com> X-Auth-Sender: U2FsdGVkX1+XGG33ZR5t+rWbd3SP3/eTUO6l4IaEC+vURWzD2O1kEA== X-Image-URL: http://img220.echo.cx/img220/9664/111408397042725603791c71pb.gif Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEUAAAOZlpMaJz3/9fYs //8FP1E2M3Qbef+MAAACEklEQVQ4jZ2TTW7bMBCFJwO465B2uqZfS+4NnyBA7LXMerSPEPL+R+gb KqmTIAWKDiCCmo9v/kSJqGaVJCp/TLk3kbypSPmdX2QD2YikTUrAe6CqiWuCL/LR3Cfu/AJgbP4K Phtjfz77vwAfOv4XkNPXVSkqwZvmfTZMAriHMOGG1EOt7xw1Rli8hTIkV4DDTIFn6qqYZJ5JFLhT yIVnHAoIrlYTNGKf7yVMUS4yvYITdC8EMaZwHyX4t4ERnCv2uN+HGMFH4x2bHuDEahD1IUR18LAn mC3Jjork3Wny28Gp+h1pMhR08VV9s55hc/J08qrg90RHP15uXag4c1pYMFvVbHmBB3bFtVGBpVwe z+Hno7UyABU8yYEt1l5q+P54Mj8sM5dsVdRqu4RDCLvWGn2lj8pMJdC2BMdtCFG0L8rptiz6Y3s8 Hh1wjehXby133vRneo5hBSgvu+rfozdodnDYui6g7645m1jpVXELFUtnz6yo9MUKfo1YhzXF6WSc bu09Ax7rcGSsgNKezKggaDNGLH8icz80EsmlcwxOPMcBBJZd0VnWzOnSGbYUMEXNnqO00gvB4p1T gG7TUMydxjljz9xxAAyFzUvpfiEZLHD91iwNhVmvfXybYaksDioVlDh4JdqbwVYFyQ2Unq8EeQDr GDfcrS/ZUF8VJAtWUW8pPyFXr8oDMun4r0pHgiVMafoNgUqRDtakwdAAAAAASUVORK5CYII= X-Face: *tpB#/X3&Zh\?<4l;hAgY:m6lt6L]v#Udy\Xwy{@<'qP=9clA}kEbbSV1]B0a^O{|ibsNV~|zu.Da}V4*se@ns!8*Bt$9l-]nbD}o*7ml9J2)u:"!6P%_-`y9,'.L.Psp),njUf!=F5;kx%~\,'D$%{" Cancel-Lock: sha1:tc7o8qCzgAUv9/9Du+LcCiJCVM8= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; ru; rv:1.8.1.14) Gecko/20080421 Thunderbird/2.0.0.14 ThunderBrowse/3.2.1.4 Mnenhy/0.7.5.666 Xref: g2news1.google.com comp.lang.ada:858 Date: 2008-06-25T06:33:04+07:00 List-Id: raould пишет: > has anybody ever seen a Lisp syntax front-end for Ada? http://www.grammatech.com/products/aa/overview.html Ada-ASSURED is a powerful tool that ensures consistent coding style, prevents syntax errors, and provides productivity features for writing and reviewing Ada code. It features language-sensitive editing, automatic standards enforcement, high-quality pretty printing, and hypertext browsing in a single package. It can be used with any Ada compiler. Ada-ASSURED's open architecture enables you to create custom tools or integrate it with existing tools to automate tasks. The power of Ada-ASSURED's scripting language comes from its structured internal representation of your code. Ada-ASSURED automatically categorizes each construct in your file. In contrast, if you use text-oriented tools like awk, sed, grep, or perl, you must do the categorization yourself. As a result, tasks performed with difficulty using a text-oriented tool are often much easier in Ada-ASSURED. http://www.grammatech.com/aadoc/scripting-language.html The scripting language of Ada-ASSURED is based on Scheme. Scheme is a powerful general-purpose programming language derived from Lisp. Although its syntax may be unfamiliar to you, it is easy to master. The real benefit of Scheme, however, is not its syntactic simplicity, but its semantic power. -- If you want to get to the top, you have to start at the bottom