On Thu, Dec 14, 2017 at 02:33:13PM +0000, Ivan Kazmenko via 
Digitalmars-d-announce wrote:
> On Thursday, 14 December 2017 at 01:52:29 UTC, H. S. Teoh wrote:
> > ...
> > This can, of course, be bound to a custom keybinding, then you'll
> > have your one-stop shop for compiling D snippets without ever seeing
> > (much less typing) any temporary filenames. And without needing an
> > internet connection.
> 
> That sounds powerful!
> Like you said, instant win.

As of this morning, the PR has been merged into git master, and now this
works:

------
$ echo 'import std.stdio; void main(){ writeln("Instant win!"); }' |dmd -run -
Instant win!
$
------

Hooray!


T

-- 
Why are you blatanly misspelling "blatant"? -- Branden Robinson

Reply via email to