I was wondering how interested the group is in PNACL.
The idea is that with Julia and LLVM, its possible to compile to PNACL.
Why is it useful ?
Well it will vary for different projects of course. For me, we want to expose it to Google chrome.
Python group has gotten it working and basically have ipython running in the browser with plots.
Go can now do it
Rust can also do it.
This is the cool aspect of LLVM, compared to JVM.
JVM was write one, run everywhere.
LLVM is more like write anyway, deploy everywhere.
Also i noticed that with Julia, because it is doing JIT with LLVM, its possible to link to c code directly.
So this means that its vary possible to use Julia as a combining language for c, and GO, and output to PNACL.
Thats a pretty useful i feel.
Wondering how people feel about this though ?