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

Lisp

53 readers
3 users here now

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] macbony@alien.top 1 points 1 year 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.