How to call a private function in Clojure
Read OriginalThis technical article explains how to circumvent Clojure's privacy restrictions to call private functions using the (#'namespace/private-function) syntax. It details why this works at the compiler level but strongly cautions against doing so, as private functions are implementation details that may change and should not be relied upon in production code.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser