() Philipp Stephani () Mon, 18 Sep 2017 16:14:32 +0000 > So I must ask you to please revert, and let's wait > until the discussion comes to its completion. Done; I probably should have waited a few days. Just a thought (also applicable to YAML, etc), while waiting: How about we use this opportunity to explore the (C language) modules support? Parsing is in practice a bug-ridden endeavor, so if we're going to do it in C (i.e., commit to handling all those latent CVEs), why not prioritize isolation more highly? Even more extremely, why not call out to an external program? For instance, modify jq(1) to emit sexps for Emacs to ‘read’ (w/ proper exception handling). This would benefit other Lisp and (maybe) Scheme systems as well. -- Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA --------------------------------------- 6CE4 6703 2224 4C80 7502