Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'things.': 0.05; '21,': 0.07; 'sep': 0.09; 'yet.': 0.13; 'describing': 0.16; 'subject:compare': 0.16; 'wrote:': 0.17; 'programming': 0.23; 'header:In-Reply-To:1': 0.25; 'wrote': 0.26; 'execution': 0.27; 'message-id:@mail.gmail.com': 0.27; 'subject:list': 0.28; 'all.': 0.28; 'no,': 0.29; 'fri,': 0.30; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'programming.': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'functional': 0.36; 'two': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'different': 0.63; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=e7ncFVPj23BOhjOAO58SgKQ6uBuqfJwV0WScWLYMqWY=; b=QVA1SEaMQqRSaAF7LnmZSHx04bSGuBU9YXTzJWioiCfnuzTBJQUna9UNd4OctEXUr6 Nv6aE0WQevcUHddra1vhwqGaEDE0QzhNdiOnv5WFhXRnnWFAFtvgGESIjqmsSNYUzYik QUasjSY5AKlzrcc/oG8K0HxGTmTnTnB7CCa2dZbNzh0RXmPNpfiR6Vk+nTpJLfWGJSIz DYD6XBgZG0Y5Juive6f/k93Tk05ihIzzJUxqMeRjFvd5MUwK9r/61aDrYdOz7/Xm7hr9 KHBsN6K2JhbJ96LubbuiHNNe7GTVGQOBfX+mmaVw9AS9sltycEsK2KM8Wrv+MvERGoYy Y1fA== MIME-Version: 1.0 In-Reply-To: <48191878-3a0e-4733-a426-55b6981c471d@googlegroups.com> References: <48191878-3a0e-4733-a426-55b6981c471d@googlegroups.com> From: Ian Kelly Date: Fri, 21 Sep 2012 14:49:55 -0600 Subject: Re: Functional way to compare things inside a list To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348260628 news.xs4all.nl 6974 [2001:888:2000:d::a6]:58538 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29681 On Fri, Sep 21, 2012 at 1:54 PM, 88888 Dihedral wrote: > I don't think functional aspects are only marked as lazy > programming. He wrote "lazy evaluation", not "lazy programming". Two entirely different things. > It just means when one is experimenting something > the efficient execution in speed is not on focus > yet. No, what you're describing is a "prototype". It has nothing to do with functional programming at all.