Hi Jean-Christophe and Kashyap, > Quick related question - I can build pl21 using LLVM target on Linux right? > I am planning to give it a shot on docker this weekend.
It should require just these steps: apt install make clang llvm libffi pkg-config tar xfz pil21.tgz cd pil21 (cd src; make) && bin/picolisp (or analog for other package managers). Note that a running PicoLisp is no longer required for bootstrapping (as it is for pil64), because a pre-built src/base.bc is included in the release. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe