Re: New Diet template engine almost complete, ready for comments

2016-07-29 Thread Sönke Ludwig via Digitalmars-d-announce
Am 29.07.2016 um 13:28 schrieb Chris: Talking about diets, will reShop[1] be available for Android an iOS too? You could extend it by adding "health tips" (add fruit & veg automatically), a calorie counter (for single items and the whole list) ;) http://rejectedsoftware.com/products/reshop

Re: New Diet template engine almost complete, ready for comments

2016-07-29 Thread Chris via Digitalmars-d-announce
Talking about diets, will reShop[1] be available for Android an iOS too? You could extend it by adding "health tips" (add fruit & veg automatically), a calorie counter (for single items and the whole list) ;) http://rejectedsoftware.com/products/reshop

Re: New Diet template engine almost complete, ready for comments

2016-07-28 Thread Sönke Ludwig via Digitalmars-d-announce
Am 28.07.2016 um 20:07 schrieb WhatMeWorry: On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are

Re: New Diet template engine almost complete, ready for comments

2016-07-28 Thread WhatMeWorry via Digitalmars-d-announce
On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily inspired by Jade ,

Re: New Diet template engine almost complete, ready for comments

2016-07-28 Thread Sönke Ludwig via Digitalmars-d-announce
Am 28.07.2016 um 15:26 schrieb Chris: On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily

Re: New Diet template engine almost complete, ready for comments

2016-07-28 Thread rikki cattermole via Digitalmars-d-announce
On 29/07/2016 1:57 AM, Rory McGuire via Digitalmars-d-announce wrote: On Thu, Jul 28, 2016 at 3:26 PM, Chris via Digitalmars-d-announce > wrote: Great stuff! Very much appreciated. Btw, the link to

Re: New Diet template engine almost complete, ready for comments

2016-07-28 Thread Rory McGuire via Digitalmars-d-announce
On Thu, Jul 28, 2016 at 3:26 PM, Chris via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > > Great stuff! Very much appreciated. Btw, the link to jade-lang.org (don't > click!) leads to a dodgy business homepage atm. The right address is > > http://jade-lang.com/ > Also:

Re: New Diet template engine almost complete, ready for comments

2016-07-28 Thread Chris via Digitalmars-d-announce
On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily inspired by Jade ,

Re: New Diet template engine almost complete, ready for comments

2016-07-28 Thread Sönke Ludwig via Digitalmars-d-announce
Am 26.07.2016 um 07:54 schrieb Sönke Ludwig: However, what should work well is a combination of https://github.com/dlang/dub/pull/446 and https://github.com/rejectedsoftware/vibe.d/pull/1385 - I'll merge the latter one into vibe.d master today. I decided against putting it into vibe.d and

Re: New Diet template engine almost complete, ready for comments

2016-07-26 Thread Puming via Digitalmars-d-announce
On Tuesday, 26 July 2016 at 05:54:39 UTC, Sönke Ludwig wrote: Am 26.07.2016 um 05:22 schrieb Puming: [...] A real runtime solution would require a D runtime interpreter or JIT compiler. There would be an alternative solution based on compiling each template to a shared library and then

Re: New Diet template engine almost complete, ready for comments

2016-07-26 Thread Rory McGuire via Digitalmars-d-announce
On Tue, Jul 26, 2016 at 7:54 AM, Sönke Ludwig < digitalmars-d-announce@puremagic.com> wrote: > [snip] > and on Linux the Gold linker should be used for speed, but then it should > be almost as good as a runtime solution. > Note on using Gold on linux. You can use lflags "-fuse-ld=gold", to get

Re: New Diet template engine almost complete, ready for comments

2016-07-26 Thread Rory McGuire via Digitalmars-d-announce
On Tue, Jul 26, 2016 at 7:54 AM, Sönke Ludwig < digitalmars-d-announce@puremagic.com> wrote: > Am 26.07.2016 um 05:22 schrieb Puming: > >> On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: >> >>> The Diet template language is aimed at providing a way to define >>> procedurally

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread Sönke Ludwig via Digitalmars-d-announce
Am 26.07.2016 um 05:22 schrieb Puming: On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread Rory McGuire via Digitalmars-d-announce
On Tue, Jul 26, 2016 at 5:22 AM, Puming via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: > >> The Diet template language is aimed at providing a way to define >> procedurally generated HTML/XML pages (or other

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread Puming via Digitalmars-d-announce
On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily inspired by Jade ,

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Monday, 25 July 2016 at 20:42:51 UTC, Karabuta wrote: On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to ... - Supports AngularJS special attribute names Is there a way to get react JS to work with vibe.d in

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread Karabuta via Digitalmars-d-announce
On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to ... - Supports AngularJS special attribute names Is there a way to get react JS to work with vibe.d in anyway(server-side)?

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread lqjglkqjsg via Digitalmars-d-announce
On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily inspired by Jade ,

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread rikki cattermole via Digitalmars-d-announce
Hmm, I wonder if it could be extended to also do json as well as xml like.

Re: New Diet template engine almost complete, ready for comments

2016-07-25 Thread Stefan Koch via Digitalmars-d-announce
On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote: The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily inspired by Jade ,

New Diet template engine almost complete, ready for comments

2016-07-25 Thread Sönke Ludwig via Digitalmars-d-announce
The Diet template language is aimed at providing a way to define procedurally generated HTML/XML pages (or other output formats), with minimal visual noise. Syntax and feature set are heavily inspired by Jade , but instead of JavaScript, all expressions and statements