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,fd63afa4dc364b7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-17 14:02:17 PST Newsgroups: comp.lang.ada Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!newsfeed.cwix.com!bloom-beacon.mit.edu!4.24.21.218.MISMATCH!cpk-news-hub1.bbnplanet.com!crtntx1-snf1.gtei.net!news.gtei.net!news-feeds.jump.net!uunet!dfw.uu.net!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: Better support for garbage collection Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Sat, 17 Mar 2001 21:59:45 GMT References: <98m938$2iod0$1@ID-25716.news.dfncis.de><98pgs1$32up7$1@ID-25716.news.dfncis.de> <98umc6$39coj$1@ID-25716.news.dfncis.de> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: supernews.google.com comp.lang.ada:5816 Date: 2001-03-17T21:59:45+00:00 List-Id: "Nick Roberts" writes: > Java? What about BASIC? Good old Microsoft BASIC (for the Z80 -- remember > those?), that fitted into 8K ROM, had GC, as did a variety of other BASICs > (some of them even tinier). And they were pretty popular for a period. I > think your statement might upset a lot of LISP enthusiasts, too. (Not to > mention Smalltalk, Prolog, xBASE, and probably many others ;-) Yeah, you're right about BASIC. As to the others, I don't think they're exactly "popular" (even if that upsets the folks who like them -- it upsets *me* that C is more popular than Ada!). But I can't quote any facts and figures, so I could be very wrong. > Maybe not in so many words, but actually there are a lot of people who claim > that a static typing system causes more trouble than it is worth. I know, but those folks are wrong. (Now I've *really* upset the Lisp folks. ;-) ) >...I am on > this side of that particular fence, but I see their point (e.g. it can > reduce the size of the source code by several times, which in itself, it > could be claimed, improves readability). > I think, in the end, I will take the advice of both Brian and Bob, and > simply implement GC myself (in my own compiler which I'm writing for AdaOS). We'll all be holding our collective breaths. ;-) ;-) > I just thought it would be preferable to have a widely agreed framework > within which to design it first. If there is at least one implementation of the framework, it has a better chance of being implementable. - Bob