--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks,But my doubt remains about NaCl as a chrome application (so without PNaCl). I found here in the wiki that IRT and Pepper API are not supported yet, but what I would like to do is plain computation, no system call (except multithreading if possible), at least for now.
But my doubt remains about NaCl as a chrome application (so without PNaCl). I found here in the wiki that IRT and Pepper API are not supported yet, but what I would like to do is plain computation, no system call (except multithreading if possible), at least for now.That is : take an input from javascript, make some intensive computations in Go and return a result.
I'm not sure I have the skills to do so, but I can give it a shot and keep you posted if something works.But I have another (perhaps naive) idea, since we can call Go code from C (http://golang.org/cmd/cgo/), what about wrapping the Go function in C, and let the C wrapper interact with Javascript/PPAPI ?If it's not possible, I'm afraid I will begin by coding in C while waiting quietly (maybe the 1.5 :-) ). I think I will have to write some critical parts in C anyway.
I'm not sure if it's up to date at this point.