Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'ascii': 0.07; 'received:209.85.160.174': 0.07; 'think,': 0.07; 'non- ascii': 0.09; 'unicode,': 0.09; 'language': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'keys.': 0.16; 'personally,': 0.16; 'roy': 0.16; 'silly': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'unicode': 0.17; 'fairly': 0.21; 'programming': 0.23; 'mention': 0.23; "i've": 0.23; 'least': 0.25; 'header:In-Reply-To:1': 0.25; 'creating': 0.26; 'raw': 0.27; 'set.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'character': 0.29; "we're": 0.30; '(and': 0.32; 'generally': 0.32; 'structure': 0.32; 'to:addr:python-list': 0.33; 'languages': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'uses': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'nothing': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'day,': 0.60; "you'll": 0.62; 'jul': 0.65; 'smith': 0.71; 'subjectcharset:utf-8': 0.72; 'widespread': 0.91 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=cpuIou3MpIYizYFFJDdK4rDNpIAfUCaLwX7GTjq+xoM=; b=BVPrk9Fx2bAt4++vDh353o2nHu1aiHX2QQZb8EdQn7xNwtxfPuCjrljG0lzj8JHMDV xk/N8d1yUoXJwCXiylt8exk2c9n6KPIdTno32A74QDiQ0iMxd1YLF0hFbUbNXs8CvVd7 OCAW55RuxgvVYx9lGrJo5JPxHRahN/gcJsHw2Rrs2dQG6EOobQLds1l2oGOsArpwEV0b aFK3bPewJqeS8FWPU5zdOs1jHfTperWq6x+3T0jTyKnh6/1+nb3nZ4A8Q6MT8YWzux/9 B6G4Iv8lmwMuRVGOxJZf1jBQu9S0TlVjE9Uj0m6J2t21DmDP/KHw3T2RbxfrgRbhSxTA IBiQ== MIME-Version: 1.0 In-Reply-To: References: <500d0632$0$1504$c3e8da3$76491128@news.astraweb.com> Date: Mon, 23 Jul 2012 23:06:45 +1000 Subject: =?UTF-8?B?UmU6IHRoZSBtZWFuaW5nIG9mIHLvvpUuLi4uLi4u77+9wr4=?= 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.12 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343048808 news.xs4all.nl 6856 [2001:888:2000:d::a6]:60575 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25859 On Mon, Jul 23, 2012 at 10:55 PM, Roy Smith wrote: > Some day, we're going to have programming languages that take advantage > of the full unicode character set. Right now, we're working in ASCII > and creating silly digrams/trigrams like r'' for raw strings (and triple-quotes for multi-line > strings). Not to mention <=, >=, ==, !=. And in languages other than > python, things like ->, => (arrows for structure membership), and so on. REXX predates Unicode, I think, or at least its widespread adoption, but it has a non-ASCII operator: http://www.rexswain.com/rexx.html#operators But personally, I've always used backslash. It's nothing to do with ASCII and everything to do with having it on the keyboard. Before you get a language that uses full Unicode, you'll need to have fairly generally available keyboards that have those keys. ChrisA