Is there a GDC solution that can substitute rdmd ? Something like #!/usr/bin/gdc

wjoe invalid at example.com
Thu Jun 27 17:11:36 UTC 2019


Hi,

since D is now a GCC built-in D appears as a nice replacement for 
shell scripts.

I'm *not* looking for a dub solution as dub is something that 
needs to be installed.

A web search found a wrapper script for GCC which imitates rdmd 
for C but something like that still isn't out of the box 
experience.

So, is there a GDC solution that can substitute rdmd ?

Something like:

#!/usr/bin/gdc

int main()
{
//...
}



More information about the D.gnu mailing list