Daniel Janus 4/25/2012

How to call a private function in Clojure

Read Original

This 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.

How to call a private function in Clojure

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser