Diet-NG 1.0.0 released
    Martin Nowak via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Fri Sep 23 20:19:01 PDT 2016
    
    
  
On Friday, 23 September 2016 at 11:47:23 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 pug <https://pugjs.org/>, but instead of 
> JavaScript, all expressions and statements are D statements, 
> and everything that can be done at compile-time is done at 
> compile-time.
Great news, in particular I like @safe, the new compile-time 
plugin, inline nested tags, and range support.
Also having it idependent of vibe.d will be useful.
    
    
More information about the Digitalmars-d-announce
mailing list