Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.114 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.81; '*S*': 0.04; 'oh,': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'metaclass': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'right?': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'skip:x 10': 0.40; '26,': 0.68; 'miss': 0.74; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=xH9X24NBcwwLdSsSBju9KyXAGu6HFeH5Zj3aJX5zslQ=; b=VB4zrGzcIx2NQNIeNTF5TNj3009CgIsh3Xat7fCOvewIFl6JOWQRWy/8rsNXLGsRVe 5N+uo40yDyj37wu4iYqCx1/Lv8TFdfxKrFU6GlhDEFme1gr8awd/eshbXkizmULa3L9t ktJ1G/DULIs+6nTHeEt5TXyfUMhBm0GteUt05HIvFUKLLCoM0I+63SU2dOt3x+dqA2RH GJ9Yl8k/E/7xEXD7nPVcsCqxIccRbQ5pWWYKikA1f77nqAwZnx2v2f8CADty9LefbNpP j6CFVg5G3SbW6Ij9pKfKx8FyFSeXj064waJlMrZ/fQtE6lHLf+2gqSdXNAicaI1VbkKx I2kQ== MIME-Version: 1.0 X-Received: by 10.66.157.165 with SMTP id wn5mr728937pab.169.1382794018854; Sat, 26 Oct 2013 06:26:58 -0700 (PDT) In-Reply-To: References: <526badb4$0$29972$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 27 Oct 2013 00:26:58 +1100 Subject: Re: Obfuscated factorial From: Chris Angelico To: python-list@python.org 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382794028 news.xs4all.nl 15920 [2001:888:2000:d::a6]:60143 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57604 On Sat, Oct 26, 2013 at 11:50 PM, Vito De Tullio wrote: > you miss a FactoryFactory and a couple of *Manager. > > Oh, and it should be xml-config-driven. Or a metaclass and a few decorators. They're inherently Pythonic, right? ChrisA