Core functions (such as `cons`) are not available as symbols in the interpreter. Therefore one cannot write code like (define (myappend xs ys) (foldr cons ys xs))
Core functions (such as
cons) are not available as symbols in the interpreter.Therefore one cannot write code like