Did you know that Rust has been voted the 'most loved programming language' for five years in a row by the Stack Overflow community? It's no wond...
For further actions, you may consider blocking this person and/or reporting abuse
Your example using
execyou are calling binary, it would not matter if it was written in rust or any other languageone way to call "functions" of a language inside Go is using the plugin, where you load the operating system library (files
.so) and don't execute the binary as in your example aboveI am using this plugin approach in prestd, here is a thread discussing how it works
Yes! this was mostly the example that steped upon, you are 100% correct, any compiled language should do the trick.
Never seen this before go-plugin, will check it out! Also loved the prest project
thanks a lot for the comment!
Come contribute with us \o/, we need more people helping the project evolve