A betterC base

JN 666total at wp.pl
Wed Feb 14 09:38:27 UTC 2018


On Friday, 9 February 2018 at 16:54:35 UTC, Seb wrote:
>
> FYI: and for the lazy ones, there will hopefully be 
> std.experimental.scripting soon:
>
> https://github.com/dlang/phobos/pull/5916

Shouldn't something like this be handled by better tooling (i.e. 
IDEs)? In Java you have to import every single class you want to 
use, but it's not a manual effort, in 99% of cases you just press 
Ctrl+Shift+I and IDE adds all the necessary imports. It only 
requires manual intervention when there's a conflict, and you get 
to choose between possible candidates, e.g. java.xml.Document vs 
java.pdf.Document.


More information about the Digitalmars-d mailing list