Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.06; 'problem:': 0.07; 'pixel': 0.09; 'screen.': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; '1pt': 0.16; 'bars': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'laptop.': 0.16; 'screen,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'scroll': 0.24; 'text.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; "d'aprano": 0.31; 'obscure': 0.31; 'steven': 0.31; 'subject:skip:i 10': 0.31; 'fri,': 0.33; 'definition': 0.35; 'editor': 0.35; 'received:google.com': 0.35; 'sure': 0.39; 'utilize': 0.61; 'complete': 0.62; '2015': 0.84; 'to:none': 0.92 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:cc :content-type; bh=iqxwSeiVstGOpcvY4aKYP0l9F91UQExUbgsaq7RjGV8=; b=JHo3n01jqCb4lT+F2M4KZEluZMbbdS6BxKMfwq7xHPRnBjMMjUPM0lu0wIY24hovSn QYNV2E3uWA05o5+EdklFJUF42rvp5NEWLFWYmP7nYwzbo+I5R/Ir6O9T5+cf65fWE+qj espqIWtQzn0tzVTyEmLBYhGXDQDXXiGsgaEXDP5KtBBA5QYAgB7KpDscwFBVK2/oE6eq Eyg7edUIShOSvV4oZIlWuDa7MH0O+3g5XQnQT7lthrgYxMlUCHUkSjQIhHL0pS7c1rc7 A2tYhIqBJwjQgN5hJL8N2mEjS+iepQmin0lUvOnpg6I3LxprDzPORD+efAqXstp9q9O+ Rscg== MIME-Version: 1.0 X-Received: by 10.50.61.238 with SMTP id t14mr10954246igr.34.1421333400099; Thu, 15 Jan 2015 06:50:00 -0800 (PST) In-Reply-To: <54b7cd9f$0$13011$c3e8da3$5496439d@news.astraweb.com> References: <3d8068b3-7b63-43c0-bbf2-6111b2c73aa4@googlegroups.com> <87zj9kb2j0.fsf@elektro.pacujo.net> <54b7cd9f$0$13011$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 16 Jan 2015 01:50:00 +1100 Subject: Re: lambdak: multi-line lambda implementation in native Python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421333725 news.xs4all.nl 2858 [2001:888:2000:d::a6]:53244 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83832 On Fri, Jan 16, 2015 at 1:24 AM, Steven D'Aprano wrote: > Marko Rauhamaa wrote: > >> Corollary: Make sure the complete definition of every function can be >> seen at once without scrolling. > > Problem: I like to view code on a smartphone with a 4x4 pixel screen, and > the scroll bars obscure the text. > > Solution: Change the editor to a 1pt font. Problem: You have a smartphone with a 4x4 pixel screen. Solution: Utilize hammer, then get a laptop. ChrisA