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,f51e93dacd9c7fca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-18 18:38:49 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uunet!sea.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: status of Ada STL? Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Wed, 19 Jun 2002 01:37:40 GMT References: <3d0ce154_5@news.bluewin.ch> <3D0D4274.6C5E02F9@acm.org> <4519e058.0206170753.599fd771@posting.google.com> NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:26335 Date: 2002-06-19T01:37:40+00:00 List-Id: Brian Rogoff writes: > I don't know why anyone would hate garbage collection. That seems like a > rather odd sentiment. It also seems that if this is true he'll never be > satisfied, since GC is just the extreme on the automatic end for memory > management; all non-GC mem managers are "by hand" at some level. By "by hand", I mean the malloc/free or new/Unchecked_Deallocate style of C, Ada, Pascal, etc. Cyclone's regions are not "by hand", and can replace GC safely and efficiently -- if your program matches the necessary restrictions. > Well, it ain't derived from Ada! I meant regions, specifically. >... Anyways, pattern matching, like all > modern functional languages have, would be a worthy addition to an > Ada like language. Feel free to sketch out your ideas. I'd be interested. > > As you say, it's worthy of study; Tucker has mentioned some ideas for > > making it more powerful. > > I must have missed this. Did the discussion happen here, or elsewhere? No, sorry, I didn't mean here. These discussions happened in my office and Tucker's office. ;-) - Bob