From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28028 invoked by alias); 26 Nov 2017 17:36: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: List-Unsubscribe: X-Seq: 22989 Received: (qmail 311 invoked by uid 1010); 26 Nov 2017 17:36:56 -0000 X-Qmail-Scanner-Diagnostics: from mta04.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(24.224.136.10):SA:0(-2.6/5.0):. Processed in 4.319353 secs); 26 Nov 2017 17:36:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | X-Authority-Analysis: v=2.2 cv=f/c4PK6M c=1 sm=1 tr=0 a=9Wj3nvOivpgHSDwvu7bboA==:117 a=9Wj3nvOivpgHSDwvu7bboA==:17 a=IkcTkHD0fZMA:10 a=ObNq7FDMZT_3hu7Qe3cA:9 a=QEXdDO2ut3YA:10 X-EL-IP-NOAUTH: 24.207.101.62 Subject: Re: Ways of delivering code for execution To: zsh-users@zsh.org References: From: Ray Andrews Message-id: <7e43fb1a-0a39-6bcf-5ba0-7f24fd9f5821@eastlink.ca> Date: Sun, 26 Nov 2017 09:06:47 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-version: 1.0 In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit Content-language: en-CA On 26/11/17 07:01 AM, Sebastian Gniazdowski wrote: > Hello, > I know following methods of loading a code for execution: > > a) source file > b) autoload file && file > c) eval $( > This is one of impossible questions that I sometimes ask. I'm wondering if there is any other method to do what a,b,c are doing? Just curious: why do you look for other methods?