Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.050 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'string': 0.09; '*any*': 0.16; '24,': 0.16; 'all?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'written': 0.21; 'example.': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'something': 0.35; 'editor': 0.35; 'received:google.com': 0.35; 'level': 0.37; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'short': 0.38; 'to:addr:python.org': 0.39; 'simply': 0.61; 'jul': 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=k9o/sV2bkBjqpY3oU3Kq+gbNkKDzNRZ4P3G+bidrPEo=; b=JsNy7FO+0HNcdOPXMjcgYQ0JtnxEBvCvDt1ECfp667oKPt2mo7H7GCJUJhIg7KdElY Y3PjKKeMjAkqKqwPmikSZm7RvD6R3oUDwULKo/J0FbNtA5ENvI8SQlEsIkx7pqX+wUu+ 9DBDyVnfWQTlOHfA4jcEhYHp2qF/Se+g5EpHiZADpfM+kt7aO3+k1Gp54IrzcsDA1P2a j2rIuEwLZzsIF0E6iMjRR/MF+k1r3fweIIxaEg14Y1ffGHW9nIm3lK+8OU6Fyc0GMk4Z q+Rq10K2ctfjE/AhyFpd30T0StK385hoDQwqgpvQMB50J9Diezt9GmG/k9vL9MLWGftN Yj0Q== MIME-Version: 1.0 X-Received: by 10.59.9.69 with SMTP id dq5mr13839315ved.87.1374673728497; Wed, 24 Jul 2013 06:48:48 -0700 (PDT) In-Reply-To: <4f1067f6-bc99-42ad-9166-37fb228b90e8@googlegroups.com> References: <571a6dfe-fd66-42cf-92fc-8b97cbe6e9e4@googlegroups.com> <51DFDE65.5040001@Gmail.com> <4f1067f6-bc99-42ad-9166-37fb228b90e8@googlegroups.com> Date: Wed, 24 Jul 2013 23:48:48 +1000 Subject: Re: RE Module Performance 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374673737 news.xs4all.nl 16007 [2001:888:2000:d::a6]:52761 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51132 On Wed, Jul 24, 2013 at 11:40 PM, wrote: > Short example. Writing an editor with something like the > FSR is simply impossible (properly). jmf, have you ever written an editor with *any* string representation? Are you speaking from any level of experience at all? ChrisA