balanced_substr()
clean_s_expr()
standardize_symbols()
convert_quotes()
compress_quotes()
parse_s_expr()
list_to_s_expr()
list_to_str()
clean_lisp()
read_lisp()
write_lisp()
Write an S-expression to a LISP file.
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.