Re: Alexa Skill written in D

2017-02-21 Thread Chris Turner via Digitalmars-d-announce
On Wednesday, 11 January 2017 at 12:16:06 UTC, extrawurst wrote: I wanted to ask you if you thought about using another platform but nodejs wrap the D exe in lambda. They support java and C# aswell. I was wondering if it is a performance difference to use them instead ?! Looking forward to

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-02-21 Thread Seb via Digitalmars-d-announce
On Sunday, 19 February 2017 at 02:27:41 UTC, Mike Parker wrote: On Saturday, 18 February 2017 at 16:43:43 UTC, Seb wrote: Excellent idea! AFAIK reddit doesn't like self posts that much. Would someone be so kind to post this once the improvements are in?

Re: Moonshot: a DMD fork that outputs Lua

2017-02-21 Thread Mithun Hunsur via Digitalmars-d-announce
On Tuesday, 21 February 2017 at 16:18:44 UTC, Stefan Koch wrote: On Tuesday, 21 February 2017 at 12:45:47 UTC, Mithun Hunsur wrote: Hi all, Introducing Moonshot (https://github.com/Philpax/moonshot)! Hi Mithun, Looking over the code for lua it seems that you use std.format a lot a ctfe. I

Re: Moonshot: a DMD fork that outputs Lua

2017-02-21 Thread pineapple via Digitalmars-d-announce
On Tuesday, 21 February 2017 at 12:45:47 UTC, Mithun Hunsur wrote: Hi all, I've been working on a little project over the last month and a half, inspired by Adam's dtojs (https://github.com/adamdruppe/dtojs). I've always wanted a typed, powerful, embeddable scripting language, but found the

Re: Terminix 1.5.0 Released

2017-02-21 Thread Chris via Digitalmars-d-announce
On Monday, 20 February 2017 at 15:06:37 UTC, Gerald wrote: I'm pleased to announce that Terminix 1.5.0 has been released. Terminix is a GTK3 tiling terminal emulator for Linux which follows the Gnome Human Interface Guidelines (HIG). More information about Terminix can be found here: [...]

Re: Moonshot: a DMD fork that outputs Lua

2017-02-21 Thread Stefan Koch via Digitalmars-d-announce
On Tuesday, 21 February 2017 at 12:45:47 UTC, Mithun Hunsur wrote: Hi all, Introducing Moonshot (https://github.com/Philpax/moonshot)! Hi Mithun, Looking over the code for lua it seems that you use std.format a lot a ctfe. I would advise against that as it needlessly increases compile

Re: Moonshot: a DMD fork that outputs Lua

2017-02-21 Thread Meta via Digitalmars-d-announce
On Tuesday, 21 February 2017 at 12:45:47 UTC, Mithun Hunsur wrote: Hi all, I've been working on a little project over the last month and a half, inspired by Adam's dtojs (https://github.com/adamdruppe/dtojs). I've always wanted a typed, powerful, embeddable scripting language, but found the

Moonshot: a DMD fork that outputs Lua

2017-02-21 Thread Mithun Hunsur via Digitalmars-d-announce
Hi all, I've been working on a little project over the last month and a half, inspired by Adam's dtojs (https://github.com/adamdruppe/dtojs). I've always wanted a typed, powerful, embeddable scripting language, but found the contenders lacking - which is why I decided to hack up DMD to emit