You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brett hartshorn edited this page Aug 29, 2015
·
2 revisions
The command line option --go is used to enable the Golang backend. Example:
transpile myscript.py --go
The Go backend is fully statically typed, and follows many of the same syntax and restrictions as the C++ and Rust backends. Primitive types are heap allocated, like integers and floats. Any container type (array or map), or user class, are stack allocated.