Re: DConf 2018 Call for Submissions

2017-11-14 Thread Mike Parker via Digitalmars-d-announce
On Tuesday, 14 November 2017 at 14:26:41 UTC, Joakim wrote: Typo in blog post, procrastanate -> procrastinate. Thanks!

Re: compile D to asm.js using ldc --betterC and emcc

2017-11-14 Thread Joakim via Digitalmars-d-announce
On Tuesday, 14 November 2017 at 10:01:51 UTC, SrMordred wrote: On Sunday, 8 October 2017 at 09:48:57 UTC, Dukc wrote: On Saturday, 7 October 2017 at 17:31:37 UTC, cosinus wrote: I wrote a little working demo that shows how to use D inside firefox. It uses emscripten(emcc) and ldc.

Re: DConf 2018 Call for Submissions

2017-11-14 Thread Joakim via Digitalmars-d-announce
On Tuesday, 14 November 2017 at 14:07:51 UTC, Mike Parker wrote: The time to start preparing submissions for DConf 2018 has come! The event is scheduled for May 2-5 in Munich, Germany. As with the 2017 edition, three days of talks are planned, followed by a Hackathon on the last day.

Re: DConf 2018 Call for Submissions

2017-11-14 Thread Mike Parker via Digitalmars-d-announce
Reddit: https://www.reddit.com/r/programming/comments/7cvsi3/dconf_2018_call_for_submissions_interview_with/ I've also submitted it to Hacker News. https://news.ycombinator.com/newest

DConf 2018 Call for Submissions

2017-11-14 Thread Mike Parker via Digitalmars-d-announce
The time to start preparing submissions for DConf 2018 has come! The event is scheduled for May 2-5 in Munich, Germany. As with the 2017 edition, three days of talks are planned, followed by a Hackathon on the last day. Deadline details can be found on the DConf home page [1]. As a bonus,

Re: mir-linux-kernel 1.0.0: Linux system call numbers for different architectures

2017-11-14 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Tuesday, 14 November 2017 at 13:08:14 UTC, Adrian Matoga wrote: On Saturday, 11 November 2017 at 08:54:54 UTC, Nicholas Wilson wrote: On Saturday, 11 November 2017 at 08:43:32 UTC, Adrian Matoga wrote: On Friday, 10 November 2017 at 18:27:36 UTC, Nathan S. wrote: About package

Re: mir-linux-kernel 1.0.0: Linux system call numbers for different architectures

2017-11-14 Thread Adrian Matoga via Digitalmars-d-announce
On Saturday, 11 November 2017 at 08:54:54 UTC, Nicholas Wilson wrote: On Saturday, 11 November 2017 at 08:43:32 UTC, Adrian Matoga wrote: On Friday, 10 November 2017 at 18:27:36 UTC, Nathan S. wrote: About package -- Linux system call numbers for different architectures. That's

Re: compile D to asm.js using ldc --betterC and emcc

2017-11-14 Thread Walter Bright via Digitalmars-d-announce
On 10/7/2017 10:31 AM, cosinus wrote: I wrote a little working demo that shows how to use D inside firefox. It uses emscripten(emcc) and ldc. https://github.com/cosinus2/dlang-emscripten-demo Now on reddit:

Re: compile D to asm.js using ldc --betterC and emcc

2017-11-14 Thread SrMordred via Digitalmars-d-announce
On Sunday, 8 October 2017 at 09:48:57 UTC, Dukc wrote: On Saturday, 7 October 2017 at 17:31:37 UTC, cosinus wrote: I wrote a little working demo that shows how to use D inside firefox. It uses emscripten(emcc) and ldc. https://github.com/cosinus2/dlang-emscripten-demo Judging by looking at