Re: New Pilog Lisp call syntyx

2021-07-26 Thread rick
Nice! Thank you, Alex! On Mon, 26 Jul 2021 05:45 -04:00, Alexander Burger wrote: > Hi all, > > since version 21.7.25 PicoLisp supports a new syntax for calling Lisp code in > Pilog rules. > > As before, the predicate '^' evaluates Lisp expressions inside Pilog code: > >: (? (^ @X (println

New Pilog Lisp call syntyx

2021-07-26 Thread Alexander Burger
Hi all, since version 21.7.25 PicoLisp supports a new syntax for calling Lisp code in Pilog rules. As before, the predicate '^' evaluates Lisp expressions inside Pilog code: : (? (^ @X (println 'OK))) OK @X=OK Traditionally, Pilog variables can be accessed with the '->' function: