Friends:
    
    
     somepkg / [types, core, other_stuff]
    
    Run

Strangers:
    
    
     somepkg
    
    Run

Since low-level code is available in Nim, privacy can always be broken by 
someone defining their own copy of your types with their own fields, and then 
casting your type to theirs. You're only making that a little bit harder by 
trying to hide data in a closure environment.

Reply via email to