Re: [9fans] equality sign in Rc

2017-05-06 Thread Nick Owens
why do that when you can just run 'mk'

On May 6, 2017 12:47 AM, "Sean Callanan"  wrote:

> I can't speak for dexen, but I would love to be able to run
>
> cc -DFOO=bar file.c
>
> or similar commands with button 2 in Acme.  What I get instead is
>
> rc: line 2: token '=': syntax error
>
> Sean
>
> iPadから送信
>
> 2017/05/05 18:53、t...@teknik.io のメッセージ:
>
> > May 1, 2017 2:30 PM, "dexen deVries"  wrote:
> >
> >> does anybody have a version of Rc that allows unquoted equality sign?
> >>
> >> having to quote the character get a bit annoying on POSIX systems
> (plan9port)
> >
> > I don't, but can you explain in detail what you are doing that causes an
> issue?
> >
> >
>
>


Re: [9fans] equality sign in Rc

2017-05-06 Thread Sean Callanan
Sure, and that's the 'quoted equality sign' dexen was complaining about in
the first place.

When you're hand-writing a command it probably becomes muscle memory pretty
quickly, but for people who often copy-paste commands or run them straight
out of files, I'm sure they've been aggravated by this far more often than
they've used rc's = syntax for its intended purpose.

Sean

On Sat, May 6, 2017 at 6:22 AM Steve Simon  wrote:

>
> i would have expected this to work:
>
> cc '-DFOO=bar' file.c
>
> -Steve
>
> > On 6 May 2017, at 08:43, Sean Callanan  wrote:
> >
> > I can't speak for dexen, but I would love to be able to run
> >
> > cc -DFOO=bar file.c
> >
> > or similar commands with button 2 in Acme.  What I get instead is
> >
> > rc: line 2: token '=': syntax error
> >
> > Sean
> >
> > iPadから送信
> >
> > 2017/05/05 18:53、t...@teknik.io のメッセージ:
> >
> >> May 1, 2017 2:30 PM, "dexen deVries"  wrote:
> >>
> >>> does anybody have a version of Rc that allows unquoted equality sign?
> >>>
> >>> having to quote the character get a bit annoying on POSIX systems
> (plan9port)
> >>
> >> I don't, but can you explain in detail what you are doing that causes
> an issue?
> >>
> >>
>
>
>


Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-06 Thread Peter A. Cejchan
Cross fingers...

On Sat, May 6, 2017 at 3:17 PM, Fran. J Ballesteros  wrote:

> not yet.
> sorry for the "was".
>
> El 6 may 2017, a las 15:12, Peter A. Cejchan  escribió:
>
> "clive was just another attempt"...oh, no... Clive is dead ???
>
> On Sat, May 6, 2017 at 10:18 AM, Francisco J Ballesteros 
> wrote:
>
>> I don’t now if clive or not,
>>
>> but, I think the world has changed and I’d like to get a plan9 like
>> environment
>> but considering as the HW all the machines I use, including their OS as
>> the new “HW”.
>>
>> I’ve been trying to do that since the octopus, clive was just another
>> attempt; ideas are welcome :-)
>>
>>
>> > On 5 May 2017, at 21:43, Giacomo Tesio  wrote:
>> >
>> > You might find https://lsub.org/ls/clive.html interesting.
>> >
>> >
>> > Giacomo
>> >
>> > 2017-05-05 15:25 GMT+02:00 Dave MacFarlane :
>> >> On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber 
>> wrote:
>> >>>
>> >>> Plan 9 has not yet been re-implemented in Go.
>> >>>
>> >>> sl
>> >>>
>> >>
>> >> I started trying to do that at one point, but never got my kernel much
>> >> farther than booting just enough to run "Hello, world!" compiled with
>> >> 6c on a FAT filesystem in ring 0 and then crashing the system before
>> >> deciding I don't have the time to finish it or get it somewhere
>> >> useable. If anyone who has the time is interested in picking it up,
>> >> contact me off-list and I'll send you a link to my (horribly written
>> >> and designed) code.
>> >>
>> >> I'm more of a userspace kinda guy anyways..
>> >>
>> >> - Dave
>> >
>>
>>
>>
>


Re: [9fans] equality sign in Rc

2017-05-06 Thread Steve Simon

i would have expected this to work:

cc '-DFOO=bar' file.c

-Steve

