Re: Namespace support

2011-10-11 Thread Tomas Hlavaty
Hi Alex, (setq x st1) (setq x~sym1 5) (print sym1 x~sym1 st1~sym1) # = NIL 5 5 great, it does what I was after! How can I create a new empty symbol table? This is easy. Just initialize it with an empty cons pair: (setq st1 (cons)) However, I just didn't want to support

Re: Namespace support

2011-10-11 Thread Alexander Burger
Hi Tomas, Also, as we discussed on IRC, it would be nice to have the namespace name displayed in the repl prompt, e.g. via customizable prompt function as you suggested. Oops, right. Forgot about that. I would suggest a new global variable '*Prompt', which may hold an 'exe', so that

Re: Namespace support

2011-10-11 Thread Alexander Burger
On Tue, Oct 11, 2011 at 12:08:10PM +0200, Alexander Burger wrote: I would suggest a new global variable '*Prompt', which may hold an 'exe', so that (setq *Prompt '(symbols)) will result in a prompts pico: The ':' is supplied automatically, and - as before - changes to '!' in

Unsubscribe

2011-10-11 Thread Edwin Eyan Moragas
Good bye Edwin Eyan Moragas e...@yndy.org :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe