On 13-05-29 02:32 PM, John Mija wrote: > And what do you think about this one? > > (a) The Go programs must use a function for that the output been to a > socket in Unix systems or to a pipe in Windows systems. > (b) The Go program is compiled from Rust using bindings to the Go's C > compilers). > (c) Now, Rust can read the output through a socket. > > So, we get fast compilation and easy access to the Go's output.
Yes, this is a way to interoperate between any two languages that have I/O facilities. > Well, the usage of Go like web language would be mainly useful for large > web applications like games. > Go has integer and float types of 64 bits. So do many languages (including Rust). But as I said, this is not the right topic for this list. -Graydon _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
