Re: Exporting Multiple Namespaces

2013-07-19 Thread Jonathan Fischer Friberg
Yes, there is https://github.com/ztellman/potemkin Jonathan On Fri, Jul 19, 2013 at 10:06 PM, JvJ wrote: > I'm creating a library with a lot of available functions in a lot of > different namespaces, and I'd like many of them to be available to users of > the library without having to specify a

Re: Exporting Multiple Namespaces

2013-07-19 Thread Jonathan Fischer Friberg
Hehe, yep. I mean, it's super useful for any library that needs more than one file. Which is most of them. Jonathan On Sat, Jul 20, 2013 at 12:57 AM, JvJ wrote: > "Facades and workarounds for things that are more difficult than they > should be." Very nice. > > > On Friday, 19 July 2013 13:06:

Exporting Multiple Namespaces

2013-07-19 Thread JvJ
I'm creating a library with a lot of available functions in a lot of different namespaces, and I'd like many of them to be available to users of the library without having to specify a number of different import statements. Is there a way to have the core namespace 'export' the other namespaces

Re: Exporting Multiple Namespaces

2013-07-19 Thread JvJ
"Facades and workarounds for things that are more difficult than they should be." Very nice. On Friday, 19 July 2013 13:06:50 UTC-7, JvJ wrote: > > I'm creating a library with a lot of available functions in a lot of > different namespaces, and I'd like many of them to be available to users of