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,UTF8 Received: by 10.68.236.170 with SMTP id uv10mr13817826pbc.4.1334679097672; Tue, 17 Apr 2012 09:11:37 -0700 (PDT) Path: r9ni67130pbh.0!nntp.google.com!news2.google.com!goblin3!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: [OT] interesting reason why a language is considered good Date: Tue, 17 Apr 2012 17:11:36 +0100 Organization: A noiseless patient Spider Message-ID: References: <4F8AD958.4030901@obry.net> <4f8aea72$0$21460$ba4acef3@reader.news.orange.fr> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="27535"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX195GoJYxamN2LlyyuhKuyJIhBTAyU5EkW4=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (darwin) Cancel-Lock: sha1:4gXTstcjGHKz/h1huTFokRF1oWg= sha1:zX/St5VXbADnaMUjOb8W65BWuAs= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Date: 2012-04-17T17:11:36+01:00 List-Id: Brad Moore writes: > On 15/04/2012 9:34 AM, Pascal Obry wrote: >> Le 15/04/2012 16:54, Simon Wright a écrit : >>> Pascal Obry writes: >>> >>>> Nasser, >>>> >>>>> I am sometimes just amazed at what I read on the net >>>>> about what makes a language good. But this one tops >>>>> the list. >>>> >>>> I've never understood the need for reserved words nor for any >>>> letters either, look at what I consider the best language in the >>>> world! >>>> >>>> http://fr.wikipedia.org/wiki/Brainfuck >>>> >>>> :) >>> >>> http://en.wikipedia.org/wiki/Whitespace_(programming_language) >> >> Pure and clean... What else? >> >> Pascal. > > What I like about Whitespace is that after a hard day of debugging, I > can make corrections to the program and then print out the modified > listing using the same piece of paper. > > Brad The current ada-mode works best with this in ~/.emacs (add-hook 'before-save-hook 'delete-trailing-whitespace) which makes writing Whitespace code rather hard.