Re: [R-pkg-devel] Sanitize Input Code for a Shiny App

2023-03-01 Thread Matthias Gondan
Dear Tomas, thank you, I understand. The thing I was wondering about, and sorry for being persistent: Prolog is basically the same, it is similarly dynamic, and anything can be changed at runtime (well, unsure if I can redefine pi in Prolog 😊), and still they run a „swish“ server (swish.swi-pro

Re: [R-pkg-devel] Sanitize Input Code for a Shiny App

2023-03-01 Thread Tomas Kalibera
On 3/1/23 07:35, Matthias Gondan wrote: For the record, here's the documentation of the Prolog sandbox, https://www.swi-prolog.org/pldoc/doc/_SWI_/library/sandbox.pl You get an idea of the implementation by clicking at the ":-" icons. It does not seem too complicated, but I might be too opti