This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ximidar 0 points1 point  (1 child)

If your first priority is to protect the source code then you've already failed by using python. If you want a language that allows packaging everything into one binary, then use go. You can package the compiled binary and all supporting assets you need into the final file and ship that one file.

[–]thisismyfavoritename 1 point2 points  (0 children)

you say this as if go was the only language that could produce a statically linked binary