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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7ee10ec601726fbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-09 08:05:16 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!209.155.233.16!pln-e!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn From: Robert*@ Newsgroups: comp.lang.ada Subject: Re: is Ada dying? Date: 9 Oct 2001 07:38:48 -0700 Organization: Newsguy News Service [http://newsguy.com] Message-ID: <9pv25o0ir6@drn.newsguy.com> References: <3BC0F75B.51D32B3@adaworks.com> <9pr8gu0tnf@drn.newsguy.com> <3BC1305D.1C6910C@worldnet.att.net> <9prfvm01cqt@drn.newsguy.com> <3BC1C7E3.46046096@worldnet.att.net> <9psm790ojt@drn.newsguy.com> <3BC2F035.FB6AA434@brighton.ac.uk> NNTP-Posting-Host: p-672.newsdawg.com X-Newsreader: Direct Read News 2.90 Xref: archiver1.google.com comp.lang.ada:14022 Date: 2001-10-09T07:38:48-07:00 List-Id: In article <3BC2F035.FB6AA434@brighton.ac.uk>, John says... > > >Smalltalk and Forth are both syntactically simpler languages than Java, >both with large APIs. That doesn't make them better than Java. > Yes. being just simple language does not mean it is better. >Huge libraries means you need a huge memory, No it does not mean that at all. Do you really think the JVM loads into memory all the classes in its path?? > and a permanently-handy API reference. I am confused. Are you saying a small standard library which does almost nothing, is better becuase then the programmer does not have to have an API handy to remember anything? what kind of logic is this? so I assume the language you will design will have only 'PUT' and 'GET' in it, this way no programmer will ever need a manual to use it (and of course no one will use the language becuase in the real world programmers need to do more things).