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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c733905936c6b6b0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.135.106 with SMTP id pr10mr424486pbb.3.1334701486263; Tue, 17 Apr 2012 15:24:46 -0700 (PDT) MIME-Version: 1.0 Path: r9ni68108pbh.0!nntp.google.com!news2.google.com!feed-C.news.volia.net!volia.net!news2.volia.net!feed-A.news.volia.net!news.ecp.fr!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: [OT] interesting reason why a language is considered good Date: Tue, 17 Apr 2012 17:24:41 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <4F8AD958.4030901@obry.net> <4f8aea72$0$21460$ba4acef3@reader.news.orange.fr> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1334701485 30214 69.95.181.76 (17 Apr 2012 22:24:45 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 17 Apr 2012 22:24:45 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Date: 2012-04-17T17:24:41-05:00 List-Id: "Robert A Duff" wrote in message news:wccty0if31u.fsf@shell01.TheWorld.com... > Simon Wright writes: > >> ada-mode also untabifies! > > So we need to abandon our plans to rewrite GNAT in Whitespace?! > > By the way, it's probably possible to write a program that is both > a Whitespace program and an Ada program. It might even do > the same thing in both languages, if you're very very careful. I was thinking something similar; Whitespace (or a variant) would be a great language to use to hide some program in plain sight. For instance, you could distribute some open source Ada software for a game, but have a program embedded within it to do something totally different. However, this capability only seems useful for various sorts of criminals -- I can't think of anything legitimate to do with it. Otherwise, I'd start figuring out how to map Ada code to a Whitespace variant. Randy.