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
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
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,
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
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;
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