From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 5 Nov 2010 15:06:35 -0400 To: 9fans@9fans.net Message-ID: <24eb2801abe768758f7a60b2b15df709@coraid.com> In-Reply-To: References: <773C7824-C50D-49EE-9CF8-74E91515F2F3@corpus-callosum.com> <201011051807.53647.dexen.devries@gmail.com> <201011051832.14379.dexen.devries@gmail.com> <50204b4f64941301a658e83f9bf6d1be@coraid.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Plan9 development Topicbox-Message-UUID: 7854f3ec-ead6-11e9-9d60-3106f5b1d025 > > ('&', '&&', '||', if, '|', 'and '`{}') with something general > > enough to replace mk, you'd be on to something. > > i did a mash-inspired version of mk as an inferno shell module once. > it required no new syntax (although it could be confused by > files named ":"...) what you did was very cool, but iirc this was in addition to, not replacing the standard && || ... bits. one could build pipelines and specify command order in one unified way, no? - erik