Looks very interesting for command line tools. Are all these packages
included, or do they have to be downloaded/installed prior to using?
http://golang.org/pkg/

It looks like third party Go packages are cross platform, text based
(non-binary). Is this so?
That would be awesome for easy deployment in a multi platform pipeline.

// Fredrik



On the topic of introducing other languages in a studio, has anyone had
> experience trying Go in a production VFX pipeline? I've brought it in for
> one tool rewrite, and one web service so far, and have been really hoping
> to see it pick up as a standard in pipeline. Benefits that relate
> specifically to our world are things like:
>
> * Easy syntax that caters to Python developers
> * Compiled, static binaries that are easy to deploy
> * Fast compilation so it makes iterating version fast when in a crunch or
> needing to fix fast
> * Performance on par with C++/Java
> * Statically typed language prevents those pesky bugs that can come out of
> python when someone doesn't have a test that covers every single code
> branch. So generally when you mess up...you find out at compile time,
> instead of in production when you see "Unbound local variable 'foo' does
> not exist".
> * Super strong support for writing servers/services, both in the standard
> library, and the number of 3rd party packages
> * Core concurrency concepts
>
> I've managed to get a couple other co-workers stoked on the idea, so
> hopefully I will see some more tools come about. To me, it seems like it is
> an extremely good fit for pipelines
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAD%3DwhWOskhRY8En_COExSja5Y%2BC-058pdgV4JK85iydLtS4w4w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to