Hello there,

Do have it on git by any chance?

On Saturday, September 28, 2013 at 7:55:34 AM UTC-7, John Waycott wrote:
>
>
>
> On Wednesday, September 25, 2013 8:14:40 AM UTC-7, Ian Lance Taylor wrote:
>>
>> I'm not sure what question you are asking, but I write build scripts 
>> and the like in Go these days.  It's straightforward to use the 
>> os/exec package to start programs and pipe them together--not as easy 
>> as in shell, but not hard.  And using Go makes it much much easier to 
>> run a bunch of subprograms in parallel. 
>>
>> I think that is one of Go's greatest strengths for this application 
> space. I wrote a health monitor that can run any number of subprograms, 
> check each item at different rates, etc. It was trivial to write in Go. It 
> would have been very difficult in shell and quite messy in C.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to