Posts by hatzka@tech.lgbt
 (DIR) Post #B6lo3fYhbGaST0zizI by hatzka@tech.lgbt
       0 likes, 0 repeats
       
       @ariadne tangentially what would you think of a system like Julia's, where packages have global UUIDs and project-local human-readable names? I ask because I might be building a language package manager soon and so far this is the model I like the most. it's ok if you don't have an opinion of course(for the record Julia also has a flat name registry, but it's only used when first adding a dependency. you type add X and it looks up X in the registry and adds the UUID it finds to your manifest. after that if X changes in the registry it doesn't matter to you. I will probably tweak this to be hierarchical though.)