Transient symbols as funcion arguments

2017-04-09 Thread Никола Митков Тодоров
Hi guys, I am currently picking up on picolisp and am wondering why some functions are defined with Transient symbols as arguments. What is the point/benefit of that? For example function gen@lib/simul.l

Re: Transient symbols as funcion arguments

2017-04-09 Thread Alexander Burger
Hi Никола Митков Тодоров, > I am currently picking up on picolisp and am wondering why some functions > are defined with Transient symbols as arguments. What is the point/benefit > of that? > > For example function gen@lib/simul.l This is to make these symbols file-local (transient scope), so