[Issue 13512] dmd cannot compile perfectly valid code with shebang

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 25 07:39:59 PST 2015


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

--- Comment #16 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
BTW, java supports shebang like this: the runner extracts the following code,
compiles and runs it. If the cached compiled code is newer than the script, the
runner just runs the executable. Something like this can be written for D too
to support variable text encoding.

--


More information about the Digitalmars-d-bugs mailing list