From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12984 invoked by alias); 22 Oct 2015 15:29:56 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20809 Received: (qmail 1080 invoked from network); 22 Oct 2015 15:29:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=vsFYQC4/11PqlKifmEOq9w==:117 a=vsFYQC4/11PqlKifmEOq9w==:17 a=gH2l33NO9zgA:10 a=Fdkxr_5KmFUA:10 a=aDOosfgJe6J5A-Ah-DEA:9 a=pvA44qeTxYYA:10 a=u5x2cFC1S5sA:10 Message-id: <562900EF.8090509@eastlink.ca> Date: Thu, 22 Oct 2015 08:29:51 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: suprise with -= References: <562483C9.1060602@eastlink.ca> <151019113517.ZM32739@torch.brasslantern.com> <562545DD.5020008@eastlink.ca> <151019172744.ZM558@torch.brasslantern.com> <5627D2F8.3000004@eastlink.ca> <970471445453032@web1h.yandex.ru> In-reply-to: <970471445453032@web1h.yandex.ru> Content-type: text/plain; charset=koi8-r; format=flowed Content-transfer-encoding: 7bit On 10/21/2015 11:43 AM, ZyX wrote: > and at the time of *execution* you evaluate `first+second` as an > expression. Ok, I think I begin to see where I'm going wrong. I'm extending 'parsing' in my head into what only happens at execution. Another difference between a compiled language vs. an interpreted one. I guess parsing, in an interpreted language, is strictly speaking a much simple matter. At run time more work is done. Thanks.