class Object def construct_list? false end def to_array self end def to_construct self end def lisp_eval(environment, forms) self end end