Re: Canonical use of namespaces

2013-04-21 Thread Thorsten Jolitz
Alexander Burger writes: Hi Henrik, Hi Alex, thanks for your replies - question answered! -- cheers, Thorsten -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Canonical use of namespaces

2013-04-21 Thread Alexander Burger
Hi Thorsten, > I haven't seen so many uses of the (quite recently) introduced > namespaces in PicoLisp, so I would like to ask what is the canonical way > to use them? An important question. I've thought about this, too from time to time, but never actually used namespaces in production code so f

Re: Canonical use of namespaces

2013-04-21 Thread Henrik Sarvell
1.) I use namespaces in what I currently work on. Works good, I use them wherever I would've earlier just created a "static" class as a container. It helps to communicate the intent better where intent in this case is just a collection of functions that I want to group/encapsulate together. Here i