serializable-fn
serializable-fn copied to clipboard
fn within fn
I really like what you have implemented there, but something like the following does not work:
(fn [a]
(fn [] a))
Is this due to the libraries or clojures limitations?