eta.util.sexpr.write_lisp

write_lisp(fname, sexpr)[source]

Write an S-expression to a LISP file.

Parameters:
  • fname (str) – The LISP file to write to.

  • sexpr (s-expr) – An S-expression, in recursively nested list form, to write to the file in LISP format.