Are there any namespaces in 32 bit picolisp? How are local variables defined?
As transient symbols?
I am newbie in picolisp.
SJain
Alexander Burger writes:
Hi Henrik, Hi Alex,
thanks for your replies - question answered!
--
cheers,
Thorsten
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
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
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
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
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