> On 6 May 2017, at 08:43, Sean Callanan  wrote:
> 
> I can't speak for dexen, but I would love to be able to run
> 
> cc -DFOO=bar file.c
> 
> or similar commands with button 2 in Acme.  What I get instead is
> 
> rc: line 2: token '=': syntax error
> 
> Sean
> 
> iPadから送信
> 
> 2017/05/05 18:53、t...@teknik.io のメッセージ:
> 
>> May 1, 2017 2:30 PM, "dexen deVries"  wrote:
>> 
>>> does anybody have a version of Rc that allows unquoted equality sign?
>>> 
>>> having to quote the character get a bit annoying on POSIX systems 
>>> (plan9port)
>> 
>> I don't, but can you explain in detail what you are doing that causes an 
>> issue?
>> 
>> 




Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-06 Thread Fran. J Ballesteros
in fact all my machines are using zx now, a 9p descendant. I'm quite happy with 
it. 


> El 6 may 2017, a las 15:17, Fran. J Ballesteros  escribió:
> 
> not yet. 
> sorry for the "was". 
> 
>> El 6 may 2017, a las 15:12, Peter A. Cejchan  escribió:
>> 
>> "clive was just another attempt"...oh, no... Clive is dead ???
>> 
>>> On Sat, May 6, 2017 at 10:18 AM, Francisco J Ballesteros  
>>> wrote:
>>> I don’t now if clive or not,
>>> 
>>> but, I think the world has changed and I’d like to get a plan9 like 
>>> environment
>>> but considering as the HW all the machines I use, including their OS as the 
>>> new “HW”.
>>> 
>>> I’ve been trying to do that since the octopus, clive was just another 
>>> attempt; ideas are welcome :-)
>>> 
>>> 
>>> > On 5 May 2017, at 21:43, Giacomo Tesio  wrote:
>>> >
>>> > You might find https://lsub.org/ls/clive.html interesting.
>>> >
>>> >
>>> > Giacomo
>>> >
>>> > 2017-05-05 15:25 GMT+02:00 Dave MacFarlane :
>>> >> On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber  
>>> >> wrote:
>>> >>>
>>> >>> Plan 9 has not yet been re-implemented in Go.
>>> >>>
>>> >>> sl
>>> >>>
>>> >>
>>> >> I started trying to do that at one point, but never got my kernel much
>>> >> farther than booting just enough to run "Hello, world!" compiled with
>>> >> 6c on a FAT filesystem in ring 0 and then crashing the system before
>>> >> deciding I don't have the time to finish it or get it somewhere
>>> >> useable. If anyone who has the time is interested in picking it up,
>>> >> contact me off-list and I'll send you a link to my (horribly written
>>> >> and designed) code.
>>> >>
>>> >> I'm more of a userspace kinda guy anyways..
>>> >>
>>> >> - Dave
>>> >
>>> 
>>> 
>> 


Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-06 Thread Fran. J Ballesteros
not yet. 
sorry for the "was". 

> El 6 may 2017, a las 15:12, Peter A. Cejchan  escribió:
> 
> "clive was just another attempt"...oh, no... Clive is dead ???
> 
>> On Sat, May 6, 2017 at 10:18 AM, Francisco J Ballesteros  
>> wrote:
>> I don’t now if clive or not,
>> 
>> but, I think the world has changed and I’d like to get a plan9 like 
>> environment
>> but considering as the HW all the machines I use, including their OS as the 
>> new “HW”.
>> 
>> I’ve been trying to do that since the octopus, clive was just another 
>> attempt; ideas are welcome :-)
>> 
>> 
>> > On 5 May 2017, at 21:43, Giacomo Tesio  wrote:
>> >
>> > You might find https://lsub.org/ls/clive.html interesting.
>> >
>> >
>> > Giacomo
>> >
>> > 2017-05-05 15:25 GMT+02:00 Dave MacFarlane :
>> >> On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber  
>> >> wrote:
>> >>>
>> >>> Plan 9 has not yet been re-implemented in Go.
>> >>>
>> >>> sl
>> >>>
>> >>
>> >> I started trying to do that at one point, but never got my kernel much
>> >> farther than booting just enough to run "Hello, world!" compiled with
>> >> 6c on a FAT filesystem in ring 0 and then crashing the system before
>> >> deciding I don't have the time to finish it or get it somewhere
>> >> useable. If anyone who has the time is interested in picking it up,
>> >> contact me off-list and I'll send you a link to my (horribly written
>> >> and designed) code.
>> >>
>> >> I'm more of a userspace kinda guy anyways..
>> >>
>> >> - Dave
>> >
>> 
>> 
> 


Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-06 Thread Peter A. Cejchan
"clive was just another attempt"...oh, no... Clive is dead ???

