From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <106eb6113bc866fa7be68b228b07b0a6@9netics.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] a quick and simple minded study of configure. Date: Fri, 15 Jun 2007 21:39:27 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <3e1162e60706151818o58471565i3c5bef4487d6f2a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 7f83b5da-ead2-11e9-9d60-3106f5b1d025 > I'm pretty sure I'm not good at it yet but I always found this one > line. "word counter" impressive. > > std::distance(std::istream_iterator(std::cin), > std::istream_iterator()); it is impressive that you typed that on a blackberry! it's not short, if you count the class implementation. it doesn't convey the idea - the solution is not understood unless you understand each piece. i think what Ron is bringing up is having/learning the ability to see through layers of filters to the exact need and providing a design that is just the right distance between "pie in the sky" and "failure of vision".