Wednesday, January 16, 2019

linux dynamic libs and I dispute

I have discovered that dynamic loader document does not consider:
  ./
 to be a valid file name indicator, but accepts:
 

But they do accept! They have adopted the same  idea, recognize the two double ops:
./ and  //

We are complete, we have absolute and relative. The two doubles are easy for parsers to spot, they have already been reserved by us in linux commands. That means we can overload the meaning, it is not just sets of files, but nested sets of anything.

No comments: