Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: List of Functions Date: Mon, 28 Mar 2016 19:50:18 -0400 Lines: 7 Message-ID: References: <3c44f0f8-d701-463e-bf2c-f5871c51bddf@googlegroups.com> <87bn5z1mkd.fsf@bsb.me.uk> <56f9c104$0$1604$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de hxBzmFHaFBrYBQFDOrWMnQ6CXHnwUg77OsTJalP/yMZg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'problem?': 0.07; 'received:internal': 0.09; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; ';-)': 0.18; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'mention': 0.30; 'knows': 0.32; "d'aprano": 0.33; 'steven': 0.33; 'subject:List': 0.33; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'say': 0.37; 'received:66': 0.38; 'someone': 0.38; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'mar': 0.65 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=rQ544AREK1ruQShaTvbDbxtjOBc=; b=rW3/s+ fOrOZVwaJWQMwAbFNSNvX61KOxX6etjzP/C0kwU5IRMUK99G22nFZ7g5YN1m/lTr /6YcmLFQNKDLB7ZJvqjpKVZsJMh4VJRF1Tq8grkWOKhySF+Fom6mK4WSmHD0M99q JqCZaZI7f4zPjxOucS5o6n0TpxKPzeh7btld8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=rQ544AREK1ruQSh aTvbDbxtjOBc=; b=cZTCZacPu6TayRSihBIRa+PYlSrO7fvaZnJqW2nmp126Oq3 2PqZhU0RWwhYSxdp6kRsyU82VEaO8Gz8DY3a37rKQdwDXboRGkz8dZenoT3cMCs4 hhNzS0OVYWmf4X8kYBKzCr2VSqoIcZ//ERxHAl98kzOosjjBCTCxiaujSX7A= X-Sasl-Enc: mtRNTtLIBuI++NoW0rnG5oK4dVIrAoFi7uHnXFBoAoNT 1459209018 X-Mailer: MessagingEngine.com Webmail Interface - ajax-eaa4717d In-Reply-To: <56f9c104$0$1604$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105936 On Mon, Mar 28, 2016, at 19:40, Steven D'Aprano wrote: > Not to mention "Monad". I don't think *anyone* knows what a Monad is ;-) A monad is just a monoid in the category of endofunctors; what's the problem? Well, someone had to say it.