Re: Some help for tool builders...

2009-03-13 Thread Christophe Grand
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

Re: Some help for tool builders...

2009-03-13 Thread pmf
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

Re: Some help for tool builders...

2009-03-13 Thread Stephen C. Gilardi
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