https://issues.dlang.org/show_bug.cgi?id=17985

--- Comment #5 from [email protected] ---
One advantage `echo ... | rdmd -` has over `echo ... | dmd --run -` is that
rdmd inserts a bunch of standard imports into the code, so that you don't have
to keep typing `import std.stdio; ...` in every echo command.

So yes, this is still a valid ER.

--

Reply via email to