namespaces

2021-05-16 Thread SJain
Are there any namespaces in 32 bit picolisp? How are local variables defined? As transient symbols? I am newbie in picolisp. SJain

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

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

Canonical use of namespaces

2013-04-21 Thread Thorsten Jolitz
Hi List, 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? Say I have a library called 'pio.l'. In Emacs Lisp I now would prefix all definitions in this library w

Transient Namespaces

2012-07-17 Thread Alexander Burger
Hi all, the other day I discovered a nice concept: Transient Namespaces I thought it might be interesting, so I posted an article in the Wiki: http://picolisp.com/5000/!wiki?transientNamespaces Cheers, - Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe