On Wed, May 29, 2013 at 3:51 PM, John Mija <[email protected]> wrote:
> How could be integrated the Go language in Rust?
> [...]
> + It could be used in programs where you want give power to users to run
> some tasks, i.e. into a database; today, it's being added JS to some DBMSs
>
> + To Run web scripts in Go --into a fork of Servo-- which will allow create
> powerful applications easily with a great performance and easily of
> debugging.
>

If you don't call precompile or at the very least JIT, performance is
going to be very lackluster, and I'm unconvinced any existing
debuggers would be usable.

I think this effort is misguided. Go's semantics aren't well suited to
embedding like Lua or even JS or Python are.

But you can call Go code from Rust if it exports a C-compatible ABI
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to