setf and cons
Posted: Sat Feb 20, 2010 2:23 pm
Hey guys,
given this:
I get this:
I see in the manual that this is normal, but I'd like to find an alternative way of making
into something that results from something like
let me know if I haven't provided enough info. it's a bad habit...:-)
given this:
Code: Select all
(define (c cc)(setf (eval (cc 0)) (cons (cc 1) '())))
Code: Select all
ERR: no symbol reference found
Code: Select all
("this" "that")
Code: Select all
(set 'this "that")