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

Reply via email to