Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30852
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jeanpierreda@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'variant': 0.07; 'cc:addr:python-list': 0.10; 'oct': 0.16; 'wrote:': 0.17; 'meant': 0.21; 'received:209.85.216.46': 0.21; 'cc:2**0': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'realize': 0.27; 'message-id:@mail.gmail.com': 0.27; 'that.': 0.30; 'fri,': 0.30; 'function': 0.30; 'point': 0.31; 'not.': 0.32; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'subject:" ': 0.36; 'enough': 0.36; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'header:Received:5': 0.40; 'more': 0.63 |
| 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 :cc:content-type; bh=36tb1E5OX8h/HdrMSOGSzIYe6fxvSjOZ4oZrdAd+Lrc=; b=gyy8xwH0ooYVI+L4mDb6yyaryRa0d1cXEiu2Xtv5yoz0e+MNngIwxMc5xM5h4CK1iE WkxnIWc3goI3c7ulFOtXEF7Q5qzzHwFlp2QePcejSRR4AXsPvoVfUGPpjHi44PEMBp7E ZVJ21NpV6f/aZUBLdzvdTGSo/3fK1Rccb8A7zEGfHKpt+MztGArqCGEzAI2Axp5GML1n OVgWnftbibcMPglAvPu77Q032Go19QbUks7rUShjglWcJ12biKc1qwJ8kSTFCDeocmNB KQxAP5GAhfwnW+m+Cro/AxvpDWAtaTkCGRb7E6iH0AjAv7jZN/76s90x0oJ4s/f2ybTZ kjQg== |
| MIME-Version | 1.0 |
| In-Reply-To | <CALwzidkrUcLwHM_mgkcYd58y5rzDwierXR7ASzXjdxB39-DdbA@mail.gmail.com> |
| References | <727ec5d8-d292-4012-ba87-da77a1040c6a@googlegroups.com> <CALwzidmE5_LyKfEGqAGeN0Uv+g1fFo+ztjhZdr3b3vbRRnTvJA@mail.gmail.com> <CABicbJKNa18Qw5sN-kkxv+jOnbXF868wJGaaZ+T9Vsa3v8vrkw@mail.gmail.com> <CALwzidkrUcLwHM_mgkcYd58y5rzDwierXR7ASzXjdxB39-DdbA@mail.gmail.com> |
| From | Devin Jeanpierre <jeanpierreda@gmail.com> |
| Date | Fri, 5 Oct 2012 19:30:57 -0400 |
| Subject | Re: fmap(), "inverse" of Python map() function |
| To | Ian Kelly <ian.g.kelly@gmail.com> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | Python <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1882.1349479899.27098.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1349479899 news.xs4all.nl 6914 [2001:888:2000:d::a6]:58743 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:30852 |
Show key headers only | View raw
On Fri, Oct 5, 2012 at 7:24 PM, Ian Kelly <ian.g.kelly@gmail.com> wrote: > I realize that. My point is that the function *feels* more like a > variant of reduce than of map. > >> If it's meant as a complaint, it's a poor one. > > It's not. Fair enough all around. Sorry for misunderstanding. -- Devin
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
fmap(), "inverse" of Python map() function vasudevram <vasudevram@gmail.com> - 2012-10-05 13:19 -0700
Re: fmap(), "inverse" of Python map() function Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-05 15:31 -0600
Re: fmap(), "inverse" of Python map() function Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-05 15:43 -0600
Re: fmap(), "inverse" of Python map() function Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-10-05 18:52 -0400
Re: fmap(), "inverse" of Python map() function Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-05 17:24 -0600
Re: fmap(), "inverse" of Python map() function Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-10-05 19:30 -0400
Re: fmap(), "inverse" of Python map() function vasudevram <vasudevram@gmail.com> - 2012-10-06 11:57 -0700
Re: fmap(), "inverse" of Python map() function vasudevram <vasudevram@gmail.com> - 2012-10-06 15:07 -0700
Re: fmap(), "inverse" of Python map() function vasudevram <vasudevram@gmail.com> - 2012-10-06 15:07 -0700
Re: fmap(), "inverse" of Python map() function vasudevram <vasudevram@gmail.com> - 2012-10-06 11:57 -0700
csiph-web