Re: Spasm - webassembly libary for single page applications

2018-10-15 Thread Jesse Phillips via Digitalmars-d-announce
On Friday, 12 October 2018 at 19:43:25 UTC, Sebastiaan Koppe wrote: I like to announce Spasm https://github.com/skoppe/spasm It is a webassembly library to develop single page applications and builds on my previous work This is really interesting. I don't do web development myself and

Re: Wed Oct 7 - Avoiding Code Smells by Walter Bright

2018-10-15 Thread Walter Bright via Digitalmars-d-announce
On 10/15/2018 3:30 PM, Nicholas Wilson wrote: On Monday, 15 October 2018 at 21:23:13 UTC, Walter Bright wrote: I'm giving a presentation at: http://nwcpp.org/ See you there! Where'd you get your time machine from? I want one! Gaaah! I mean Oct. 17.

Re: Wed Oct 7 - Avoiding Code Smells by Walter Bright

2018-10-15 Thread bachmeier via Digitalmars-d-announce
On Monday, 15 October 2018 at 22:30:32 UTC, Nicholas Wilson wrote: On Monday, 15 October 2018 at 21:23:13 UTC, Walter Bright wrote: I'm giving a presentation at: http://nwcpp.org/ See you there! Where'd you get your time machine from? I want one! std.timetravel was merged in DMD 2.082

Re: Wed Oct 7 - Avoiding Code Smells by Walter Bright

2018-10-15 Thread Nicholas Wilson via Digitalmars-d-announce
On Monday, 15 October 2018 at 21:23:13 UTC, Walter Bright wrote: I'm giving a presentation at: http://nwcpp.org/ See you there! Where'd you get your time machine from? I want one!

Wed Oct 7 - Avoiding Code Smells by Walter Bright

2018-10-15 Thread Walter Bright via Digitalmars-d-announce
I'm giving a presentation at: http://nwcpp.org/ See you there!

Re: Spasm - webassembly libary for single page applications

2018-10-15 Thread Dejan Lekic via Digitalmars-d-announce
On Sunday, 14 October 2018 at 19:04:51 UTC, Sebastiaan Koppe wrote: It turns out jumping between wasm and js isn't really a big deal (at least not anymore), so I ditched that idea to keep things simple. Plus, there is a good chance that in the near future wasm will be able to call the