PilCon tomorrow

2022-02-09 Thread Alexander Burger
Hi all, at tomorrow's PilCon I could explain a new little PilBox app which I wrote a few days ago. It is called "Notifier" and can serve as a minimal example for a PilBox app with a database and calls to the Android system. It is a kind of scheduler and alarm clock. I wanted something like that s

Re: Possible bug with prog1 and @

2022-02-09 Thread Kevin Ednalino
That makes sense now. Thanks for the clarification! Kevin On Tue, Feb 8, 2022 at 1:03 PM Alexander Burger wrote: > Hi Kevin, > > > I may have encountered a possible bug, unless my understanding of @ is > > incorrect. It appears the value of @ is not restored in a prog1 body when > > another flo

Re: some questions relating pilog

2022-02-09 Thread pd
Hi Alex, thanks for quick reply On Wed, Feb 9, 2022 at 8:13 AM Alexander Burger wrote: > > > Is the reference documentation incorrect? > > No, but it seems that you looked at the reference for pil21. > > The syntax for calling Lisp expressions in Pilog was made a little > friendlier in > pil21,

Re: some questions relating pilog

2022-02-09 Thread Alexander Burger
Hi pd, > > > : (? (factorial @X 120)) > > > -> NIL > > > > This is another issue. This Pilog version of factorial cannot do reverse > > lookup, > > as it calculate numeric values via Lisp calls. > ... > Ok, I suspected that but is there any way to do arithmetic in pilog? My > understanding is you

Re: Wiki design update

2022-02-09 Thread Erik Gustafson
Hi Jean-Christophe, There must be a lag [...] > The picolisp server caches css files for 24hrs (I think). You may need to refresh with e.g. ctrl-shift-r Current (https://picolisp.com/wiki/wiki/wiki.css) is: code { color: #333; font-weight: bold; font-family: 'Courier New', monospace;

Re: Wiki design update

2022-02-09 Thread Jean-Christophe Helary
Hello Erik, It looks nice now ! Thank you ! JC > On Feb 10, 2022, at 10:16, Erik Gustafson wrote: > > Hi Jean-Christophe, > > There must be a lag [...] > > The picolisp server caches css files for 24hrs (I think). You may need to > refresh > with e.g. ctrl-shift-r > > Current (https://pico