kenhkan / vyzzi

GNU Affero General Public License v3.0
0 stars 0 forks source link

As Ken, I want a linker to be run during compilation so that components with conflicting names would work harmoniously. #9

Open kenhkan opened 7 years ago

kenhkan commented 7 years ago

Given information from #7, we are able to rewrite references to components so that two components with the same name would not conflict at runtime. We want all components to be in a flat file structure without resorting to "virtualizing" libraries like what Node.js' npm does, which leads to packaging popular libraries over and over again, one for each user library.