From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <2784e00520033948eaf532a780ebad35@quintile.net> Date: Wed, 1 May 2013 02:44:31 +0300 Message-ID: From: suharik To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] [GSOC 2013] Implement plan9 commands in Go, Goblin Topicbox-Message-UUID: 4d94043e-ead8-11e9-9d60-3106f5b1d025 With := you can define locale variable where you need it. That's like pascal style (where you define all variables before the code) versus c style (where you define variables with code). Not critical, but there is a practical issue. 2013/5/1 erik quanstrom : > On Tue Apr 30 18:50:42 EDT 2013, gleb.ax.sh@gmail.com wrote: >> > syntax is: var=val cmd >> Sure, foo=() bar=() baz=() { ... } works, but that's not very practical. > > i don't see the practical issue. the idiom described works fine. > > not liking the syntax is not a good reason to introduce incompatable > ways of doing things. > > - erik >