Comment on Your favourite programming language is not good enoughparentComments−WalterBright14yD seems to work rather well as a scripting language. http://dlang.org/rdmd.html Note the first line of the D "shell script": #!/usr/bin/rdmd−bwarp14yIt is statically typed and non interactive. I'm not sure I could get on with that as a scripting language.
Comments
D seems to work rather well as a scripting language.
Note the first line of the D "shell script":It is statically typed and non interactive. I'm not sure I could get on with that as a scripting language.