Re: (path @lib/) does not work with local installation?

2013-09-16 Thread Alexander Burger
Hi Thorsten, Ok, but then the question remains how to get (in a program) the absolute path to the PicoLisp installation the programs runs in when you assume a local installation was invoked - but you have no idea how? I thought about combining (cmd) and (path ...), but that doesn't help

(path @lib/) does not work with local installation?

2013-09-15 Thread Thorsten Jolitz
Hi Alex, Hi List, with my global PicoLisp installation ($ pil +) function ,--- | (path @lib/) `--- does work as expected: ,-- | : (pwd) - /home/tj `-- , | : (path @lib/) | - /usr/lib/picolisp/lib/

Re: (path @lib/) does not work with local installation?

2013-09-15 Thread Alexander Burger
Hi Thorsten, with my global PicoLisp installation ($ pil +) function ,--- | (path @lib/) `--- does work as expected: , | [tj@hostname picoLisp]$ ./pil + | : (path @lib/) | - lib/ | : (pwd) | - /home/tj/git/iorg/picoLisp