Re: json.l fails to load on pil 64

2019-03-14 Thread rick
Indeed. aw is famous for writing stellar doc. This is no exception. https://github.com/aw/picolisp-json/blob/master/EXPLAIN_v3.md#global-variables On Thu, 14 Mar 2019 15:42 -04:00, Abel Normand wrote: > > Hello. > > This error related to namespaces feature in json.l. easy workaround: when run

Re: json.l fails to load on pil 64

2019-03-14 Thread C K Kashyap
cool...thanks Abel Regards, Kashyap On Thu, Mar 14, 2019 at 12:38 PM Abel Normand wrote: > Hello. > > This error related to namespaces feature in json.l. easy workaround: when > run pil, set env PIL_NAMESPACES=false before pil. This should fix your > issue, you can actually find this solution in

Re: json.l fails to load on pil 64

2019-03-14 Thread Abel Normand
Hello.This error related to namespaces feature in json.l. easy workaround: when run pil, set env PIL_NAMESPACES=false before pil. This should fix your issue, you can actually find this solution in official doc for json.lNail.