PicoLisp Databases
Latest on top.
2022-06-14
Comments from PicoLisp creator:
I would not recommend to start as
pil ./lib/xhtml.l +
because this runs a global pil and a local library. They may mismatch because of
different versions. Better is
pil @lib/xhtml + # Global invocation
or
./pil lib/xhtml + # Local invocation