static O callLispEvaluator(Lisp l) { F1 e = getLispEvaluator(l.head); if (e == null) null; ret e.get(l); }