[go-nuts] Re: go language sensitive editor?

2018-11-24 Thread Gregory Graham
Okay, while some of us are reminiscing about ed, here is my story. When I first used Unix in 1980, I learned vi, and that was my primary editor for many years. However, I learned about ed and found it to be useful in the days before windowing systems. When I would get a compile error, I sometim

Re: [go-nuts] Inconsistency in the casting int to byte

2018-11-18 Thread Gregory Graham
Thank for expanding on that. As a Go newbie, I didn't see how Jan's response answered your question, but you made it clear. On Sunday, November 18, 2018 at 4:34:00 PM UTC-6, gith...@gmail.com wrote: > > Thank you Jan, > I read the spec a bit more carefully after you pointed it out and I now > un