this post was submitted on 09 Oct 2023
1 points (100.0% liked)

Lisp

61 readers
3 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] macbony@alien.top 1 points 2 years ago

The term "breaking" is kind of a bad word choice here. You aren't breaking anything. Private is some metadata info, not a lock and key. Its a way to signify that a fn or data is part of the implementation and not the public api, not a way to hide code from you.