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,8de7eedad50552f1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!newsprint.newsread.com!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!news.task.gda.pl!not-for-mail From: jtg Newsgroups: comp.lang.ada Subject: Re: Ada bench : count words Date: Tue, 29 Mar 2005 14:40:53 +0200 Organization: CI TASK http://www.task.gda.pl Message-ID: References: <87vf7n5njs.fsf@code-hal.de> <423f5813$0$9224$9b4e6d93@newsread4.arcor-online.net> <18arnvu705ly4$.1wz6ybz1jt70y$.dlg@40tude.net> <1q9cx4jt7802s.k45m6mcntl87$.dlg@40tude.net> <460oxs2p0hbc.yjqxjeasx37r.dlg@40tude.net> <1spfhtlo4ya1w.1a8leo0bqclk8.dlg@40tude.net> <19eg4oytj672x$.1a77nseftvkzk$.dlg@40tude.net> NNTP-Posting-Host: pwr74.pwradio.pl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: korweta.task.gda.pl 1112100054 15936 153.19.176.74 (29 Mar 2005 12:40:54 GMT) X-Complaints-To: abuse@news.task.gda.pl NNTP-Posting-Date: Tue, 29 Mar 2005 12:40:54 +0000 (UTC) X-Original-Organization: CI TASK http://www.task.gda.pl In-Reply-To: <19eg4oytj672x$.1a77nseftvkzk$.dlg@40tude.net> X-Accept-Language: pl, en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217 X-Organization-Notice: Organization line has been filtered Xref: g2news1.google.com comp.lang.ada:10117 Date: 2005-03-29T14:40:53+02:00 List-Id: Dmitry A. Kazakov wrote: > > Maybe, but I just don't need wc! There is no occupation "word counting". > The most close thing is linguistics and text analysis. Can wc that? > There are other tools for text analysis. With wc you can get the number of lines in a file or the number of entries filtered by previous commands. Like cat *.ad? |wc Which gives you immediately the total number of lines in your ada files > > The problem is that there are 1000 different commands with 50 options each, > which gives 1000*2**50 variants to remember. Every UNIX admin starts with > making an alias to ls and 100 further commands. It is just unusable. It > took decades before people finally understood it and wrote KDE, Gnome > control centers. Admins despise them, but they are lost. Really? But there are some 1000000 different Windows programs and each of them has 1000 options, so you have to remember 1000000*2**1000 variants :-) If you don't need command line tools, you don't have to use them, but don't call them bad design just because you don't need them. > > I think we have tolerated that C guys telling us that Ada is slow for too > long time. Game is over! (:-)) > I'm afraid I don't understand. Who is the winner? Maybe you meant: The game just begins :-)