Re: first swing at running local wiki

2010-08-09 Thread Edwin Eyan Moragas
Hi Alex, On Tue, Aug 10, 2010 at 2:23 PM, Alexander Burger wrote: > > I didn't test under OpenBSD since last year. Something's wrong with the > link flags (PICOLISP-FLAGS or DYNAMIC-LIB-FLAGS) in "src/Makefile"? will check. thank you /e -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=

Re: documentation license?

2010-08-09 Thread Edwin Eyan Moragas
Hi Alex, On Tue, Aug 10, 2010 at 2:09 PM, Alexander Burger wrote: > Hi Edwin, > >> what's the license of the documentation that comes with picoLisp? > > I assumed that it is also under the GPL until now, as the GPL is the > only license included in the distribution. > > As we are currently discus

Re: first swing at running local wiki

2010-08-09 Thread Alexander Burger
Hi Edwin, > i am doing this on openbsd by the way in case it would help. > ... > > ./bin/picolisp:lib/ht: undefined symbol 'Nil' > ... > > ./bin/picolisp:lib/ht: undefined symbol 'prin' > ... > > ./bin/picolisp:lib/ht: undefined symbol 'Env' > ... This looks very much like a dynamic loading probl

Re: documentation license?

2010-08-09 Thread Alexander Burger
Hi Edwin, > what's the license of the documentation that comes with picoLisp? I assumed that it is also under the GPL until now, as the GPL is the only license included in the distribution. As we are currently discussing the license issue, what would be your proposal for the documentation? Is a

Re: first swing at running local wiki

2010-08-09 Thread Edwin Eyan Moragas
Hi all, more notes. tried the bundled app too. no go. i am doing this on openbsd by the way in case it would help. On Tue, Aug 10, 2010 at 1:07 PM, Edwin Eyan Moragas wrote: > Hi all, > > built picoLisp, fetched the wiki, untarred it, then followed the > instructions here: > http://www.mail-ar

first swing at running local wiki

2010-08-09 Thread Edwin Eyan Moragas
Hi all, built picoLisp, fetched the wiki, untarred it, then followed the instructions here: http://www.mail-archive.com/picolisp@software-lab.de/msg01556.html in summary it went like: $ cd ~/picoLisp $ mkdir -p db/wiki $ ./dbg wiki/main.l lib/too.l -main wiki/init.l -go opened the browser to: h

Subscribe

2010-08-09 Thread Ethan
Hello Ethan :-) You are now subscribed Sent from my iPhone -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

documentation license?

2010-08-09 Thread Edwin Eyan Moragas
Hi Alex, what's the license of the documentation that comes with picoLisp? best, /e -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: let, NIL as a sym argument

2010-08-09 Thread Alexander Burger
Hi Jon, > In the PicoLisp docs on the 'let' function I read that "It is an > error condition to pass NIL as a sym argument." Is this really so? I > have tried a few variants, like (let (NIL 1 X 2) X), but I have not > "succeeded" in getting an error reaction ... Yes, that's the point. The docu sa

let, NIL as a sym argument

2010-08-09 Thread Jon Kleiser
Hi, In the PicoLisp docs on the 'let' function I read that "It is an error condition to pass NIL as a sym argument." Is this really so? I have tried a few variants, like (let (NIL 1 X 2) X), but I have not "succeeded" in getting an error reaction ... /Jon -- UNSUBSCRIBE: mailto:picol...@soft