On Sat, May 6, 2017 at 10:18 AM, Francisco J Ballesteros 
wrote:

> I don’t now if clive or not,
>
> but, I think the world has changed and I’d like to get a plan9 like
> environment
> but considering as the HW all the machines I use, including their OS as
> the new “HW”.
>
> I’ve been trying to do that since the octopus, clive was just another
> attempt; ideas are welcome :-)
>
>
> > On 5 May 2017, at 21:43, Giacomo Tesio  wrote:
> >
> > You might find https://lsub.org/ls/clive.html interesting.
> >
> >
> > Giacomo
> >
> > 2017-05-05 15:25 GMT+02:00 Dave MacFarlane :
> >> On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber 
> wrote:
> >>>
> >>> Plan 9 has not yet been re-implemented in Go.
> >>>
> >>> sl
> >>>
> >>
> >> I started trying to do that at one point, but never got my kernel much
> >> farther than booting just enough to run "Hello, world!" compiled with
> >> 6c on a FAT filesystem in ring 0 and then crashing the system before
> >> deciding I don't have the time to finish it or get it somewhere
> >> useable. If anyone who has the time is interested in picking it up,
> >> contact me off-list and I'll send you a link to my (horribly written
> >> and designed) code.
> >>
> >> I'm more of a userspace kinda guy anyways..
> >>
> >> - Dave
> >
>
>
>


Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-06 Thread Giacomo Tesio
Il 06/Mag/2017 10:22, "Francisco J Ballesteros"  ha scritto:

considering as the HW all the machines I use, including their OS as the new
“HW”.


I'm afraid it's what they are trying to achieve with webassebly.

And in a way Inferno was doing the same, wasn't it.

I agree that in a network, several different os should be able to work
together seemlessy.

But despite my efforts in Jehanne I don't think the key to achieve this is
a os, nor a language. IMHO the key is a better general purpose protocol, as
simple as 9p but able to replace http.


Giacomo


Re: [9fans] Reimplementing Plan 9 in Go (Was: Re: [9front] bio io functions)

2017-05-06 Thread Francisco J Ballesteros
I don’t now if clive or not,

but, I think the world has changed and I’d like to get a plan9 like environment
but considering as the HW all the machines I use, including their OS as the new 
“HW”.

I’ve been trying to do that since the octopus, clive was just another attempt; 
ideas are welcome :-)


> On 5 May 2017, at 21:43, Giacomo Tesio  wrote:
> 
> You might find https://lsub.org/ls/clive.html interesting.
> 
> 
> Giacomo
> 
> 2017-05-05 15:25 GMT+02:00 Dave MacFarlane :
>> On Fri, May 5, 2017 at 6:21 AM, Stanley Lieber  
>> wrote:
>>> 
>>> Plan 9 has not yet been re-implemented in Go.
>>> 
>>> sl
>>> 
>> 
>> I started trying to do that at one point, but never got my kernel much
>> farther than booting just enough to run "Hello, world!" compiled with
>> 6c on a FAT filesystem in ring 0 and then crashing the system before
>> deciding I don't have the time to finish it or get it somewhere
>> useable. If anyone who has the time is interested in picking it up,
>> contact me off-list and I'll send you a link to my (horribly written
>> and designed) code.
>> 
>> I'm more of a userspace kinda guy anyways..
>> 
>> - Dave
> 




Re: [9fans] equality sign in Rc

2017-05-06 Thread Sean Callanan
I can't speak for dexen, but I would love to be able to run

cc -DFOO=bar file.c

or similar commands with button 2 in Acme.  What I get instead is

rc: line 2: token '=': syntax error

Sean

iPadから送信

2017/05/05 18:53、t...@teknik.io のメッセージ:

> May 1, 2017 2:30 PM, "dexen deVries"  wrote:
> 
>> does anybody have a version of Rc that allows unquoted equality sign?
>> 
>> having to quote the character get a bit annoying on POSIX systems (plan9port)
> 
> I don't, but can you explain in detail what you are doing that causes an 
> issue?
> 
>