pub trait IntoSexp { fn into_sexp(&self) -> Sexp; }
like Into trait but works from a ref avoiding consumption or expensive clone
convert self into a Sexp