truedat101 / dlang-sv-community

A community repository for stuff related to #dlang Silicon Valley Meetup group
http://www.meetup.com/D-Lang-Silicon-Valley/
2 stars 1 forks source link

Dlang needs a dynamic import capaibility #27

Open truedat101 opened 8 years ago

truedat101 commented 8 years ago

A developer could dispense with needing dub, and just do an import:

import foo.bar.frotz // Magically download/build from code.dlang.org, or other private or public repository

Question would be how to specify the metadata typically required by dub: version, path or repository location, dependencies, and other data needed for builds.

truedat101 commented 8 years ago

NOTE: This is not my idea, but it came out of the thread of discussion from http://forum.dlang.org/post/n843v7$2fic$2@digitalmars.com