Re: [julia-users] Re: Can Julia be the next web scripting language?

2014-12-18 Thread Tom Short
It's getting closer. First, the --compile=all and --dump-bitcode=yes options to Julia are a big help in dumping LLVM bitcodes. The contrib/build_sysimg.jl code is useful for this after modifying it to include these Julia command-line options. There are a few issues with using Emscripten with Julia

Re: [julia-users] Re: Can Julia be the next web scripting language?

2014-12-18 Thread Páll Haraldsson
On Thursday, December 18, 2014 10:59:53 AM UTC, Jerzy Głowacki wrote: > > I suppose Julia would be the successor to JavaScript if it was converted > by Emscripten and run by asm.js. But for now there seems to be an > Enscripten bug which invalidates Julia IR code. Hi, Curious, what bug is th

Re: [julia-users] Re: Can Julia be the next web scripting language?

2014-12-18 Thread Jerzy Głowacki
I suppose Julia would be the successor to JavaScript if it was converted by Emscripten and run by asm.js. But for now there seems to be an Enscripten bug which invalidates Julia IR code.