From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20030912185623.4056.qmail@f.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] g++ In-reply-to: References: From: Scott Schwartz Date: Fri, 12 Sep 2003 14:56:23 -0400 Topicbox-Message-UUID: 3381ec20-eacc-11e9-9e20-41e7f4b1d025 In some recent (non-Plan 9) programming I've used C++. The STL makes it a slam-dunk decision. It's just wrong to use char* instead of string, or writing yet another hand coded container instead of just typing map or vector. Any language without syntactically convenient generics and a standard set of containers is just too painful to use, in general.