Language Design (1 blogmarks)

← Blogmarks

Access Control Syntax

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

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?