Re: [julia-users] Translating Julia to Javascript via LLVM and Emscripten

2015-10-08 Thread Páll Haraldsson
On Monday, September 2, 2013 at 6:54:17 PM UTC, Stefan Karpinski wrote: > > This won't work at this point for the same reasons that we can't yet > generate binaries – we use the LLVM JIT incrementally rather than compiling > a large, complete chunk of LLVM code. If it is/were possible to use

Re: [julia-users] Translating Julia to Javascript via LLVM and Emscripten

2014-04-06 Thread mikeb2012
So where do things stand on this concept of Julia and Javascript interaction? Stefan in this thread hints at its potential if it were possible to use LLVM to compile itself. That seems to have been done (LLVM.js) and the thread

Re: [julia-users] Translating Julia to Javascript via LLVM and Emscripten

2014-04-06 Thread Steven G. Johnson
On Sunday, April 6, 2014 8:07:31 PM UTC-4, mikeb2012 wrote: a) why can't Julia be the number crunching engine that Javascript lacks, and JS the foundation for the graphics and GUI Julia lacks; or That's more-or-less how IJulia/IPython works. The front-end is a lot of Javascript. See