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/" `---------------------------- but trying the same in a local installation does not work: ,-------------------------------- | [tj@hostname picoLisp]$ ./pil + | : (path "@lib/") | -> "lib/" | : (pwd) | -> "/home/tj/git/iorg/picoLisp" `-------------------------------- changing the PWD does not help either: ,----------------- | : (pwd) | -> "/home/tj" | : (path "@lib/") | -> "lib/" `----------------- Is this a bug, or am I doing something wrong? -- cheers, Thorsten -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
