Re: Trouble with a sample

2019-09-03 Thread C K Kashyap
Hi Alex, While on this subject - is there any advice on speeding up the dev loop for app development? Right now, I kill pil and restart pil each time I make a change to the app. I suppose I could have my logic written in a separate .l file and have it be loaded in the main server file. Regards,

Re: Trouble with a sample

2019-09-03 Thread Alexander Burger
Hi beneroth, On Tue, Sep 03, 2019 at 05:35:02PM +0200, andr...@itship.ch wrote: > psh (located in the bin/ dir within picolisp/ > dir) is "picolisp shell" (or process shell?), > is a tool to get a REPL to a running picolisp > app process. > The implementation is a bit tricky, basically > it does

Re: Trouble with a sample

2019-09-03 Thread andreas
Hi Kashyap While on this subject - is there any advice on speeding up the dev loop for app development? Right now, I kill pil and restart pil each time I make a change to the app. I suppose I could have my logic written in a separate .l file and have it be loaded in the main server file.