PYTOGO

Richard Laager rlaager at wiktel.com
Mon Sep 17 21:29:51 UTC 2018


On 09/17/2018 04:27 PM, Hal Murray via devel wrote:
> I don't understand what you mean by "remove a run-time dependency for 
> operators"?

If the userspace tools are written in Python, then you need Python to
run them.

If they are written in Go, they are compiled to binary executables, and
you do not need Python (nor a Go compiler) to run them.

-- 
Richard


More information about the devel mailing list