Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-15 Thread Edward K. Ream
On Thu, Feb 15, 2018 at 9:02 AM, jkn wrote: I must be missing something wrt. the Webassembly.studio link - i just get a > black screen? (Firefox and Mozilla) > ​Are you using noscript? If so, check your permissions. Edward -- You received this message because you are subscribed to the Google

Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-15 Thread jkn
On Thursday, February 15, 2018 at 11:43:10 AM UTC, Edward K. Ream wrote: > > > > On Wednesday, February 14, 2018 at 2:46:21 PM UTC-6, PMario wrote: > > Just got this link today: https://webassembly.studio/ ... if you want to >> play with C or Rust -> WebAssembly :) >> > > And another wow. From

Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-15 Thread Edward K. Ream
On Thursday, February 15, 2018 at 5:43:10 AM UTC-6, Edward K. Ream wrote: And another wow. From rust's wikipedia article > : "Rust won > first place for "most loved programming language" in the Stack Overflow > Developer Survey in 2016

Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-15 Thread Edward K. Ream
On Wednesday, February 14, 2018 at 2:46:21 PM UTC-6, PMario wrote: Just got this link today: https://webassembly.studio/ ... if you want to > play with C or Rust -> WebAssembly :) > And another wow. From rust's wikipedia article : "R

Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-15 Thread Edward K. Ream
On Thursday, February 15, 2018 at 5:15:20 AM UTC-6, Edward K. Ream wrote: Wow. > The first thing I like about this site is that Ctrl-+ increases the font size ;-) Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this

Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-15 Thread Edward K. Ream
On Wed, Feb 14, 2018 at 2:46 PM, PMario wrote: Just got this link today: https://webassembly.studio/ > ​Wow. This, Atom and Jupyter notebooks look like Leo's real competitors. Emacs and vim don't seem to very relevant any more... The WebAssembly sources

Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-14 Thread PMario
Hi, Just got this link today: https://webassembly.studio/ ... if you want to play with C or Rust -> WebAssembly :) -m -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-14 Thread Jacob MacDonald
That's not all. If you want to see some really neat things check out Web Assembly, the evolution of ASM.js which compiles to a binary and already has support in a few browsers and LLVM. Jacob. On Wed, Feb 14, 2018, 08:22 Edward K. Ream wrote: > On Wed, Feb 14, 2018 at 7:27 AM, jkn wrote: > >>

Re: OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-14 Thread Edward K. Ream
On Wed, Feb 14, 2018 at 7:27 AM, jkn wrote: > Just for general interest and 'wow'-ness really, given the recent chat > about Node.js, browser integration, ect. ect. > > http://asmjs.org/ > > http://kripken.github.io/mloc_emscripten_talk/ > ​Thanks for the links. Given the complications involved

OTish: asm.js - an extraordinarily optimizable, low-level subset of JavaScript

2018-02-14 Thread jkn
Just for general interest and 'wow'-ness really, given the recent chat about Node.js, browser integration, ect. ect. http://asmjs.org/ asm.js - an extraordinarily optimizable, low-level subset of JavaScript http://kripken.github.io/mloc_emscripten_talk/ Big web app? Compile it! Cheers J