Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dennis Lee Bieber Newsgroups: comp.lang.python Subject: Re: Statements as expressions [was Re: Undefined behaviour in C] Date: Tue, 29 Mar 2016 23:49:18 -0400 Organization: IISS Elusive Unicorn Lines: 17 Message-ID: References: <87poug5t0c.fsf@nightsong.com> <1344e2bf-15d2-412e-9512-b0aba800dada@googlegroups.com> <56f880ba$0$1617$c3e8da3$5496439d@news.astraweb.com> <878u125ugc.fsf@nightsong.com> <720bdbcc-862d-425d-abc0-2dacaaf8f7d9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de mcQpLfUrnLlFGI5zG/MZjg8wmEzNwyGvyo+1+CJnPL0A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; '2016': 0.16; 'distinction': 0.16; 'proc': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:expressions': 0.16; 'subroutine': 0.16; 'url:home': 0.18; '(in': 0.18; 'pascal': 0.22; 'header:X-Complaints-To:1': 0.26; 'define': 0.27; 'function': 0.28; 'subject: [': 0.29; '-0700': 0.33; 'tue,': 0.34; 'clear': 0.35; 'functions.': 0.35; 'quite': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'goes': 0.39; 'to:addr:python.org': 0.40; 'back': 0.62; 'mar': 0.65; 'precursor': 0.84; 'dennis': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: adsl-108-73-118-113.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:106027 On Tue, 29 Mar 2016 20:14:02 -0700 (PDT), Rustom Mody declaimed the following: >Pascal ? C ? Python is a slide down because >Pascal had the clear distinction of procedure and function That goes back to FORTRAN (in which one has SUBROUTINE subprocedures, and FUNCTION subprocedures -- yes, that is how the standard document used to define them), which quite predates Pascal. Strangely, the precursor to Pascal -- ALGOL -- apparently used PROC for both procedures and functions. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/