static Lisp lisp_intern(Lisp l) {
  if (l == null) null;
  ret lisp(intern(l.head), map_lisp_intern(l.args));
}