Improve D's syntax to make it more python like

Colden Cullen ColdenCullen at gmail.com
Fri Mar 28 09:18:16 PDT 2014


On Saturday, 22 March 2014 at 17:28:16 UTC, Andrei Alexandrescu 
wrote:
> As simple as it gets. The program would translate files with 
> extension ".wsd" into files with extension ".d" and run dmd (or 
> rdmd) transparently. Appropriate handling of file timestamps 
> etc. would complete a nice utility. You'd use it like
>
> wsd myscript.wsd
>
> which under the hood would create (if necessary) myscript.d and 
> then exec rdmd on it.
>
>
> Andrei

Turns out this already exists:
http://pplantinga.github.io/archives/delight-programming-language.html


More information about the Digitalmars-d mailing list