Blogmark

Access Control Syntax

via jbranchaud@gmail.com

https://journal.stuffwithstuff.com/2025/05/26/access-control-syntax/
Language Design

Munificent Bob breaks down the different ways that many languages manage access control for entities in modules. That is, how do I tell the parts of a program that import a module from somewhere else in the program what is private and what is public?