Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!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; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'arguments,': 0.09; 'arguments.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'syntax.': 0.09; 'syntax': 0.11; 'am,': 0.13; 'wrote:': 0.15; 'expression.': 0.16; 'lisp': 0.16; 'pointless': 0.16; 'reedy': 0.16; 'matching': 0.16; "wouldn't": 0.17; 'suggest': 0.17; 'programming': 0.18; 'jan': 0.19; 'appropriate': 0.20; 'language': 0.20; '(i.e.,': 0.22; 'header:In-Reply-To:1': 0.22; 'stuff': 0.22; 'fundamental': 0.23; 'literal': 0.23; 'programs.': 0.23; 'appear': 0.23; 'code': 0.24; 'function': 0.26; 'language.': 0.28; 'expressions': 0.29; 'array': 0.30; 'arrays': 0.30; 'looks': 0.30; 'print': 0.32; "skip:' 10": 0.32; 'rather': 0.33; 'to:addr:python-list': 0.34; 'header:X-Complaints-To:1': 0.34; 'header:User-Agent:1': 0.34; 'someone': 0.34; 'majority': 0.34; 'skip:# 10': 0.34; 'quite': 0.34; 'thank': 0.35; 'totally': 0.35; 'certain': 0.36; 'data.': 0.36; 'operations': 0.36; 'note,': 0.37; 'some': 0.37; 'model': 0.37; 'received:org': 0.38; 'role': 0.38; 'subject:: ': 0.38; 'linked': 0.38; 'common': 0.39; 'perhaps': 0.39; 'talk': 0.39; 'header:Mime-Version:1': 0.39; 'data': 0.39; 'to:addr:python.org': 0.39; 'format': 0.40; 'forget': 0.61; 'situations.': 0.67; 'relevant': 0.69; 'learned': 0.73; 'promote': 0.81; '(let': 0.84; '4:29': 0.84; 'idiots': 0.84; 'irrelevant': 0.84; 'symmetry': 0.84; 'uniform': 0.84; 'data)': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Lisp refactoring puzzle Date: Wed, 13 Jul 2011 10:34:41 -0400 References: <19f8eb5b-cc90-472a-8399-4a5787b6fecf@glegroupsg2000goo.googlegroups.com> <2c59f63a-b46f-4ea9-bc12-da4841687117@l28g2000yqc.googlegroups.com> <5cb297e4-6a39-461c-98c5-639e72e166af@p10g2000prf.googlegroups.com> <87mxgilh15.fsf@mithlond.arda> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 In-Reply-To: <87mxgilh15.fsf@mithlond.arda> 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: 47 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1310567707 news.xs4all.nl 23885 [2001:888:2000:d::a6]:56365 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9398 On 7/13/2011 4:29 AM, Teemu Likonen wrote: > * 2001-01-01T14:11:11-05:00 * Terry Reedy wrote: > >> As a side note, the same principle of expressions matching operations >> in symmetry suggest that majority of up are quite sensible and not >> dumb idiots for preferring 'f(x)' to the '(f x)' of Lisp. In a >> function call, the function has a different role than the arguments, >> so it is appropriate that it have a different role in the expression. > > Please don't forget that the whole point of Lisps' (f x) syntax is that > code is also Lisp data. Thank you for clarifying that. Some Lispers appear to promote the 'simple, uniform syntax' as a end in itself (making code=data a side effect) rather than as a means to accomplish a deeper end. > It's not just a function call with arguments. > First, it's literal data (two linked cons cells and symbols) and then > the Lisp evaluating model makes it a function call in certain > situations. > > Lisp is > > CL-USER> (let ((lisp (cons 'programmable nil))) > (setf (rest lisp) lisp)) This much looks like Lisp > #1=(PROGRAMMABLE . #1#) This must be some of the new-fangled Common LIsp stuff I never learned ;=). > programming language and it's totally irrelevant and pointless to say > "which syntax someone prefers" because this feature (code being data) is > very fundamental principle of the language. You know, it's easy to write > programs that write programs. If we remove this feature (i.e., don't > talk about Lisp at all) then it's perhaps relevant to discuss about such > choices in syntax. > > You wouldn't want Python arrays have a read and print format "a[b, c]", > that is, the first item of the array printed outside []'s. It would be > silly. -- Terry Jan Reedy