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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5412c98a3943e746 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.220.229 with SMTP id pz5mr4929724pbc.5.1331202645409; Thu, 08 Mar 2012 02:30:45 -0800 (PST) Path: h9ni2054pbe.0!nntp.google.com!news1.google.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Usefulness of Formal Notions in Programming Date: Thu, 08 Mar 2012 04:30:42 -0600 Organization: Aioe.org NNTP Server Message-ID: References: <9207716.776.1331054644462.JavaMail.geo-discussion-forums@ynaz38> <4edda5mav3cf$.149pbgyxl1wx5.dlg@40tude.net> <9rplcgF5a2U1@mid.individual.net> <1psd0g0womgxi.1sle7ol12x3d5.dlg@40tude.net> <4f57ef25$0$6582$9b4e6d93@newsspool3.arcor-online.net> <4g7bt4qr6e0u.18o4pcqjmldlg$.dlg@40tude.net> Reply-To: nma@12000.org NNTP-Posting-Host: Zw5o5uqbLEcXI8zC1n7kwg.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-03-08T04:30:42-06:00 List-Id: On 3/8/2012 3:24 AM, Dmitry A. Kazakov wrote: > > This is the problem of all poor solutions. Be it formal grammars, patterns, > domain-specific languages, scripting languages etc. You get a simple job > done simply and quickly. That makes you think - that is. But when you face > a real task you are lost. > True. But most software apps these days are simple and throw away apps anyway. You can buy one for 59 cents only :) So people pick the easiest language to make these apps with in the fastest way. May be what we need is an AdaScript language? A very simplified version of Ada with a GUI build-in and an interpreter instead of a compiler, then Ada will become popular again ! --Nasser