pmf a écrit :
> On Mar 13, 1:19 pm, Eric Thorsen wrote:
>
>> I come across some functions in clojure/core that are really useful in
>> tool building but often are private.
>> Is it possible to make these public?
>>
>
> I'm using the following hack to access private functions (for example
On Mar 13, 1:19 pm, Eric Thorsen wrote:
> I come across some functions in clojure/core that are really useful in
> tool building but often are private.
> Is it possible to make these public?
I'm using the following hack to access private functions (for example
generate-class is private):
;; def
On Mar 13, 2009, at 8:19 AM, Eric Thorsen wrote:
I come across some functions in clojure/core that are really useful in
tool building but often are private.
Is it possible to make these public?
An alternative to private that I've used in some of my contribs is to
have a separate namespace f