<p dir="ltr"><br>
On 18 May 2013 01:36, "Timothee Cour" <<a href="mailto:thelastmammoth@gmail.com">thelastmammoth@gmail.com</a>> wrote:<br>
><br>
> great! Can you explain a bit pros/cons wrt other ones such as dub?<br>
> also, dip name is a bit confusing because DIP stands for D Improvement Proposal, <a href="http://wiki.dlang.org/DIPs">wiki.dlang.org/DIPs</a>.<br>
></p>
<p dir="ltr">The main good things are the directory structure, dependency location is unique, and the dpath lookup.<br>
I'm still deciding on what other pros or cons to put in. </p>
<p dir="ltr">It's likely it will end up with more convention over configuration stuff. Such as: if main.d exists make a executable otherwise make a library.</p>
<p dir="ltr">Oh another thing it does is if there is a directory called .dpath in a folder or is parents then it will use that for install and lookup.</p>
<p dir="ltr">Regarding dip vs DIP the same exists in python. </p>